Skip to content

Commit 813b785

Browse files
authored
Prepare for v0.3.0 release (#904)
2 parents deef7be + fa14e16 commit 813b785

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
## v0.3.0
23+
24+
### Added
25+
1226
- [#877](https://github.com/spegel-org/spegel/pull/877) Add support for www authenticate header.
1327
- [#878](https://github.com/spegel-org/spegel/pull/878) Add dial timeout configuration in Containerd mirror configuration.
1428
- [#889](https://github.com/spegel-org/spegel/pull/889) Add support for content create events.
1529

1630
### Changed
31+
1732
- [#881](https://github.com/spegel-org/spegel/pull/881) Add Variable for job name in Grafana Dashboard.
1833
- [#852](https://github.com/spegel-org/spegel/pull/852) Remove use of Afero in Containerd config.
1934
- [#854](https://github.com/spegel-org/spegel/pull/854) Implement unit tests for cleanup logic.
@@ -28,10 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2843
- [#896](https://github.com/spegel-org/spegel/pull/896) Rename package mux to httpx and refactor http helpers.
2944
- [#897](https://github.com/spegel-org/spegel/pull/897) Add descriptor to header conversion.
3045

31-
### Deprecated
32-
33-
### Removed
34-
3546
### Fixed
3647

3748
- [#869](https://github.com/spegel-org/spegel/pull/869) Fix request logging for redirects and not found pages.
@@ -40,8 +51,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4051
- [#899](https://github.com/spegel-org/spegel/pull/899) Handle situation where digest is missing in reigstry response header.
4152
- [#902](https://github.com/spegel-org/spegel/pull/902) Disable data dir when running Spegel in Kubernetes.
4253

43-
### Security
44-
4554
## v0.2.0
4655

4756
### Added

0 commit comments

Comments
 (0)