Releases: operator-framework/operator-registry
Releases · operator-framework/operator-registry
v1.45.0
What's Changed
- Bump github.com/docker/cli from 27.0.2+incompatible to 27.0.3+incompatible by @dependabot in #1367
- Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #1369
- Bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #1371
- Bump github.com/containerd/containerd from 1.7.18 to 1.7.19 by @dependabot in #1368
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #1372
- Bump golang.org/x/mod from 0.18.0 to 0.19.0 by @dependabot in #1370
- serve: add logging of grpc requests by @joelanford in #1373
- Bump github.com/containers/common from 0.59.1 to 0.59.2 by @dependabot in #1375
Full Changelog: v1.44.0...v1.45.0
v1.44.0
Potential Breaking Changes
- provide required schema for basic template by @grokspawn in #1335 introduces a formal schema for the alpha basic catalog template. Please see the docs for the new schema and how to generate it from existing FBC.
What's Changed
- Bump sigs.k8s.io/controller-runtime from 0.18.2 to 0.18.3 by @dependabot in #1326
- Bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 by @dependabot in #1327
- Makefile: avoid
?=
shell executions by @joelanford in #1328 - Bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0 to 1.4.0 by @dependabot in #1340
- Bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot in #1345
- Bump github.com/containerd/containerd from 1.7.17 to 1.7.18 by @dependabot in #1343
- Bump golang.org/x/text from 0.15.0 to 0.16.0 by @dependabot in #1341
- Bump github.com/containers/common from 0.59.0 to 0.59.1 by @dependabot in #1342
- Bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in #1344
- Bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4 by @dependabot in #1346
- Bump github.com/docker/cli from 26.1.3+incompatible to 26.1.4+incompatible by @dependabot in #1348
- Bump golang.org/x/mod from 0.17.0 to 0.18.0 by @dependabot in #1347
- removing composite template by @grokspawn in #1339
- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #1353
- Bump github.com/grpc-ecosystem/grpc-health-probe from 0.4.26 to 0.4.29 by @dependabot in #1352
- Bump k8s.io/apiextensions-apiserver from 0.30.1 to 0.30.2 by @dependabot in #1355
- Bump github.com/operator-framework/api from 0.25.0 to 0.26.0 by @dependabot in #1358
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #1359
- Fix codecov-action params by @m1kola in #1361
- Bump github.com/containers/image/v5 from 5.31.0 to 5.31.1 by @dependabot in #1363
- generate binary-less dockerfiles by @grokspawn in #1338
- Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.1+incompatible by @dependabot in #1365
- Bump github.com/docker/cli from 27.0.1+incompatible to 27.0.2+incompatible by @dependabot in #1366
- provide required schema for basic template by @grokspawn in #1335
Full Changelog: v1.43.1...v1.44.0
v1.43.1
What's Changed
- build(deps): bump github.com/containers/common from 0.58.2 to 0.58.3 by @dependabot in #1318
- build(deps): bump github.com/docker/cli from 26.1.2+incompatible to 26.1.3+incompatible by @dependabot in #1319
- build(deps): bump github.com/containerd/containerd from 1.7.16 to 1.7.17 by @dependabot in #1320
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 by @dependabot in #1322
- build(deps): bump github.com/containers/image/v5 from 5.30.1 to 5.31.0 by @dependabot in #1321
- 🌱 build(deps): bump github.com/operator-framework/api from v0.24.0 to v0.25.0 by @perdasilva in #1323
- Bump github.com/containers/common from 0.58.3 to 0.59.0 by @dependabot in #1324
Full Changelog: v1.43.0...v1.43.1
v1.43.0
What's Changed
- build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #1315
- build(deps): bump k8s.io/apimachinery from 0.30.0 to 0.30.1 by @dependabot in #1314
- build(deps): bump sigs.k8s.io/kind from 0.22.0 to 0.23.0 by @dependabot in #1313
- build(deps): bump k8s.io/apiextensions-apiserver from 0.30.0 to 0.30.1 by @dependabot in #1312
- cache: fixup pogreb db permissions by @joelanford in #1317
Full Changelog: v1.42.0...v1.43.0
v1.42.0
v1.41.0
Potential Breaking Changes
- enforce rfc1123 label compatibility for olm.package.name by @grokspawn in #1307 changes format enforcement for FBC. For the
olm.package
schema,.name
must be compliant with RFC1123 label format restrictions. Non-compliant FBC will fail validation with a descriptive error message. - add preferred pogreb database cache impl by @joelanford in #1278 adds a new catalog cache type. Catalog images generated using this version of opm need to be served with this version or newer on the cluster.
What's Changed
- build(deps): bump github.com/docker/cli from 26.0.1+incompatible to 26.1.0+incompatible by @dependabot in #1286
- build(deps): bump github.com/containerd/containerd from 1.7.15 to 1.7.16 by @dependabot in #1285
- build(deps): bump github.com/golang-migrate/migrate/v4 from 4.17.0 to 4.17.1 by @dependabot in #1284
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 by @dependabot in #1289
- build(deps) update kube API libraries to version 0.30.0 and controller-runtime to 0.18.0 by @perdasilva in #1283
- build(deps): bump github.com/grpc-ecosystem/grpc-health-probe from 0.4.25 to 0.4.26 #1287 by @perdasilva in #1290
- build(deps): bump github.com/docker/cli from 26.1.0+incompatible to 26.1.1+incompatible by @dependabot in #1293
- build(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1 by @dependabot in #1294
- build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #1292
- build(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #1300
- build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 by @dependabot in #1303
- build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #1302
- build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #1299
- build(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #1304
- enforce rfc1123 label compatibility for olm.package.name by @grokspawn in #1307
- pkg/cache: add preferred pogreb database cache impl by @joelanford in #1278
- build(deps): bump github.com/docker/cli from 26.1.1+incompatible to 26.1.2+incompatible by @dependabot in #1310
- build(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.30.1 by @dependabot in #1308
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 by @dependabot in #1309
Full Changelog: v1.40.0...v1.41.0
v1.40.0
What's Changed
- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #1250
- build(deps): bump sigs.k8s.io/kind from 0.20.0 to 0.22.0 by @dependabot in #1249
- build(deps): bump github.com/containers/image/v5 from 5.29.0 to 5.30.0 by @dependabot in #1253
- build(deps): bump github.com/containerd/containerd from 1.7.11 to 1.7.14 by @dependabot in #1252
- build(deps): bump github.com/docker/cli from 25.0.5+incompatible to 26.0.0+incompatible by @dependabot in #1251
- build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #1254
- build(deps): bump github.com/joelanford/ignore from 0.0.0-20210607151042-0d25dc18b62d to 0.1.0 by @dependabot in #1258
- build(deps): bump google.golang.org/grpc from 1.61.1 to 1.62.1 by @dependabot in #1257
- build(deps): bump github.com/containers/common from 0.57.1 to 0.58.1 by @dependabot in #1256
- build(deps): bump github.com/grpc-ecosystem/grpc-health-probe from 0.4.24 to 0.4.25 by @dependabot in #1255
- build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0 by @dependabot in #1260
- build(deps): bump golang.org/x/mod from 0.16.0 to 0.17.0 by @dependabot in #1261
- build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #1262
- build(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 by @dependabot in #1263
- build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #1264
- build(deps): bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 by @dependabot in #1266
- build(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in #1267
- build(deps): bump github.com/containerd/containerd from 1.7.14 to 1.7.15 by @dependabot in #1265
- build(deps): bump github.com/docker/cli from 26.0.0+incompatible to 26.0.1+incompatible by @dependabot in #1268
- build(deps): bump github.com/containers/common from 0.58.1 to 0.58.2 by @dependabot in #1269
- pkg/cache: set explicit mode to handle upcoming go1.22 defaulting in fstest.MapFS by @joelanford in #1279
- build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by @dependabot in #1280
- providing a constraint property constant for dependency consistency by @grokspawn in #1282
Full Changelog: v1.39.0...v1.40.0
v1.39.0
What's Changed
- build(deps): bump golang.org/x/net from 0.20.0 to 0.22.0 by @dependabot in #1233
- removing docker registry replace by @grokspawn in #1243
- build(deps): bump golang.org/x/mod from 0.14.0 to 0.16.0 by @dependabot in #1242
- build(deps): bump go.etcd.io/bbolt from 1.3.8 to 1.3.9 by @dependabot in #1235
- Add verify (tidy/lint) target by @tmshort in #1247
- build(deps): bump k8s.io/apiextensions-apiserver from 0.28.5 to 0.29.3 by @dependabot in #1236
- build(deps): bump github.com/distribution/reference from 0.5.0 to 0.6.0 by @dependabot in #1245
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 by @dependabot in #1246
- build(deps): bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.2 by @dependabot in #1227
- update to k8s v1.29 version of api by @grokspawn in #1248
Full Changelog: v1.38.0...v1.39.0
v1.38.0
What's Changed
- build(deps): bump k8s.io/client-go from 0.28.5 to 0.29.2 by @dependabot in #1222
- Revert "build(deps): bump k8s.io/client-go from 0.28.5 to 0.29.2" by @grokspawn in #1232
- [OSD-21071] Updating runc version in go.mod, go.sum by @rhdedgar in #1240
- [chore] bump docker/cli, docker/docker to 25.0.5 by @grokspawn in #1239
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 by @dependabot in #1238
New Contributors
Full Changelog: v1.37.0...v1.38.0
v1.37.0
What's Changed
- OCPBUGS-25989: go.mod: update golang to 1.21 by @stevekuznetsov in #1213
- build(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #1203
- build(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.2.2 to 6.8.1 by @dependabot in #1205
- build(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by @dependabot in #1215
- switch to default-DCO instead of actioned by @grokspawn in #1217
- use composite template's contributions path as fallback search for template inputs by @grokspawn in #1221
- build(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc5 to 1.1.0-rc6 by @dependabot in #1220
- moving codecov to token-based by @grokspawn in #1228
- supporting merge queues in CI workflows by @grokspawn in #1229
- render: support rendering FBC from bundle directories by @joelanford in #748
- Semver lastedge error by @grokspawn in #1169
Full Changelog: v1.36.0...v1.37.0