Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Tags: operator-framework/catalogd

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
tmshort Todd Short
Release v1.1.0

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove check-cluster dependency from test-e2e (#473)

`check-cluster` is already a dependency of the `install` targt, which is
a dependency of `e2e`. It does not need to be a dependency of `test-e2e`
which _just_ runs the tests without any setup.

Signed-off-by: Todd Short <todd.short@me.com>

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix check-cluster logic (#466)

Signed-off-by: Brett Tofel <btofel@redhat.com>

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
⚠️ Bump ClusterCatalog API to v1 (#380)

* bump ClusterCatalog API to v1

Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>

* Update test/e2e/unpack_test.go

---------

Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
Co-authored-by: Per Goncalves da Silva <pegoncal@redhat.com>
Co-authored-by: Joe Lanford <joe.lanford@gmail.com>

v0.36.0

Toggle v0.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
API updates based on external review (#443)

Signed-off-by: everettraven <everettraven@gmail.com>
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>

v0.35.0

Toggle v0.35.0's commit message

Verified

This tag was signed with the committer’s verified signature.
joelanford Joe Lanford
catalogd v0.35.0

v0.34.0

Toggle v0.34.0's commit message
pulling in breaking changes

v0.33.0

Toggle v0.33.0's commit message

Verified

This tag was signed with the committer’s verified signature.
joelanford Joe Lanford
catalogd v0.33.0

v0.32.0

Toggle v0.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix pulling signed images (#431)

This fixes "pushing signatures for OCI images is not supported" error
when working with signed source images.

If policy context requires signature validation for a registry
we will still be performing it on pull, but we will be removing
source signatures when copying into a temporary OCI layout
for unpacking.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>

Verified

This tag was signed with the committer’s verified signature. The key has expired.
tmshort Todd Short