Skip to content

Commit 8345c09

Browse files
committed
add note about kube-rbac-proxy
1 parent 12c1af1 commit 8345c09

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## What comes next?
4+
5+
- Upgrade `kubebuilder`.
6+
- NOTE: We use `kube-rbac-proxy:v0.13.0` so [`gcr.io` retirement](https://github.com/kubernetes-sigs/kubebuilder/discussions/3907) affects us. The workaround is to use other image registry.
7+
38
## 0.2.1 - 2023-01-05
49

510
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ kubectl delete -f https://github.com/ebiiim/gitbackup/releases/download/v0.2.1/g
167167

168168
## Developing
169169

170-
This Operator uses [Kubebuilder](https://github.com/kubernetes-sigs/kubebuilder), so we basically follow the Kubebuilder way. See the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html) for details.
170+
This Operator uses [Kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) (v3.8.0), so we basically follow the Kubebuilder way. See the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html) for details.
171171

172172
### Prerequisites
173173

0 commit comments

Comments
 (0)