Skip to content

Commit 3d9c3c5

Browse files
author
Benjamin Huo
authored
Merge pull request #58 from bojand/release-0.6
init release 0.6.1
2 parents e8ddc39 + 3025c5b commit 3d9c3c5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.1 / 2021-06-12
2+
3+
- [ENHANCEMENT] Update Kubernetes dependencies.
4+
- [ENHANCEMENT] Update fluentbit resources in manifest.
5+
16
## 0.6.0 / 2021-06-01
27

38
- [ENHANCEMENT] Add Kubernetes Go client.

Makefile

+1-1
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.0
3+
OP_IMG ?= kubespheredev/fluentbit-operator:v0.6.1
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

+1-1
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.0'
42+
image: 'kubesphere/fluentbit-operator:v0.6.1'
4343
resources:
4444
limits:
4545
cpu: 100m

0 commit comments

Comments
 (0)