Skip to content

Releases: operator-framework/operator-registry

v1.21.0

03 Mar 21:35
9999f79
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20.0...v1.21.0

v1.20.0

04 Feb 17:33
v1.20.0
5566e4b
Compare
Choose a tag to compare

What's Changed

  • Clean indexfile for opm alpha generate dockerfile by @ankitathomas in #831
  • alpha/declcfg: re-encode olm.bundle.object data to JSON when loading by @joelanford in #874
  • chore(deps): upgrade of/api for new constraint type by @dinhxuanvu in #880
  • fix(diff): prune empty channel when old model is empty by @jpower432 in #884
  • (vendor) bump api to v0.11.0 by @anik120 in #887
  • (.gitignore): Do not ignore debug/ by @anik120 in #890
  • feat(constraint): Add constraint type validation to bundle validation by @dinhxuanvu in #888
  • Update extract.go by @Shivkumar13 in #876
  • (vendor) bump go-sqlite3 to 1.14.10 by @nsapse in #896
  • feat(registry): add podman auth.json as an alternate location by @jpower432 in #897
  • Graduate opm generate out of alpha by @kevinrizza in #902
  • Remove estroz from OWNERS by @estroz in #903
  • fix(opm): adds removal of empty packages when using opm diff in headsOnly mode by @jpower432 in #905
  • fix(registry): deprecated skip-tls and add use-http and skip-tls-verify by @jpower432 in #898
  • fix(render/diff): Support olm.constraint in opm render/diff cmd by @dinhxuanvu in #901
  • chore: update o-f/api version to v0.12.0 by @tylerslaton in #911
  • release: publish more os/arch binaries in github release by @joelanford in #914
  • fix: use gnutar in macos github action to avoid corrupting tar file contents by @joelanford in #915
  • read stdout for reading container name by @ankitathomas in #745
  • add warning log entry for removing non-exist package by @akihikokuroda in #779

New Contributors

Full Changelog: v1.19.5...v1.20.0

v1.19.5

24 Nov 15:07
v1.19.5
f478fdd
Compare
Choose a tag to compare
operator-registry v1.19.5

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 <[email protected]>

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.