Releases: linki/cloudformation-operator
Releases · linki/cloudformation-operator
v0.8.0
- Updates to various dependencies (@linki)
$ docker run -v ~/.kube/config:/kubeconfig -e KUBERNETES_CONFIG=/kubeconfig \
quay.io/linki/cloudformation-operator:v0.8.0 --help
v0.7.0
Thanks for your contribution @MBalazs90 🥳
$ docker run -v ~/.kube/config:/kubeconfig -e KUBERNETES_CONFIG=/kubeconfig \
quay.io/linki/cloudformation-operator:v0.7.0 --help
v0.6.0
- Update codebase to operator-sdk v0.10.0 #36 (@linki)
Breaking changes
- This is a breaking change. Please run with dry run mode first
- The operator is now limited to a single namespace per deployed instance (default from the operator-sdk)
- Use flags instead of env vars for configuration, see README
$ docker run -v ~/.kube/config:/kubeconfig -e KUBERNETES_CONFIG=/kubeconfig \
quay.io/linki/cloudformation-operator:v0.6.0 --help
v0.5.0
- Provide possibility to assume AWS role (AWS STS) #21 (@spa-87)
$ docker run -v ~/.kube/config:/kubeconfig -e KUBERNETES_CONFIG=/kubeconfig \
quay.io/linki/cloudformation-operator:v0.5.0 --help
v0.4.0
- Provide possibility to manage CFN capabilities #19 (@spa-87)
$ docker run -v ~/.kube/config:/kubeconfig -e KUBERNETES_CONFIG=/kubeconfig \
quay.io/linki/cloudformation-operator:v0.4.0 --help
v0.3.1
- Allow to specify AWS
Tags
that contain colons in their keys, e.g. sos:biliing:environment=qa
#18 (@spa-87)
$ docker run -v ~/.kube/config:/kubeconfig -e KUBERNETES_CONFIG=/kubeconfig \
quay.io/linki/cloudformation-operator:v0.3.1 --help
v0.3.0
- Allow to specify default and per-stack CloudFormation Tags #17 (@spa-87)
$ docker run -v ~/.kube/config:/kubeconfig -e KUBERNETES_CONFIG=/kubeconfig \
quay.io/linki/cloudformation-operator:v0.3.0 --help
v0.2.0
- Refactored to use
operator-sdk
from operator-framework
#15 (@enekofb)
$ docker run -v ~/.kube/config:/kubeconfig -e KUBERNETES_CONFIG=/kubeconfig \
quay.io/linki/cloudformation-operator:v0.2.0 --help
v0.1.2
Fixed a bug that disabled dryRun mode for stack deletions and updates 😮
v0.1.0
First working version with tutorial.