From afdd92d9ed1c93ab6a28721be4bc972b9814b1a1 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Tue, 31 Mar 2020 10:12:07 +0900 Subject: [PATCH 1/2] Bump up version to v0.7.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40dedbd..110f78f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ else TEST_OPTS := -cover -race -coverprofile=coverage.txt -covermode=atomic endif -VERSION := 0.6.2 +VERSION := 0.7.0 # Version info for binaries GIT_REVISION := $(shell git rev-parse --short HEAD) From 113f20a73f07129f1d077ea1402e6c1d0ba8c740 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Tue, 31 Mar 2020 10:13:41 +0900 Subject: [PATCH 2/2] Use v0.7.0 image --- docker/configmap.yaml | 2 +- docker/deployment.yaml | 6 +++--- docker/service.yaml | 2 +- helm/fluent-bit/Chart.yaml | 2 +- helm/fluent-bit/values.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker/configmap.yaml b/docker/configmap.yaml index 7adc092..d1ef912 100644 --- a/docker/configmap.yaml +++ b/docker/configmap.yaml @@ -6,7 +6,7 @@ metadata: namespace: log labels: app: fluent-bit-go-s3 - version: v0.6.2 + version: v0.7.0 data: fluent-bit-s3.conf: | [SERVICE] diff --git a/docker/deployment.yaml b/docker/deployment.yaml index 0b98fcc..0ffa19a 100644 --- a/docker/deployment.yaml +++ b/docker/deployment.yaml @@ -9,15 +9,15 @@ spec: selector: matchLabels: app: fluent-bit-go-s3 - version: v0.6.2 + version: v0.7.0 template: metadata: labels: app: fluent-bit-go-s3 - version: v0.6.2 + version: v0.7.0 spec: containers: - - image: cosmo0920/fluent-bit-go-s3:v0.6.2 + - image: cosmo0920/fluent-bit-go-s3:v0.7.0 name: fluent-bit-go-s3 ports: - containerPort: 24224 diff --git a/docker/service.yaml b/docker/service.yaml index dbfefdc..b2ef2dc 100644 --- a/docker/service.yaml +++ b/docker/service.yaml @@ -12,4 +12,4 @@ spec: targetPort: 24224 selector: app: fluent-bit-go-s3 - version: v0.6.2 + version: v0.7.0 diff --git a/helm/fluent-bit/Chart.yaml b/helm/fluent-bit/Chart.yaml index 5fa5f6f..e9c04ef 100644 --- a/helm/fluent-bit/Chart.yaml +++ b/helm/fluent-bit/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.3 +version: 0.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/helm/fluent-bit/values.yaml b/helm/fluent-bit/values.yaml index af5291d..873aa52 100644 --- a/helm/fluent-bit/values.yaml +++ b/helm/fluent-bit/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: cosmo0920/fluent-bit-go-s3 - tag: v0.6.2 + tag: v0.7.0 pullPolicy: IfNotPresent imagePullSecrets: []