Skip to content

Commit

Permalink
deps: update csutils to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Nov 29, 2023
1 parent 03a5e6b commit 7057a68
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ FROM fedora@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d
ARG fedora="39"
ARG arch="x86_64"

ARG version_csdiff="3.0.4-1"
ARG version_csdiff="3.1.0-1"
ARG version_shellcheck="0.9.0-4"

ARG rpm_csdiff="csdiff-${version_csdiff}.fc${fedora}.${arch}.rpm"
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Next release

## v5.0.2

* Container images now based on Fedora 39
* Update `csutils` (`csdiff`) to 3.1.0

## v5.0.0

* Added defect statistics based on severity levels. They are available in the console output and in the job Summary page.
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile
Expand Up @@ -7,7 +7,7 @@ FROM fedora@sha256:06df381d697d14940c886fda8e94a4fdc838df74e93f65111ed3ea04f7a7d
ARG fedora="39"
ARG arch="x86_64"

ARG version_csdiff="3.0.4-1"
ARG version_csdiff="3.1.0-1"
ARG version_shellcheck="0.9.0-4"

ARG rpm_csdiff="csdiff-${version_csdiff}.fc${fedora}.${arch}.rpm"
Expand Down
2 changes: 1 addition & 1 deletion test/show_versions.bats
Expand Up @@ -17,5 +17,5 @@ setup () {
assert_success
assert_output \
"ShellCheck: 0.9.0
csutils: 3.0.4"
csutils: 3.1.0"
}

0 comments on commit 7057a68

Please sign in to comment.