Skip to content

Commit 1c1f393

Browse files
[release-v1.34] prep for 1.34.2 release (go1.21 support) (#72)
go1.21 support Signed-off-by: Jordan Keister <[email protected]> Co-authored-by: Jordan Keister <[email protected]>
1 parent 201039b commit 1c1f393

File tree

5 files changed

+164
-150
lines changed

5 files changed

+164
-150
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL = /bin/bash
44
# This value must be updated to the release tag of the most recent release, a change that must
55
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
66
# version is moved to a separate repo and release process.
7-
export IMAGE_VERSION = v1.34.1
7+
export IMAGE_VERSION = v1.34.2
88
# Build-time variables to inject into binaries
99
export SIMPLE_VERSION := $(shell (test "$(shell git describe --tags)" = "$(shell git describe --tags --abbrev=0)" && echo $(shell git describe --tags)) || echo $(shell git describe --tags --abbrev=0)+git)
1010
export GIT_VERSION := $(shell git describe --dirty --tags --always)

images/ansible-operator/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[packages]
77
ansible-runner = "~=2.3.3"
88
ansible-runner-http = "~=1.0.0"
9-
ansible-core = "~=2.15.0"
9+
ansible-core = "~=2.15.9"
1010
urllib3 = "~=1.26.17"
1111
kubernetes = "==28.1.0"
1212

0 commit comments

Comments
 (0)