Skip to content

Releases: operator-framework/operator-registry

v1.19.4

18 Nov 13:19
28aa654
Compare
Choose a tag to compare
(fix) database is locked during removal (#828)

This change ensures that connections to the database are properly
closed and that no new connection is started when another has not
been closed.

Signed-off-by: Lance Galletti <galletti@bu.edu>

v1.19.3

17 Nov 23:02
0c3c5ca
Compare
Choose a tag to compare
operator-registry v1.19.3

v1.19.2

15 Nov 16:50
b95ebb1
Compare
Choose a tag to compare

What's Changed

  • Log a warning when loading bundle manifests with multiple documents by @omertuc in #708
  • .github/workflows/goreleaser.yaml: fix cross-compiler install step by @joelanford in #818
  • render: include olm.bundle.object properties in rendered bundle images by @joelanford in #807
  • goreleaser: use netgo and osusergo to ensure completely static binary builds by @joelanford in #821
  • feat(diff): change default behavior to prune by omission by @estroz in #819
  • opm validate: fail on duplicate packages, channels, and bundles by @joelanford in #824
  • Adding equivalent opm index flags to opm registry by @gallettilance in #827

New Contributors

Full Changelog: v1.19.1...v1.19.2

v1.19.1

11 Oct 15:44
c426f78
Compare
Choose a tag to compare
operator-registry v1.19.1

v1.19.0

01 Oct 14:00
5ac5c52
Compare
Choose a tag to compare
v1.19.0

v1.18.1

24 Sep 16:59
38994ec
Compare
Choose a tag to compare

v1.18.1

38994ec handle deprecating branch points (#767)
d538a79 fix: update opm commands to specify if they don't take args (#786)
d21bd8f fix(alpha): update long description indentation (#789)
8d805a2 feat(diff): optionally include bundle names (#787)
ed832fd fix: Unable to deprecate bundles that are head of a NOT default channel with opm deprecatetruncate (#780)
0ea069e Update CASE to match resource. (#694)
9c330a2 opm serve: pre-compute and store api.Bundles to disk; requests read from disk (#783)
3880486 feat(opm): include arbitrary packages, channels, and versions in diffs (#716)
195bc03 use static distroless image instead of base (#778)
a3253eb feat(opm): fine-grained dependency selection in diffs (#756)
1c85576 fix(release): upgrade goreleaser so script requests correct checksum file (#773)
59d0ec7 Introduce olm.channel schema, remove channel metadata-related bundle properties (#768)
f5dcf40 fix: ensure operator images are included in rendered bundles related images (#771)
86907e1 Mark GetBundleForChannel as deprecated and trim its response. (#769)
0a190a8 update default scaffolded opm base image (#762)
3f6a698 Merge pull request #743 from dmesser/add-console-customization-types
9bf77cf Add deprecation warnings for CLIs that use or depend on sqlite (#760)
cede7db opm validate: check for cycles and stranded bundles in channel validation (#755)
a0bb1e5 move internal to alpha to make subpackages available for importing from other projects (#759)
7fba6ad feat(opm): configure diff to not include dependency bundles with --skip-deps (#753)
d487288 Fix upstream-opm-builder (#758)
9960109 Add joelanford as an approver in OWNERS (#751)
50b78e9 cli doc: opm serve does not detect DC changes after startup (#750)
a4fd56c feat: bump k8s dependencies to v0.22.0 (#747)
6f1a54f feat(release): X.Y, X, and latest opm image tags (#738)
88d4d76 fix(opm): clarify that bundle declcfgs are not valid refs alone (#741)

v1.18.0

11 Aug 19:07
b826849
Compare
Choose a tag to compare

This release includes support for removing the default channel head in opm index deprecatetruncate via a new --allow-package-removal flag.

See #734 for details.

v1.17.6

04 Feb 17:21
3c2677e
Compare
Choose a tag to compare
v1.17.6

v1.17.5

14 Jul 14:21
6072760
Compare
Choose a tag to compare
Merge pull request #709 from joelanford/declcfg-improve-tests

declcfg: improve and fix model tests to eliminate possibility of false negatives

v1.17.4

25 Jun 15:41
c93373c
Compare
Choose a tag to compare

Merge pull request #688 from ankitathomas/deprecate-fix

allow out of order deprecate