Skip to content

Commit

Permalink
docs: Incorporates changes from version v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ORY Continuous Integration committed Dec 11, 2019
1 parent 966af77 commit 0601fb0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Change Log](#change-log)
- [v0.0.4 (2019-12-11)](#v004-2019-12-11)
- [v0.0.3 (2019-11-18)](#v003-2019-11-18)
- [v0.0.2-beta-2 (2019-11-12)](#v002-beta-2-2019-11-12)
- [v0.0.2-beta.1 (2019-08-12)](#v002-beta1-2019-08-12)
Expand All @@ -14,6 +15,13 @@

# Change Log

## [v0.0.4](https://github.com/ory/oathkeeper-maester/tree/v0.0.4) (2019-12-11)
[Full Changelog](https://github.com/ory/oathkeeper-maester/compare/v0.0.3...v0.0.4)

**Merged pull requests:**

- Add sidecar mode [\#31](https://github.com/ory/oathkeeper-maester/pull/31) ([Demonsthere](https://github.com/Demonsthere))

## [v0.0.3](https://github.com/ory/oathkeeper-maester/tree/v0.0.3) (2019-11-18)
[Full Changelog](https://github.com/ory/oathkeeper-maester/compare/v0.0.2-beta-2...v0.0.3)

Expand Down Expand Up @@ -46,6 +54,7 @@

**Merged pull requests:**

- Refactor retry logic to handle conflict on updates. [\#26](https://github.com/ory/oathkeeper-maester/pull/26) ([Tomasz-Smelcerz-SAP](https://github.com/Tomasz-Smelcerz-SAP))
- Fix [\#22](https://github.com/ory/oathkeeper-maester/pull/22) ([piotrmsc](https://github.com/piotrmsc))
- Support multiple mutators [\#20](https://github.com/ory/oathkeeper-maester/pull/20) ([jakkab](https://github.com/jakkab))
- Update Measter readme [\#19](https://github.com/ory/oathkeeper-maester/pull/19) ([tomekpapiernik](https://github.com/tomekpapiernik))
Expand Down Expand Up @@ -74,7 +83,6 @@
## [v0.0.1-beta.1](https://github.com/ory/oathkeeper-maester/tree/v0.0.1-beta.1) (2019-07-29)
**Merged pull requests:**

- Refactor retry logic to handle conflict on updates. [\#26](https://github.com/ory/oathkeeper-maester/pull/26) ([Tomasz-Smelcerz-SAP](https://github.com/Tomasz-Smelcerz-SAP))
- Move dataKey to cmd parameters [\#12](https://github.com/ory/oathkeeper-maester/pull/12) ([Demonsthere](https://github.com/Demonsthere))
- Release step in the CI [\#11](https://github.com/ory/oathkeeper-maester/pull/11) ([piotrmsc](https://github.com/piotrmsc))
- Rule controller tests [\#8](https://github.com/ory/oathkeeper-maester/pull/8) ([Tomasz-Smelcerz-SAP](https://github.com/Tomasz-Smelcerz-SAP))
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
- [oathkeeper-maester](#oathkeeper-maester)
- [Prerequisites](#prerequisites)
- [How to use it](#how-to-use-it)
- [Command-line parameters](#command-line-parameters)
- [Mode options](#mode-options)
- [Global flags](#global-flags)
- [Controller mode flags](#controller-mode-flags)
- [Sidecar mode flags](#sidecar-mode-flags)

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

Expand Down

0 comments on commit 0601fb0

Please sign in to comment.