Skip to content

Commit 801eeac

Browse files
authored
Merge pull request #35 from cosmo0920/release-v0.7.1
release v0.7.1
2 parents 06bddb9 + 78127b6 commit 801eeac

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ else
66
TEST_OPTS := -cover -race -coverprofile=coverage.txt -covermode=atomic
77
endif
88

9-
VERSION := 0.7.0
9+
VERSION := 0.7.1
1010

1111
# Version info for binaries
1212
GIT_REVISION := $(shell git rev-parse --short HEAD)

docker/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: log
77
labels:
88
app: fluent-bit-go-s3
9-
version: v0.7.0
9+
version: v0.7.1
1010
data:
1111
fluent-bit-s3.conf: |
1212
[SERVICE]

docker/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ spec:
99
selector:
1010
matchLabels:
1111
app: fluent-bit-go-s3
12-
version: v0.7.0
12+
version: v0.7.1
1313
template:
1414
metadata:
1515
labels:
1616
app: fluent-bit-go-s3
17-
version: v0.7.0
17+
version: v0.7.1
1818
spec:
1919
containers:
20-
- image: cosmo0920/fluent-bit-go-s3:v0.7.0
20+
- image: cosmo0920/fluent-bit-go-s3:v0.7.1
2121
name: fluent-bit-go-s3
2222
ports:
2323
- containerPort: 24224

docker/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ spec:
1212
targetPort: 24224
1313
selector:
1414
app: fluent-bit-go-s3
15-
version: v0.7.0
15+
version: v0.7.1

helm/fluent-bit/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 0.1.4
17+
version: 0.1.5
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.

helm/fluent-bit/values.yaml

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

77
image:
88
repository: cosmo0920/fluent-bit-go-s3
9-
tag: v0.7.0
9+
tag: v0.7.1
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

0 commit comments

Comments
 (0)