File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,6 @@ ubuntu-bionic-18.04-cloudimg-console.log
77sidecar /out_gstdout /out_gstdout.h
88sidecar /out_gstdout /out_gstdout.so
99sidecar /var /
10+
11+ .vscode /*
12+ ! .vscode /snippets.code-snippets
Original file line number Diff line number Diff line change 1+ // https://code.visualstudio.com/docs/editor/userdefinedsnippets
2+ {
3+ "Link to pull request" : {
4+ "scope" : " markdown" ,
5+ "prefix" : [" PR" ],
6+ "body" : [" [#${1:123}]: https://github.com/SumoLogic/tailing-sidecar/pull/${1}" ],
7+ "description" : " Link to GitHub pull request" ,
8+ }
9+ }
Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ - chore: update Golang from 1.16.5 to 1.17.6 [ #212 ] [ #213 ] [ #231 ] [ #232 ] [ #247 ] [ #248 ] [ #256 ] [ #257 ]
11+ - chore: update Fluent Bit from 1.7.8 to 1.8.12 [ #249 ] [ #261 ]
12+ - chore: update k8s.io/apimachinery from 0.21.1 to 0.22.4 [ #215 ] [ #237 ]
13+
14+ [ #212 ] : https://github.com/SumoLogic/tailing-sidecar/pull/212
15+ [ #213 ] : https://github.com/SumoLogic/tailing-sidecar/pull/213
16+ [ #231 ] : https://github.com/SumoLogic/tailing-sidecar/pull/232
17+ [ #232 ] : https://github.com/SumoLogic/tailing-sidecar/pull/232
18+ [ #247 ] : https://github.com/SumoLogic/tailing-sidecar/pull/247
19+ [ #248 ] : https://github.com/SumoLogic/tailing-sidecar/pull/248
20+ [ #256 ] : https://github.com/SumoLogic/tailing-sidecar/pull/256
21+ [ #257 ] : https://github.com/SumoLogic/tailing-sidecar/pull/257
22+ [ #249 ] : https://github.com/SumoLogic/tailing-sidecar/pull/249
23+ [ #261 ] : https://github.com/SumoLogic/tailing-sidecar/pull/261
24+ [ #215 ] : https://github.com/SumoLogic/tailing-sidecar/pull/215
25+ [ #237 ] : https://github.com/SumoLogic/tailing-sidecar/pull/237
26+
1027## [ v0.3.1] - 2021-07-05
1128
1229- Container image for kube-rbac-proxy configurable in Helm Chart (#172 )
You can’t perform that action at this time.
0 commit comments