Skip to content

Commit

Permalink
chore: update README.md (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato committed Sep 24, 2023
1 parent 412f5a7 commit 55cb49e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contents/kubernetes-operator/controller-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ List of components:

## Memo

1 [v0.11.0](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.11.0): Allow Specification of the Log Timestamp Format. -> Default EpochTimeEncoder

1. [v0.11.0](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.11.0): Allow Specification of the Log Timestamp Format. -> Default EpochTimeEncoder
1. [v0.15.0](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.15.0)
1. [⚠️ Refactor source/handler/predicate packages to remove dep injection #2120](https://github.com/kubernetes-sigs/controller-runtime/pull/2120)

Expand All @@ -76,6 +75,8 @@ List of components:
+ kindWithCachesecret := source.Kind(cache, secret)
```

1. Example PR: https://github.com/nakamasato/secret-mirror-operator/pull/28

1. [v0.16.0](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.16.0)
1. [⚠ Introduce Metrics Options struct & secure metrics serving #2407](https://github.com/kubernetes-sigs/controller-runtime/pull/2407)

Expand All @@ -88,3 +89,4 @@ List of components:
```

1. [⚠ Remove deprecated manager, webhook and cluster options #2422](https://github.com/kubernetes-sigs/controller-runtime/pull/2422)
1. Example PR: https://github.com/nakamasato/secret-mirror-operator/pull/28

0 comments on commit 55cb49e

Please sign in to comment.