Releases: appuio/control-api
Releases · appuio/control-api
v0.15.0
9 changes since v0.14.0
🚀 Features
- Remove expired and redeemed invites (#109)
- Validate invitation targetRefs to prevent privilege escalation (#107)
🛠️ Minor Changes
- Add
omitempty
to Invitationstatus.conditions
andstatus.targetStatuses
(#113)
🐛 Fixes
- Fix reconciliation loop in redeem controller (#110)
🔗 Dependency Updates
v0.14.0
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.2
v0.9.1
v0.9.0
17 changes since v0.8.2
🚀 Features
🔗 Dependency Updates
- Update module sigs.k8s.io/apiserver-runtime to v1.1.1 (#61)
- Update docker/login-action action to v2 (#68)
- Update docker.io/library/alpine Docker tag to v3.17 (#72)
- Switch to Go 1.19 (#74)
- Update mikepenz/release-changelog-builder-action action to v3 (#66)
- Upgrade controller runtime and related packages (#77)
- Update module sigs.k8s.io/controller-tools to v0.11.1 (#71)
- Update module go.uber.org/multierr to v1.9.0 (#76)
- Update paambaati/codeclimate-action action to v3.2.0 (#79)
- Update module github.com/spf13/cobra to v1.6.1 - autoclosed (#73)
- Update goreleaser/goreleaser-action action to v4 (#80)
- Update module github.com/stretchr/testify to v1.8.1 (#75)
- Update module sigs.k8s.io/kind to v0.17.0 (#69)
- Update module sigs.k8s.io/kustomize/kustomize/v4 to v4.5.7 (#57)
- Update golang.org/x/exp digest to 738e83a (#81)
v0.8.2
4 changes since v0.8.1
🚀 Features
- Add controller command line flag to specify the webhook server port (#60)
🛠️ Minor Changes
- Add logic to setup admission webhooks in local test environment (#59)
🐛 Fixes
- Allow User resources with no default organization (#65)
📄 Documentation
- Add instructions to register locally running controller with kind local environment in README (#62)