Skip to content

Commit

Permalink
Merge pull request #75 from alexandrevilain/release/v0.3.0
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
alexandrevilain authored Jul 22, 2022
2 parents 2c03a07 + 318362f commit 65ab698
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project are documented in this file.

## 0.3.0

**Release date:** 2022-07-22

This release adds support for mTLS using cert-manager.

Features:
- Add internode & frontend mTLS using cert-manager [#60](https://github.com/alexandrevilain/temporal-operator/pull/60)

Improvements:
- Add support for temporal v1.17.1 and set UI version to v2.2.1 by default [#70](https://github.com/alexandrevilain/temporal-operator/pull/70)

Updates:
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 [#59](https://github.com/alexandrevilain/temporal-operator/pull/59)
- Bump sigs.k8s.io/controller-runtime from 0.12.2 to 0.12.3 [#61](https://github.com/alexandrevilain/temporal-operator/pull/61)
- Bump kubernetes dependencies to v0.24.3 [#73](https://github.com/alexandrevilain/temporal-operator/pull/73)

Fixes:
- Fix misspells [#71](https://github.com/alexandrevilain/temporal-operator/pull/71)
- Add missing RBAC rule for manager role to create events [#74](https://github.com/alexandrevilain/temporal-operator/pull/74)

## 0.2.0

**Release date:** 2022-06-28
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: ghcr.io/alexandrevilain/temporal-operator
newName: ghcr.io/alexandrevilain/temporal-operator
newTag: v0.2.0
newTag: v0.3.0

0 comments on commit 65ab698

Please sign in to comment.