Skip to content

Commit

Permalink
v1.8.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMcManus committed Aug 26, 2022
1 parent c222454 commit 15c07f7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fdb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v1.8.0
appVersion: v1.8.1

maintainers:
- name: "foundationdb-ci"
2 changes: 1 addition & 1 deletion charts/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.8.0
tag: v1.8.1
pullPolicy: IfNotPresent

initContainers:
Expand Down
2 changes: 1 addition & 1 deletion config/deployment/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
containers:
- command:
- /manager
image: foundationdb/fdb-kubernetes-operator:v1.8.0
image: foundationdb/fdb-kubernetes-operator:v1.8.1
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.8.0
image: foundationdb/fdb-kubernetes-operator:v1.8.1
name: manager
ports:
- containerPort: 8080
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog/v1.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# v1.8.1

## Changes

### Operator

- Make upgrades more reliable [#1283](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1283)
- Unblock incompatible processes reconciler [#1306](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1306)
- Ignore process groups if they have the sidecar unreachable condition in the bounce sub reconciler [#1313](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1313)
- Correct error check for timeout [#1311](https://github.com/FoundationDB/fdb-kubernetes-operator/pull/1311)

0 comments on commit 15c07f7

Please sign in to comment.