1
0
mirror of synced 2026-02-10 12:15:55 +00:00

Update RFC-0003 implementation history

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2022-09-29 21:32:34 +03:00
parent 1bf63a94c2
commit d37bb42995

View File

@@ -1,10 +1,10 @@
# RFC-0003 Flux OCI support for Kubernetes manifests # RFC-0003 Flux OCI support for Kubernetes manifests
**Status:** implemented (partially) **Status:** implemented
**Creation date:** 2022-03-31 **Creation date:** 2022-03-31
**Last update:** 2022-09-28 **Last update:** 2022-09-29
## Summary ## Summary
@@ -475,8 +475,4 @@ The feature is enabled by default.
* **2022-08-08** Partially implemented by [source-controller#788](https://github.com/fluxcd/source-controller/pull/788) * **2022-08-08** Partially implemented by [source-controller#788](https://github.com/fluxcd/source-controller/pull/788)
* **2022-08-11** First implementation released with [flux2 v0.32.0](https://github.com/fluxcd/flux2/releases/tag/v0.32.0) * **2022-08-11** First implementation released with [flux2 v0.32.0](https://github.com/fluxcd/flux2/releases/tag/v0.32.0)
* **2022-08-29** Select layer by OCI media type released with [flux2 v0.33.0](https://github.com/fluxcd/flux2/releases/tag/v0.33.0) * **2022-08-29** Select layer by OCI media type released with [flux2 v0.33.0](https://github.com/fluxcd/flux2/releases/tag/v0.33.0)
* **2022-09-29** Verifying OCI artifacts with Cosign released with [flux2 v0.35.0](https://github.com/fluxcd/flux2/releases/tag/v0.35.0)
### TODOs
* [Add support for verifying the OCI artifacts with cosign](https://github.com/fluxcd/source-controller/issues/863)