Releases: openmcp-project/platform-service-quota
Releases · openmcp-project/platform-service-quota
Release list
Release v1.0.2
Release v1.0.1
Release v1.0.0
Changelog
🚨 Breaking
[OPERATOR]
- This repository and all of its artifacts are now named
platform-service-quota. (#177, @Diaphteiros) - The quota operator is now a platform service. Running it as standalone operator, as before, is not supported anymore (unless it is run in a way which adheres to the platform service contract). (#173, @Diaphteiros)
- The operator's config is now expected as a
QuotaServiceConfigresource on the platform cluster. It has to have the same name as thePlatformServiceresource that created the controller pod. (#173, @Diaphteiros) - The value of the quota operator managed-by label has changed. This requires a manual step when upgrading from the old quota operator to the new platform service: Remove the
quota.openmcp.cloud/managed-bylabel from all namespaces on the onboarding cluster. This label is meant to prevent multiple instances of the quota operator from working on the same namespace, which means that only the instance with the matching identity (now set to the name of thePlatformServiceresource) will feel responsible for the respective namespace. (#173, @Diaphteiros)
Release v0.18.0
Release v0.17.0
Changelog
🚀 Features
[USER]
- (#169, @n3rdc4ptn)
➕ Other
[H]
- ginkgo --sem-ver-filter="2.1.1, redis=8.2.0" (#147, ⚙️)
Release v0.16.0
Changes included in v0.16.0:
Changelog
🚀 Features
[USER]
What's Changed
- chore(deps): update hack/common digest to 4159ec6 by @renovate[bot] in #130
- fix(deps): update module github.com/spf13/cobra to v1.10.2 by @renovate[bot] in #132
- chore(deps): update gcr.io/distroless/static-debian12:nonroot docker digest to 2b7c93f by @renovate[bot] in #133
- chore(deps): update dependency go to v1.25.5 by @renovate[bot] in #131
- fix(deps): update module github.com/onsi/gomega to v1.38.3 by @renovate[bot] in #136
- chore(deps): update hack/common digest to 6824b1f by @renovate[bot] in #134
- chore(deps): update gcr.io/distroless/static-debian12:nonroot docker digest to cba10d7 by @renovate[bot] in #141
- chore(deps): update hack/common digest to 63dd575 by @renovate[bot] in #138
- fix(deps): update module github.com/onsi/gomega to v1.39.0 by @renovate[bot] in #140
- fix(deps): update kubernetes packages to v0.35.0 by @renovate[bot] in #137
- fix(deps): update k8s.io/utils digest to 914a6e7 by @renovate[bot] in #139
- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.27.5 by @renovate[bot] in #135
- feat: release v0.16.0 by @guewa in #142
Full Changelog: v0.15.0...v0.16.0