File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff 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.5.0
7+ export IMAGE_VERSION = v1.5.1
88# Build-time variables to inject into binaries
99export SIMPLE_VERSION = $(shell (test "$(shell git describe) " = "$(shell git describe --abbrev=0) " && echo $(shell git describe) ) || echo $(shell git describe --abbrev=0) +git)
1010export GIT_VERSION = $(shell git describe --dirty --tags --always)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ## v1.5.1
2+
3+ ### Changes
4+
5+ - Bumped urllib3 in ansible-operator-base and ansible-operator images to 1.26.4 for a security fix. ([ #4724 ] ( https://github.com/operator-framework/operator-sdk/pull/4724 ) )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export OS=$(uname | awk '{print tolower($0)}')
3636Download the binary for your platform:
3737
3838``` sh
39- export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/v1.5.0
39+ export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/v1.5.1
4040curl -LO ${OPERATOR_SDK_DL_URL} /operator-sdk_${OS} _${ARCH}
4141```
4242
Original file line number Diff line number Diff line change 1+ ---
2+ title : v1.5.1
3+ weight : 998994999
4+ ---
5+
6+ There are no migrations for this release! :tada :
You can’t perform that action at this time.
0 commit comments