File tree 8 files changed +15
-7
lines changed
internal/plugins/manifests/v2
ansible/memcached-operator
website/content/en/docs/upgrading-sdk-version
8 files changed +15
-7
lines changed Original file line number Diff line number Diff line change
1
+ entries :
2
+ - description : >
3
+ Upgrade OPM version that is used by default to 1.19.1 in the generated Makefile so `make catalog-build` also works on OSX.
4
+
5
+ kind: "change"
6
+
7
+ # Is this a breaking change?
8
+ breaking: false
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
32
32
33
33
// Version of `opm` to download and use for building index images.
34
34
// This version's release artifacts *must* contain a binary for multiple arches; certain releases do not.
35
- const opmVersion = "v1.15 .1"
35
+ const opmVersion = "v1.19 .1"
36
36
37
37
const filePath = "Makefile"
38
38
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ ifeq (,$(shell which opm 2>/dev/null))
149
149
@{ \
150
150
set -e ;\
151
151
mkdir -p $(dir $(OPM)) ;\
152
- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.15 .1/$(OS)-$(ARCH)-opm ;\
152
+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.19 .1/$(OS)-$(ARCH)-opm ;\
153
153
chmod +x $(OPM) ;\
154
154
}
155
155
else
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ ifeq (,$(shell which opm 2>/dev/null))
190
190
set -e ;\
191
191
mkdir -p $(dir $(OPM)) ;\
192
192
OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
193
- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.15 .1/$${OS}-$${ARCH}-opm ;\
193
+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.19 .1/$${OS}-$${ARCH}-opm ;\
194
194
chmod +x $(OPM) ;\
195
195
}
196
196
else
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ ifeq (,$(shell which opm 2>/dev/null))
189
189
set -e ;\
190
190
mkdir -p $(dir $(OPM)) ;\
191
191
OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
192
- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.15 .1/$${OS}-$${ARCH}-opm ;\
192
+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.19 .1/$${OS}-$${ARCH}-opm ;\
193
193
chmod +x $(OPM) ;\
194
194
}
195
195
else
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ ifeq (,$(shell which opm 2>/dev/null))
149
149
@{ \
150
150
set -e ;\
151
151
mkdir -p $(dir $(OPM)) ;\
152
- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.15 .1/$(OS)-$(ARCH)-opm ;\
152
+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.19 .1/$(OS)-$(ARCH)-opm ;\
153
153
chmod +x $(OPM) ;\
154
154
}
155
155
else
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ ifeq (,$(shell which opm 2>/dev/null))
178
178
@{ \
179
179
set -e ;\
180
180
mkdir -p $(dir $(OPM)) ;\
181
- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.15 .1/$(OS)-$(ARCH)-opm ;\
181
+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.19 .1/$(OS)-$(ARCH)-opm ;\
182
182
chmod +x $(OPM) ;\
183
183
}
184
184
else
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ ifeq (,$(shell which opm 2>/dev/null))
178
178
@{ \
179
179
set -e ;\
180
180
mkdir -p $(dir $(OPM)) ;\
181
- curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.15 .1/$(OS)-$(ARCH)-opm ;\
181
+ curl -sSLo $(OPM) https://github.com/operator-framework/operator-registry/releases/download/v1.19 .1/$(OS)-$(ARCH)-opm ;\
182
182
chmod +x $(OPM) ;\
183
183
}
184
184
else
You can’t perform that action at this time.
0 commit comments