Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Apr 4, 2023
1 parent ba6ea08 commit 51c980f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ The sections should follow the order `Added`, `Changed`, `Fixed`, `Removed`, and
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](https://github.com/sapcc/absent-metrics-operator/compare/v0.9.2...HEAD)
## [Unreleased](https://github.com/sapcc/absent-metrics-operator/compare/v0.9.3...HEAD)

### Changed

- Updated all dependencies to their latest version.

## 0.9.3 - 2023-04-04

### Changed

- Update Golang to 1.20.
- Updated all dependencies to their latest version.
- Use unpriviliged `appuser` with UID/GID 4200 instead of nobody user.
- Use `sigs.k8s.io/yaml` instead of `github.com/ghodss/yaml`.

## 0.9.2 - 2022-11-08
Expand Down

0 comments on commit 51c980f

Please sign in to comment.