Skip to content

Tags: franklinunix/operator-registry

Tags

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request operator-framework#49 from ecordell/healthcheck

feat(client): add health check to high-level client interface

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request operator-framework#35 from mhrivnak/typos

fixes typos in README.md

v1.0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request operator-framework#24 from ecordell/root-downstream

fix(dockerfile): user needs enough access to read from the filesystem

v1.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request operator-framework#20 from njhale/get-bundle

feat(bundles): add GetBundle request

v1.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request operator-framework#19 from njhale/fix-minimum

fix(bundle): fix CRD conversion with minimum validation field

v1.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request operator-framework#17 from ecordell/expose-clients

feat(client): expose underlying clients

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request operator-framework#7 from ecordell/fix-crd-parsing

fix(bundle): fix CRD <plural>.<group> parsing

v1.0.0

feat(health): add healthcheck endpoint