Skip to content

Commit 2642663

Browse files
docs: add changelog
1 parent 44369b4 commit 2642663

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.vscode/*
2+
!.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/sumologic-kubernetes-setup/pull/${1}"],
7+
"description": "Link to GitHub pull request",
8+
}
9+
}

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
- chore: bump terraform to 1.1.4 [#25]
11+
- chore: update collection to 2.4.1 [#27]
12+
13+
[#25]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/25
14+
[#27]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/27
15+
16+
## [v3.2.0] - 2022-01-11
17+
18+
- chore: update dependencies to latest stable [#24]
19+
- Terraform to `1.1.3`
20+
- Alpine base image to `3.15`
21+
22+
[v3.2.0]: https://github.com/SumoLogic/sumologic-kubernetes-setup/releases/v3.2.0
23+
[#24]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/24
24+
25+
## [v3.1.1] - 2021-04-29
26+
27+
- Bump terraform to 0.13.7 [#6]
28+
29+
[v3.1.1]: https://github.com/SumoLogic/sumologic-kubernetes-setup/releases/v3.1.1
30+
[#6]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/6
31+
32+
## [v3.1.0] - 2021-04-29
33+
34+
- feat: Build images for ARM [#4]
35+
36+
[v3.1.0]: https://github.com/SumoLogic/sumologic-kubernetes-setup/releases/v3.1.0
37+
[#4]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/4
38+
39+
## [v3.0.0] - 2021-03-05
40+
41+
- Bump base image to `alpine:3.13`
42+
- Bump terraform to `0.13`
43+
44+
[v3.0.0]: https://github.com/SumoLogic/sumologic-kubernetes-setup/releases/v3.0.0

0 commit comments

Comments
 (0)