Skip to content

Commit 4101b73

Browse files
docs: add unreleased changes to Changelog
1 parent 3abbd28 commit 4101b73

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ ubuntu-bionic-18.04-cloudimg-console.log
77
sidecar/out_gstdout/out_gstdout.h
88
sidecar/out_gstdout/out_gstdout.so
99
sidecar/var/
10+
11+
.vscode/*
12+
!.vscode/snippets.code-snippets

.vscode/snippets.code-snippets

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)