Skip to content

Commit

Permalink
Prepare v1.1.0 release (#1140)
Browse files Browse the repository at this point in the history
* Prepare v1.1.0 release
  • Loading branch information
johscheuer authored Mar 28, 2022
1 parent ef814bd commit 1676983
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/samples/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions docs/changelog/v1.1.0.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion helm/fdb-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
image:
repository: foundationdb/fdb-kubernetes-operator
tag: v1.0.0
tag: v1.1.0
pullPolicy: IfNotPresent

initContainers:
Expand Down

0 comments on commit 1676983

Please sign in to comment.