Skip to content

Commit

Permalink
Merge pull request #70 from bojand/release-0.7
Browse files Browse the repository at this point in the history
init release 0.7.0
  • Loading branch information
Benjamin Huo authored Jun 29, 2021
2 parents 8937de9 + 1b1ae54 commit 5432c3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.0 / 2021-06-29

- [ENHANCEMENT] Add support for plugin alias property in input and output specs. #64.
- [CHANGE] Add fluent-bit-watcher. #62.

## 0.6.2 / 2021-06-11

- [ENHANCEMENT] Update Kubernetes dependencies.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Image URL to use all building/pushing image targets
FB_IMG ?= kubespheredev/fluent-bit:v1.7.3
OP_IMG ?= kubespheredev/fluentbit-operator:latest
OP_IMG ?= kubespheredev/fluentbit-operator:v0.7.0
MIGRATOR_IMG ?= kubespheredev/fluentbit-operator:migrator
AMD64 ?= -amd64
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
Expand Down
2 changes: 1 addition & 1 deletion manifests/setup/fluentbit-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
mountPath: /var/run/docker.sock
containers:
- name: fluentbit-operator
image: 'kubesphere/fluentbit-operator:v0.6.2'
image: 'kubesphere/fluentbit-operator:v0.7.0'
resources:
limits:
cpu: 100m
Expand Down

0 comments on commit 5432c3e

Please sign in to comment.