Skip to content

Commit

Permalink
Bump release to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed Jul 18, 2024
1 parent e70e460 commit c4129f9
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.5.0](https://github.com/RedHatProductSecurity/cvelib/compare/1.4.0...1.5.0) (Jul 18, 2024)

* The `-u/--username` option is now required when updating a user or resetting the token of a user (#86).
* Updated CVE record schemas to final 5.1.0 version; the previous 5.1.0 were still RC versions that later changed (#87).
* The called command is shown in an error message that refers users to read help text (#84).

## [1.4.0](https://github.com/RedHatProductSecurity/cvelib/compare/1.3.0...1.4.0) (May 15, 2024)

* Updated CVE JSON schema to version 5.1.0, which makes it compatible with CVE Services 2.3.x (#79).
Expand Down
2 changes: 1 addition & 1 deletion cvelib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion man/cve-list.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE LIST" "1" "2024-05-15" "1.4.0" "cve list Manual"
.TH "CVE LIST" "1" "2024-07-18" "1.5.0" "cve list Manual"
.SH NAME
cve\-list \- Filter and list reserved CVE IDs owned by...
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-org-users.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE ORG USERS" "1" "2024-05-15" "1.4.0" "cve org users Manual"
.TH "CVE ORG USERS" "1" "2024-07-18" "1.5.0" "cve org users Manual"
.SH NAME
cve\-org\-users \- List all users in your organization.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-org.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE ORG" "1" "2024-05-15" "1.4.0" "cve org Manual"
.TH "CVE ORG" "1" "2024-07-18" "1.5.0" "cve org Manual"
.SH NAME
cve\-org \- Show information about your organization.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-ping.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE PING" "1" "2024-05-15" "1.4.0" "cve ping Manual"
.TH "CVE PING" "1" "2024-07-18" "1.5.0" "cve ping Manual"
.SH NAME
cve\-ping \- Ping the CVE Services API to see if it is up.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-publish-adp.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE PUBLISH-ADP" "1" "2024-05-15" "1.4.0" "cve publish-adp Manual"
.TH "CVE PUBLISH-ADP" "1" "2024-07-18" "1.5.0" "cve publish-adp Manual"
.SH NAME
cve\-publish-adp \- Add or update an ADP container in a CVE...
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-publish.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE PUBLISH" "1" "2024-05-15" "1.4.0" "cve publish Manual"
.TH "CVE PUBLISH" "1" "2024-07-18" "1.5.0" "cve publish Manual"
.SH NAME
cve\-publish \- Publish a CNA container of a CVE record...
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-quota.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE QUOTA" "1" "2024-05-15" "1.4.0" "cve quota Manual"
.TH "CVE QUOTA" "1" "2024-07-18" "1.5.0" "cve quota Manual"
.SH NAME
cve\-quota \- Display the available CVE ID quota for...
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-reject.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE REJECT" "1" "2024-05-15" "1.4.0" "cve reject Manual"
.TH "CVE REJECT" "1" "2024-07-18" "1.5.0" "cve reject Manual"
.SH NAME
cve\-reject \- Reject a CVE record for a reserved or...
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-reserve.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE RESERVE" "1" "2024-05-15" "1.4.0" "cve reserve Manual"
.TH "CVE RESERVE" "1" "2024-07-18" "1.5.0" "cve reserve Manual"
.SH NAME
cve\-reserve \- Reserve one or more CVE IDs.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-show.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE SHOW" "1" "2024-05-15" "1.4.0" "cve show Manual"
.TH "CVE SHOW" "1" "2024-07-18" "1.5.0" "cve show Manual"
.SH NAME
cve\-show \- Display a specific CVE ID (and optionally...
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-undo-reject.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE UNDO-REJECT" "1" "2024-05-15" "1.4.0" "cve undo-reject Manual"
.TH "CVE UNDO-REJECT" "1" "2024-07-18" "1.5.0" "cve undo-reject Manual"
.SH NAME
cve\-undo-reject \- Move a rejected CVE ID without a record...
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/cve-user-create.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE USER CREATE" "1" "2024-05-15" "1.4.0" "cve user create Manual"
.TH "CVE USER CREATE" "1" "2024-07-18" "1.5.0" "cve user create Manual"
.SH NAME
cve\-user\-create \- Create a user in your organization.
.SH SYNOPSIS
Expand Down
6 changes: 4 additions & 2 deletions man/cve-user-reset-key.1
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
.TH "CVE USER RESET-KEY" "1" "2024-05-15" "1.4.0" "cve user reset-key Manual"
.TH "CVE USER RESET-KEY" "1" "2024-07-18" "1.5.0" "cve user reset-key Manual"
.SH NAME
cve\-user\-reset-key \- Reset a user's personal access token (API...
.SH SYNOPSIS
.B cve user reset-key
[OPTIONS]
.SH DESCRIPTION
Reset a user's personal access token (API key).
.PP
You must explicitly specify the user being updated using the `-u` option.
.PP
This API key is used to authenticate each request to the CVE API.

.SH OPTIONS
.TP
\fB\-u,\fP \-\-username TEXT
User whose API key should be reset (only ADMIN role users can update other users). [default: (Current user specified in global -u/--username/CVE_USER)]
User whose API key should be reset (only ADMIN role users can update other users). [required]
.TP
\fB\-\-raw\fP
Print response JSON.
6 changes: 4 additions & 2 deletions man/cve-user-update.1
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
.TH "CVE USER UPDATE" "1" "2024-05-15" "1.4.0" "cve user update Manual"
.TH "CVE USER UPDATE" "1" "2024-07-18" "1.5.0" "cve user update Manual"
.SH NAME
cve\-user\-update \- Update a user.
.SH SYNOPSIS
.B cve user update
[OPTIONS]
.SH DESCRIPTION
Update a user.
.PP
You must explicitly specify the user being updated using the `-u` option.
.PP
To reset a user's API key, use `cve user reset-key`.

.SH OPTIONS
.TP
\fB\-u,\fP \-\-username TEXT
Username of the user being updated (only ADMIN role users can update other users). [default: (Current user specified in global -u/--username/CVE_USER)]
Username of the user being updated (only ADMIN role users can update other users). [required]
.TP
\fB\-\-mark\-active\fP / \-\-mark\-inactive
Mark user as active or inactive.
Expand Down
4 changes: 2 additions & 2 deletions man/cve-user.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE USER" "1" "2024-05-15" "1.4.0" "cve user Manual"
.TH "CVE USER" "1" "2024-07-18" "1.5.0" "cve user Manual"
.SH NAME
cve\-user \- Show information about a user.
.SH SYNOPSIS
Expand All @@ -9,7 +9,7 @@ Show information about a user.
.SH OPTIONS
.TP
\fB\-u,\fP \-\-username TEXT
Specify the user to show. [default: (Current user specified in -u/--username/CVE_USER)]
Specify the user to show. [default: (Current user specified in top-level -u/--username/$CVE_USER)]
.TP
\fB\-\-raw\fP
Print response JSON.
Expand Down
2 changes: 1 addition & 1 deletion man/cve.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "CVE" "1" "2024-05-15" "1.4.0" "cve Manual"
.TH "CVE" "1" "2024-07-18" "1.5.0" "cve Manual"
.SH NAME
cve \- A CLI interface for the CVE Services API.
.SH SYNOPSIS
Expand Down

0 comments on commit c4129f9

Please sign in to comment.