Skip to content

Commit

Permalink
docs: Incorporates changes from version v0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ORY Continuous Integration committed May 13, 2021
1 parent 0d726dd commit 8b8746d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 30 deletions.
45 changes: 16 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Changelog](#changelog)
- [Change Log](#change-log)
- [v0.0.22 (2021-05-13)](#v0022-2021-05-13)
- [v0.0.21 (2021-05-10)](#v0021-2021-05-10)
- [v0.0.20 (2021-05-10)](#v0020-2021-05-10)
- [v0.0.19 (2020-06-29)](#v0019-2020-06-29)
Expand All @@ -29,18 +30,27 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Changelog
# Change Log

## [v0.0.21](https://github.com/ory/hydra-maester/tree/v0.0.21) (2021-05-10)
## [v0.0.22](https://github.com/ory/hydra-maester/tree/v0.0.22) (2021-05-13)
[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.21...v0.0.22)

**Closed issues:**

- Reconcile does not discriminate client per namespace [\#63](https://github.com/ory/hydra-maester/issues/63)

**Merged pull requests:**

- feat: single namespace [\#65](https://github.com/ory/hydra-maester/pull/65) ([Demonsthere](https://github.com/Demonsthere))

## [v0.0.21](https://github.com/ory/hydra-maester/tree/v0.0.21) (2021-05-10)
[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.20...v0.0.21)

**Implemented enhancements:**

- feat: Support to ory hydra running in secure mode [\#62](https://github.com/ory/hydra-maester/pull/62) ([fjvierap](https://github.com/fjvierap))

## [v0.0.20](https://github.com/ory/hydra-maester/tree/v0.0.20) (2021-05-10)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.19...v0.0.20)

**Closed issues:**
Expand All @@ -52,7 +62,6 @@
- build: Update CRDs and k8s dependencies [\#68](https://github.com/ory/hydra-maester/pull/68) ([colunira](https://github.com/colunira))

## [v0.0.19](https://github.com/ory/hydra-maester/tree/v0.0.19) (2020-06-29)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.18...v0.0.19)

**Merged pull requests:**
Expand All @@ -61,27 +70,24 @@
- feat: Adding oauth client name to the CRD spec [\#56](https://github.com/ory/hydra-maester/pull/56) ([angelokurtis](https://github.com/angelokurtis))

## [v0.0.18](https://github.com/ory/hydra-maester/tree/v0.0.18) (2020-06-08)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.17...v0.0.18)

**Closed issues:**

- Distinction between `redirect_uris ` and `post_logout_redirect_uris` into maester? [\#51](https://github.com/ory/hydra-maester/issues/51)
- Distinction between `redirect\_uris ` and `post\_logout\_redirect\_uris` into maester? [\#51](https://github.com/ory/hydra-maester/issues/51)

**Merged pull requests:**

- feat: Allows postLogoutRedirectsUris to be set [\#54](https://github.com/ory/hydra-maester/pull/54) ([clement-buchart](https://github.com/clement-buchart))

## [v0.0.17](https://github.com/ory/hydra-maester/tree/v0.0.17) (2020-03-26)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.16...v0.0.17)

**Closed issues:**

- Maester crash when creating a client with tokenEndpointAuthMethod: none [\#52](https://github.com/ory/hydra-maester/issues/52)

## [v0.0.16](https://github.com/ory/hydra-maester/tree/v0.0.16) (2020-03-26)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.15...v0.0.16)

**Fixed bugs:**
Expand All @@ -97,7 +103,6 @@
- fix: Tolerate nil secret when tokenEndpointAuthMethod: none [\#53](https://github.com/ory/hydra-maester/pull/53) ([clement-buchart](https://github.com/clement-buchart))

## [v0.0.15](https://github.com/ory/hydra-maester/tree/v0.0.15) (2020-02-27)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.14...v0.0.15)

**Closed issues:**
Expand All @@ -109,35 +114,30 @@
- fix: Reconciliation Broken with Hydra \> 1.3 [\#50](https://github.com/ory/hydra-maester/pull/50) ([jhutchins](https://github.com/jhutchins))

## [v0.0.14](https://github.com/ory/hydra-maester/tree/v0.0.14) (2020-02-11)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.13...v0.0.14)

## [v0.0.13](https://github.com/ory/hydra-maester/tree/v0.0.13) (2020-02-11)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.12...v0.0.13)

**Merged pull requests:**

- feat: Sync mode - least work approach [\#46](https://github.com/ory/hydra-maester/pull/46) ([jakkab](https://github.com/jakkab))

## [v0.0.12](https://github.com/ory/hydra-maester/tree/v0.0.12) (2020-02-05)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.11...v0.0.12)

**Merged pull requests:**

- fix\(resolver\): Fix client name detection for updates [\#45](https://github.com/ory/hydra-maester/pull/45) ([paulbdavis](https://github.com/paulbdavis))

## [v0.0.11](https://github.com/ory/hydra-maester/tree/v0.0.11) (2020-02-03)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.10...v0.0.11)

**Merged pull requests:**

- adding support for hydra client metadata property [\#38](https://github.com/ory/hydra-maester/pull/38) ([amihalj](https://github.com/amihalj))

## [v0.0.10](https://github.com/ory/hydra-maester/tree/v0.0.10) (2020-02-01)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.9...v0.0.10)

**Closed issues:**
Expand All @@ -150,7 +150,6 @@
- Fix sample apiVersion [\#42](https://github.com/ory/hydra-maester/pull/42) ([PoulpiFr](https://github.com/PoulpiFr))

## [v0.0.9](https://github.com/ory/hydra-maester/tree/v0.0.9) (2019-12-26)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.8...v0.0.9)

**Closed issues:**
Expand All @@ -162,19 +161,16 @@
- Use binary kustomize release for CI [\#40](https://github.com/ory/hydra-maester/pull/40) ([aeneasr](https://github.com/aeneasr))

## [v0.0.8](https://github.com/ory/hydra-maester/tree/v0.0.8) (2019-12-16)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.7...v0.0.8)

## [v0.0.7](https://github.com/ory/hydra-maester/tree/v0.0.7) (2019-12-16)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.6...v0.0.7)

**Merged pull requests:**

- Set OwnerReference on Secrets created by controller [\#39](https://github.com/ory/hydra-maester/pull/39) ([kubadz](https://github.com/kubadz))

## [v0.0.6](https://github.com/ory/hydra-maester/tree/v0.0.6) (2019-11-26)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.5...v0.0.6)

**Closed issues:**
Expand All @@ -188,7 +184,6 @@
- adding support for token\_endpoint\_auth\_method [\#37](https://github.com/ory/hydra-maester/pull/37) ([amihalj](https://github.com/amihalj))

## [v0.0.5](https://github.com/ory/hydra-maester/tree/v0.0.5) (2019-11-14)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.4...v0.0.5)

**Fixed bugs:**
Expand All @@ -206,7 +201,6 @@
- README: add kubebuilder as a prerequisite [\#31](https://github.com/ory/hydra-maester/pull/31) ([paulbdavis](https://github.com/paulbdavis))

## [v0.0.4](https://github.com/ory/hydra-maester/tree/v0.0.4) (2019-09-19)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.3...v0.0.4)

**Fixed bugs:**
Expand All @@ -227,41 +221,34 @@
- CR status [\#17](https://github.com/ory/hydra-maester/pull/17) ([jakkab](https://github.com/jakkab))

## [v0.0.3](https://github.com/ory/hydra-maester/tree/v0.0.3) (2019-08-30)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.2-test2...v0.0.3)

**Merged pull requests:**

- Extend readme: command-line flags [\#15](https://github.com/ory/hydra-maester/pull/15) ([jakkab](https://github.com/jakkab))

## [v0.0.2-test2](https://github.com/ory/hydra-maester/tree/v0.0.2-test2) (2019-08-30)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.2-test1...v0.0.2-test2)

**Merged pull requests:**

- Update release-changelog pipeline [\#16](https://github.com/ory/hydra-maester/pull/16) ([Demonsthere](https://github.com/Demonsthere))

## [v0.0.2-test1](https://github.com/ory/hydra-maester/tree/v0.0.2-test1) (2019-08-30)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.2...v0.0.2-test1)

**Merged pull requests:**

- Update Dockerfile [\#14](https://github.com/ory/hydra-maester/pull/14) ([Demonsthere](https://github.com/Demonsthere))

## [v0.0.2](https://github.com/ory/hydra-maester/tree/v0.0.2) (2019-08-30)

[Full Changelog](https://github.com/ory/hydra-maester/compare/v0.0.1...v0.0.2)

**Merged pull requests:**

- Add valid sample [\#13](https://github.com/ory/hydra-maester/pull/13) ([jakkab](https://github.com/jakkab))

## [v0.0.1](https://github.com/ory/hydra-maester/tree/v0.0.1) (2019-08-29)

[Full Changelog](https://github.com/ory/hydra-maester/compare/7cd60343d02b63ae0ab438f9e8ee26724f28a87a...v0.0.1)

**Merged pull requests:**

- Scaffold controller [\#12](https://github.com/ory/hydra-maester/pull/12) ([jakkab](https://github.com/jakkab))
Expand All @@ -274,4 +261,4 @@



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Hydra-maester](#hydra-maester)
- [Ory Hydra Maester](#ory-hydra-maester)
- [Prerequisites](#prerequisites)
- [Design](#design)
- [How to use it](#how-to-use-it)
Expand Down

0 comments on commit 8b8746d

Please sign in to comment.