File tree 5 files changed +164
-150
lines changed
testdata/memcached-molecule-operator
5 files changed +164
-150
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SHELL = /bin/bash
4
4
# This value must be updated to the release tag of the most recent release, a change that must
5
5
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
6
6
# version is moved to a separate repo and release process.
7
- export IMAGE_VERSION = v1.34.1
7
+ export IMAGE_VERSION = v1.34.2
8
8
# Build-time variables to inject into binaries
9
9
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)
10
10
export GIT_VERSION := $(shell git describe --dirty --tags --always)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name = "pypi"
6
6
[packages ]
7
7
ansible-runner = " ~=2.3.3"
8
8
ansible-runner-http = " ~=1.0.0"
9
- ansible-core = " ~=2.15.0 "
9
+ ansible-core = " ~=2.15.9 "
10
10
urllib3 = " ~=1.26.17"
11
11
kubernetes = " ==28.1.0"
12
12
You can’t perform that action at this time.
0 commit comments