Skip to content

Commit

Permalink
prep for 1.34.2 release (go1.21 support) (operator-framework#69)
Browse files Browse the repository at this point in the history
go1.21 support

Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
  • Loading branch information
grokspawn committed May 10, 2024
1 parent 4e8c78d commit 93e1410
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 150 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SHELL = /bin/bash
# This value must be updated to the release tag of the most recent release, a change that must
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
# version is moved to a separate repo and release process.
export IMAGE_VERSION = v1.34.1
export IMAGE_VERSION = v1.34.2
# Build-time variables to inject into binaries
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)
export GIT_VERSION := $(shell git describe --dirty --tags --always)
Expand Down
2 changes: 1 addition & 1 deletion images/ansible-operator/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
ansible-runner = "~=2.3.3"
ansible-runner-http = "~=1.0.0"
ansible-core = "~=2.15.0"
ansible-core = "~=2.15.9"
urllib3 = "~=1.26.17"
kubernetes = "==28.1.0"

Expand Down
Loading

0 comments on commit 93e1410

Please sign in to comment.