Skip to content

Commit

Permalink
deps: update csutils to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Feb 5, 2024
1 parent 5580924 commit 65342fa
Show file tree
Hide file tree
Showing 4 changed files with 5 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.1.0-1"
ARG version_csdiff="3.2.0-1"
ARG version_shellcheck="0.9.0-4"

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

## Next release

* Update `csutils` (`csdiff`) to 3.2.0

## v5.0.2

* Container images now based on Fedora 39
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.1.0-1"
ARG version_csdiff="3.2.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.1.0"
csutils: 3.2.0"
}

0 comments on commit 65342fa

Please sign in to comment.