Skip to content

Commit 23be4d6

Browse files
committed
Release v0.4.0
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 9f1c136 commit 23be4d6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
**Release date:** 2021-01-21
6+
7+
This prerelease comes with two new argument flags,
8+
introduced to support configuring the QPS
9+
(`--kube-api-qps`) and burst (`--kube-api-burst`) while communicating
10+
with the Kubernetes API server.
11+
12+
The `LocalObjectReference` from the Kubernetes core has been replaced
13+
with our own, making the `name` a required field. The impact of this
14+
should be limited to direct API consumers only, as the field was
15+
already required by controller logic.
16+
317
## 0.3.0
418

519
**Release date:** 2021-01-16

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55
images:
66
- name: fluxcd/image-reflector-controller
77
newName: fluxcd/image-reflector-controller
8-
newTag: v0.3.0
8+
newTag: v0.4.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/Masterminds/semver/v3 v3.1.1
99
// fix for ARM builds
1010
github.com/dgraph-io/badger/v3 v3.0.0-20210118150219-63f09c34dec1
11-
github.com/fluxcd/image-reflector-controller/api v0.3.0
11+
github.com/fluxcd/image-reflector-controller/api v0.4.0
1212
github.com/fluxcd/pkg/apis/meta v0.7.0
1313
github.com/fluxcd/pkg/runtime v0.8.0
1414
github.com/fluxcd/pkg/version v0.0.1

0 commit comments

Comments
 (0)