Skip to content

Commit

Permalink
Release v3.7.1 (#411)
Browse files Browse the repository at this point in the history
* netpols EOF fix

* Release v3.7.1

---------

Co-authored-by: Spyros Synodinos <[email protected]>
  • Loading branch information
taylorbot and ssyno authored Jan 29, 2024
1 parent eff415b commit f8bb8da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [3.7.1] - 2024-01-29

### Added

- Added `acme-solvers-networkpolicy` `NetworkPolicy` namespace to `kube-system`
Expand Down Expand Up @@ -594,7 +596,8 @@ Before you upgrade to this release, make sure to read the [Upgrading from v1.7 t

- `cert-manager` upstream helm chart `v0.9.0`. ([#1](https://github.com/giantswarm/cert-manager-app/pull/1))

[Unreleased]: https://github.com/giantswarm/cert-manager-app/compare/v3.7.0...HEAD
[Unreleased]: https://github.com/giantswarm/cert-manager-app/compare/v3.7.1...HEAD
[3.7.1]: https://github.com/giantswarm/cert-manager-app/compare/v3.7.0...v3.7.1
[3.7.0]: https://github.com/giantswarm/cert-manager-app/compare/v3.6.1...v3.7.0
[3.6.1]: https://github.com/giantswarm/cert-manager-app/compare/v3.6.0...v3.6.1
[3.6.0]: https://github.com/giantswarm/cert-manager-app/compare/v3.5.3...v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion helm/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: cert-manager-app
description: Simplifies the process of obtaining, renewing and using certificates.
version: 3.7.0
version: 3.7.1
appVersion: v1.13.3
home: https://github.com/giantswarm/cert-manager-app
icon: https://s.giantswarm.io/app-icons/cert-manager/1/light.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
ingress:
- {}
egress:
- {}
- {}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
ingress:
- {}
egress:
- {}
- {}

0 comments on commit f8bb8da

Please sign in to comment.