Skip to content

Commit 288163d

Browse files
committed
init release 0.6.2
1 parent 65e0f94 commit 288163d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## 0.6.1 / 2021-06-12
1+
## 0.6.2 / 2021-06-11
22

33
- [ENHANCEMENT] Update Kubernetes dependencies.
44
- [ENHANCEMENT] Update fluentbit resources in manifest.
55

6+
## 0.6.1 / 2021-06-11
7+
8+
- Errorous release.
9+
610
## 0.6.0 / 2021-06-01
711

812
- [ENHANCEMENT] Add Kubernetes Go client.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
OP_IMG ?= kubespheredev/fluentbit-operator:v0.6.1
3+
OP_IMG ?= kubespheredev/fluentbit-operator:v0.6.2
44
MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
55
AMD64 ?= -amd64
66
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)

manifests/setup/fluentbit-operator-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
mountPath: /var/run/docker.sock
4040
containers:
4141
- name: fluentbit-operator
42-
image: 'kubesphere/fluentbit-operator:v0.6.1'
42+
image: 'kubesphere/fluentbit-operator:v0.6.2'
4343
resources:
4444
limits:
4545
cpu: 100m

0 commit comments

Comments
 (0)