File tree Expand file tree Collapse file tree 8 files changed +9
-17
lines changed
internal/plugins/manifests/v2
ansible/memcached-operator
website/content/en/docs/upgrading-sdk-version Expand file tree Collapse file tree 8 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 22# release notes and/or the migration guide
33entries :
44 - description : >
5- Description is the line that shows up in the CHANGELOG. This
6- should be formatted as markdown and be on a single line. Using
7- the YAML string '>' operator means you can write your entry
8- multiple lines and it will still be parsed as a single line.
9-
10- If an operator type's plugin is being changed then prefix the description with
11- "(<operator language>/<plugin version>)", ex. "(go/v2)".
12- If an operator type's runtime is being changed, use then prefix the description
13- with "For <operator language>-based operators,", ex. "For Go-based operators".
5+ Upgrade OPM version that is used by default in the generated Makefile so `make catalog-build` also works on OSX.
146
157 # kind is one of:
168 # - addition
179 # - change
1810 # - deprecation
1911 # - removal
2012 # - bugfix
21- kind: ""
13+ kind: "change "
2214
2315 # Is this a breaking change?
2416 breaking: false
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
3232
3333// Version of `opm` to download and use for building index images.
3434// This version's release artifacts *must* contain a binary for multiple arches; certain releases do not.
35- const opmVersion = "v1.17.5 "
35+ const opmVersion = "v1.18 "
3636
3737const filePath = "Makefile"
3838
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ ifeq (,$(shell which opm 2>/dev/null))
140140 @{ \
141141 set -e ;\
142142 mkdir -p $(dir $(OPM)) ;\
143- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.17.5 /$(OS)-$(ARCH)-opm ;\
143+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.18 /$(OS)-$(ARCH)-opm ;\
144144 chmod +x $(OPM) ;\
145145 }
146146else
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ ifeq (,$(shell which opm 2>/dev/null))
169169 set -e ;\
170170 mkdir -p $(dir $(OPM)) ;\
171171 OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
172- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.17.5 /$${OS}-$${ARCH}-opm ;\
172+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.18 /$${OS}-$${ARCH}-opm ;\
173173 chmod +x $(OPM) ;\
174174 }
175175else
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ ifeq (,$(shell which opm 2>/dev/null))
169169 set -e ;\
170170 mkdir -p $(dir $(OPM)) ;\
171171 OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
172- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.17.5 /$${OS}-$${ARCH}-opm ;\
172+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.18 /$${OS}-$${ARCH}-opm ;\
173173 chmod +x $(OPM) ;\
174174 }
175175else
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ ifeq (,$(shell which opm 2>/dev/null))
140140 @{ \
141141 set -e ;\
142142 mkdir -p $(dir $(OPM)) ;\
143- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.17.5 /$(OS)-$(ARCH)-opm ;\
143+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.18 /$(OS)-$(ARCH)-opm ;\
144144 chmod +x $(OPM) ;\
145145 }
146146else
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ ifeq (,$(shell which opm 2>/dev/null))
178178 @{ \
179179 set -e ;\
180180 mkdir -p $(dir $(OPM)) ;\
181- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.17.5 /$(OS)-$(ARCH)-opm ;\
181+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.18 /$(OS)-$(ARCH)-opm ;\
182182 chmod +x $(OPM) ;\
183183 }
184184else
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ ifeq (,$(shell which opm 2>/dev/null))
178178 @{ \
179179 set -e ;\
180180 mkdir -p $(dir $(OPM)) ;\
181- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.17.5 /$(OS)-$(ARCH)-opm ;\
181+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.18 /$(OS)-$(ARCH)-opm ;\
182182 chmod +x $(OPM) ;\
183183 }
184184else
You can’t perform that action at this time.
0 commit comments