Releases: devfile/registry-operator
Releases · devfile/registry-operator
v0.3.0 Release
What's Changed
- Detect and use oc / kubectl for integration tests by @feloy in #53
- Add license headers to scripts and configs by @michael-valdron in #55
- Release workflow by @michael-valdron in #56
- Correct source path for local build rules by @michael-valdron in #58
- Release branching workflow revisions by @michael-valdron in #57
- Typo Fixes to README.md and CONTRIBUTING.md by @Jdubrick in #59
- Implement Podman scripts for Registry-Operator Makefile by @Jdubrick in #61
- Patch k8s and disable http/2 by default to mitigate rapid reset CVE by @michael-valdron in #60
- Fix icon base64data and code block formatting in CSV files by @michael-valdron in #62
- Update OWNERS file by @michael-valdron in #64
- Update OWNERS by @johnmcollier in #65
- [Devtools Week] Update contributing guide by @michael-valdron in #67
- [Devtools Week] Multi-platform support for build binary and container images by @michael-valdron in #68
- Add releases section to README by @michael-valdron in #70
- Cncf cleaner tasks by @Jdubrick in #71
- add scorecard workflow and badge by @Jdubrick in #72
- Add Documentation For Minikube and MacOS Deployment by @Jdubrick in #77
- Update devfile registry maintainers under CSV by @michael-valdron in #78
- Implement DevfileRegistry CRD MemoryLimit field by @thepetk in #76
- Add ingressClass CRD field by @thepetk in #79
- Update Ingress and Hostname by @Jdubrick in #80
- Bump
registry-library
dependency by @michael-valdron in #85 - Add override CRD fields by @michael-valdron in #82
- Fix
setup-envtest
version by @michael-valdron in #87 - Feature: Fully Qualified App Name by @michael-valdron in #86
- Update Testing Documentation by @Jdubrick in #88
- Handling Missing Ingress Domain for Registry Operator by @Jdubrick in #89
- Multi Arch Support for Registry Operator by @Jdubrick in #90
- Update go version to 1.21 by @thepetk in #91
- Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.6+incompatible by @dependabot in #93
- Bump registry-support dependencies by @Jdubrick in #96
- Update PR template by @Jdubrick in #97
- Update documentation by @michael-valdron in #98
- Prepare for 0.3.0 by @thepetk in #95
New Contributors
- @Jdubrick made their first contribution in #59
- @thepetk made their first contribution in #76
- @dependabot made their first contribution in #93
Full Changelog: v0.1.3...v0.3.0
v0.2.0 Release
What's Changed
- Detect and use oc / kubectl for integration tests by @feloy in #53
- Add license headers to scripts and configs by @michael-valdron in #55
- Release workflow by @michael-valdron in #56
- Correct source path for local build rules by @michael-valdron in #58
- Release branching workflow revisions by @michael-valdron in #57
- Typo Fixes to README.md and CONTRIBUTING.md by @Jdubrick in #59
- Implement Podman scripts for Registry-Operator Makefile by @Jdubrick in #61
- Patch k8s and disable http/2 by default to mitigate rapid reset CVE by @michael-valdron in #60
- Fix icon base64data and code block formatting in CSV files by @michael-valdron in #62
New Contributors
Full Changelog: v0.1.3...v0.2.0
v0.1.3 Release
v0.1.2 Release
What's Changed
- Fix typo: 'categories' instead of 'catagories' under CSV by @michael-valdron in #52
Full Changelog: v0.1.1...v0.1.2
v0.1.1 Release
What's Changed
- [Devtools week] Update license headers by @michael-valdron in #50
- update owners file by @yangcao77 in #48
- Release changes for OLM validation by @michael-valdron in #49
- Fix registry viewer host alias resolution by @kim-tsao in #51
New Contributors
- @yangcao77 made their first contribution in #48
Full Changelog: v0.1.0...v0.1.1
v0.1.0 Release
What's Changed
- Implement a Devfile Registry operator by @johnmcollier in #2
- Add script so tests can run on OpenShfit CI by @johnmcollier in #3
- Add debug statements to tests by @johnmcollier in #4
- Use oc in integration tests by @johnmcollier in #5
- Update CI test script to use built operator image by @johnmcollier in #6
- Enable the metrics endpoint on the OCI registry container by @johnmcollier in #8
- Miscellaneous improvements to the registry operator by @johnmcollier in #9
- Generate OLM bundle for devfile registry operator by @johnmcollier in #10
- Use health check endpoint for probes by @johnmcollier in #13
- Add telemetry option by @GeekArthur in #14
- Update the operator to support the registry viewer by @johnmcollier in #15
- Change license to Apache 2.0 by @l0rd in #12
- Temporarily disable registry-operator tests by @johnmcollier in #17
- Updates Kube API for Ingress & CRDs by @maysunfaisal in #16
- Add Telemetry Key Env Variable by @kim-tsao in #18
- Add telemetry configs for updating by @kim-tsao in #19
- v3 migration by @kim-tsao in #22
- Create CONTRIBUTING.md by @johnmcollier in #21
- New CR types, controllers and webhooks by @kim-tsao in #23
- Add code coverage reporting by @johnmcollier in #24
- remove incorrect licenses by @kim-tsao in #26
- gosec enablement by @kim-tsao in #27
- Update registry operator deployment specs to match changes on the registry server and registry viewer by @michael-valdron in #28
- Deployment bugfixes by @michael-valdron in #29
- update controller-gen by @kim-tsao in #33
- Use gosec v2.14.0 to prevent breakage by @michael-valdron in #34
- Telemetry fix for registry operator deployment by @michael-valdron in #35
- update configmap by @kim-tsao in #37
- Add container spec with image tag and image pull policy fields by @michael-valdron in #38
- Add liveness and readiness probes to registry viewer container in the registry operator by @michael-valdron in #36
- Storage enabled volume defaults to false by @michael-valdron in #40
- dependabot updates by @kim-tsao in #39
- Add namespace webhook validation by @michael-valdron in #41
- Add OWNERS file by @kim-tsao in #43
- Outline deployment requirements by @michael-valdron in #42
- Complete documentation coverage of registry operator by @feloy in #46
- Updates for operator sdk v1.28 by @michael-valdron in #45
- Final pre-release changes by @michael-valdron in #47
New Contributors
- @johnmcollier made their first contribution in #2
- @GeekArthur made their first contribution in #14
- @l0rd made their first contribution in #12
- @maysunfaisal made their first contribution in #16
- @kim-tsao made their first contribution in #18
- @michael-valdron made their first contribution in #28
- @feloy made their first contribution in #46
Tag Changes: https://github.com/devfile/registry-operator/commits/v0.1.0
Full Changelog: https://github.com/devfile/registry-operator/blob/d8f2e3fd2548e43510183b4739c07f907b830033/CHANGELOG.md#010