From 92a84cba062108fdb6d205024ee2ff1186dead43 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 29 Jan 2020 15:37:29 +0900 Subject: [PATCH 1/2] Bump up version to v0.6.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41f4bec..d1bd15b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ else TEST_OPTS := -cover -race -coverprofile=coverage.txt -covermode=atomic endif -VERSION := 0.6.0 +VERSION := 0.6.1 # Version info for binaries GIT_REVISION := $(shell git rev-parse --short HEAD) From 0e630d6ed380747c036dbecc8b20fab8186ed856 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 29 Jan 2020 15:39:28 +0900 Subject: [PATCH 2/2] Use fluent-git-go-s3 v0.6.1 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 613da94..8aed5d6 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.0 + version: v0.6.1 data: fluent-bit-s3.conf: | [SERVICE] diff --git a/docker/deployment.yaml b/docker/deployment.yaml index 31b881b..fef556c 100644 --- a/docker/deployment.yaml +++ b/docker/deployment.yaml @@ -9,15 +9,15 @@ spec: selector: matchLabels: app: fluent-bit-go-s3 - version: v0.6.0 + version: v0.6.1 template: metadata: labels: app: fluent-bit-go-s3 - version: v0.6.0 + version: v0.6.1 spec: containers: - - image: cosmo0920/fluent-bit-go-s3:v0.6.0 + - image: cosmo0920/fluent-bit-go-s3:v0.6.1 name: fluent-bit-go-s3 ports: - containerPort: 24224 diff --git a/docker/service.yaml b/docker/service.yaml index 379b010..482ea66 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.0 + version: v0.6.1 diff --git a/helm/fluent-bit/Chart.yaml b/helm/fluent-bit/Chart.yaml index 8d037e1..3d10714 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.1 +version: 0.1.2 # 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 6704911..3a16e84 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.0 + tag: v0.6.1 pullPolicy: IfNotPresent imagePullSecrets: []