diff --git a/config/deployment/manager.yaml b/config/deployment/manager.yaml index 6f6d1dd1f..4c7692a19 100644 --- a/config/deployment/manager.yaml +++ b/config/deployment/manager.yaml @@ -66,7 +66,7 @@ spec: containers: - command: - /manager - image: foundationdb/fdb-kubernetes-operator:v1.0.0 + image: foundationdb/fdb-kubernetes-operator:v1.1.0 name: manager env: - name: WATCH_NAMESPACE diff --git a/config/samples/deployment.yaml b/config/samples/deployment.yaml index 8daacbcd0..29d666ba1 100644 --- a/config/samples/deployment.yaml +++ b/config/samples/deployment.yaml @@ -150,7 +150,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: foundationdb/fdb-kubernetes-operator:v1.0.0 + image: foundationdb/fdb-kubernetes-operator:v1.1.0 name: manager ports: - containerPort: 8080 diff --git a/docs/changelog/v1.1.0.md b/docs/changelog/v1.1.0.md new file mode 100644 index 000000000..2b60c9bb2 --- /dev/null +++ b/docs/changelog/v1.1.0.md @@ -0,0 +1,16 @@ +# v1.1.0 + +## Changes + +* Unify kustomize setup and reduce duplication [#1084](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1084). +* Pass configured logger into fdbclient [#1111](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1111). +* Add an image pull policy in the development operator config [#1115](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1115). +* Changes to support coordinator changes when using DNS names [#1122](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1122). +* Remove the usage of go get and unused dep [#1124](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1124). +* Fix flaky unit test and bug in process group removal [#1129](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1129). +* Add authentication support for OpenStack, Azure and GCP [#1130](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1130). +* Run specs in parallel [#1125](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1125). +* Remove unused deps and use make to install required versions [#1127](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1127). +* Correct the generation of our spec documentation to include structs from different files [#1137](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1137). +* Make use of [goreleaser](https://goreleaser.com) for our plugin [#1139](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1139). +* Add support for grv and commit proxies for FDB 7.0+ [#1114](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1114). diff --git a/helm/fdb-operator/values.yaml b/helm/fdb-operator/values.yaml index 07ba0fb03..381b7c4bf 100644 --- a/helm/fdb-operator/values.yaml +++ b/helm/fdb-operator/values.yaml @@ -1,7 +1,7 @@ --- image: repository: foundationdb/fdb-kubernetes-operator - tag: v1.0.0 + tag: v1.1.0 pullPolicy: IfNotPresent initContainers: