Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.0.0]

### Added

- Initial implementation ([#1])
Expand All @@ -17,16 +20,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Disable dashboards by default ([#1])
- Upgrade to v0.18.0 ([#2])
- Update dependencies ([#6])
- Update dependencies ([#7])

### Fixed

- Render compactor alert rules ([#5])

[Unreleased]: https://github.com/projectsyn/component-thanos/compare/38735201e88d2b0bc7022dd65587bc516780946c...HEAD
[Unreleased]: https://github.com/projectsyn/component-thanos/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/projectsyn/component-thanos/releases/tag/v1.0.0

[#1]: https://github.com/projectsyn/component-thanos/pulls/1
[#2]: https://github.com/projectsyn/component-thanos/pulls/2
[#3]: https://github.com/projectsyn/component-thanos/pulls/3
[#4]: https://github.com/projectsyn/component-thanos/pulls/4
[#5]: https://github.com/projectsyn/component-thanos/pulls/5
[#6]: https://github.com/projectsyn/component-thanos/pulls/6
[#7]: https://github.com/projectsyn/component-thanos/pulls/7
2 changes: 1 addition & 1 deletion jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"subdir": "jsonnet/kube-thanos"
}
},
"version": "24ddf6aef1b2302213e58891d60feae2b41c765f"
"version": "8698db1765b986caf7f480a000749c40f2488ea3"
},
{
"source": {
Expand Down