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
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.5.0
7
+ export IMAGE_VERSION = v1.5.1
8
8
# Build-time variables to inject into binaries
9
9
export SIMPLE_VERSION = $(shell (test "$(shell git describe) " = "$(shell git describe --abbrev=0) " && echo $(shell git describe) ) || echo $(shell git describe --abbrev=0) +git)
10
10
export 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)}')
36
36
Download the binary for your platform:
37
37
38
38
``` 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
40
40
curl -LO ${OPERATOR_SDK_DL_URL} /operator-sdk_${OS} _${ARCH}
41
41
```
42
42
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