Skip to content

Commit

Permalink
Release v0.7.0 ! (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
awoimbee authored Jan 28, 2025
1 parent f8f6ed8 commit 5386fe6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.7.0 (unreleased)
## v0.7.0 (2025-01-28)

### BREAKING

Expand All @@ -16,6 +16,11 @@ Currently no migration is provided, the `data/` directory needs to be wiped.

* Fix authentication always failing (`invalid username/password`)

### Changes

* `--proxy-registry-config-file` and `--image-validation-config-file` are merged into `--config-file`
* Lots of code refactoring (use sqlite database)

## v0.6.4

Allow mutating webhook to ignore some repos (fix chicken and egg problem)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trow"
version = "0.7.0-rc3"
version = "0.7.0"
authors = []
edition = "2021"

Expand Down
5 changes: 4 additions & 1 deletion charts/trow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## v0.9.0 (unreleased)
## v0.9.0 (2025-01-28)

* The chart is now pulled via OCI (`oci://ghcr.io/trow-registry/charts/trow`)
* Upgrade trow to `v0.7.0`
* Use strict helm hooks ordering
* Support for ingressClassName
* Fix namespaceSelector

## v0.8.1

Expand Down
4 changes: 2 additions & 2 deletions charts/trow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ maintainers:
- name: awoimbee
url: https://github.com/awoimbee

version: 0.9.0-rc4
appVersion: 0.7.0-rc3
version: 0.9.0
appVersion: 0.7.0

0 comments on commit 5386fe6

Please sign in to comment.