Skip to content

Commit

Permalink
Merge pull request #23 from cosmo0920/release-v0.6.2
Browse files Browse the repository at this point in the history
Release v0.6.2
  • Loading branch information
cosmo0920 authored Mar 6, 2020
2 parents 08b26c1 + d96cfef commit 986b76a
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 13 deletions.
7 changes: 4 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
version = "1.19.30"

[[constraint]]
branch = "master"
branch = "mark-nocheckptr"
name = "github.com/fluent/fluent-bit-go"
source = "github.com/cosmo0920/fluent-bit-go"

[[constraint]]
name = "github.com/json-iterator/go"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
TEST_OPTS := -cover -race -coverprofile=coverage.txt -covermode=atomic
endif

VERSION := 0.6.1
VERSION := 0.6.2

# Version info for binaries
GIT_REVISION := $(shell git rev-parse --short HEAD)
Expand Down
2 changes: 1 addition & 1 deletion docker/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: log
labels:
app: fluent-bit-go-s3
version: v0.6.1
version: v0.6.2
data:
fluent-bit-s3.conf: |
[SERVICE]
Expand Down
6 changes: 3 additions & 3 deletions docker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ spec:
selector:
matchLabels:
app: fluent-bit-go-s3
version: v0.6.1
version: v0.6.2
template:
metadata:
labels:
app: fluent-bit-go-s3
version: v0.6.1
version: v0.6.2
spec:
containers:
- image: cosmo0920/fluent-bit-go-s3:v0.6.1
- image: cosmo0920/fluent-bit-go-s3:v0.6.2
name: fluent-bit-go-s3
ports:
- containerPort: 24224
Expand Down
2 changes: 1 addition & 1 deletion docker/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
targetPort: 24224
selector:
app: fluent-bit-go-s3
version: v0.6.1
version: v0.6.2
2 changes: 1 addition & 1 deletion helm/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 0.1.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion helm/fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: cosmo0920/fluent-bit-go-s3
tag: v0.6.1
tag: v0.6.2
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
8 changes: 7 additions & 1 deletion vendor/github.com/fluent/fluent-bit-go/output/output.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 986b76a

Please sign in to comment.