Stefan Prodan
3cb8046866
Add SourceVerifiedCondition to OCI source conditions
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-09-20 14:07:11 +03:00
Stefan Prodan
44b8288d83
Add basic cosign verification tests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-09-20 14:07:11 +03:00
Stefan Prodan
7c72acc5b0
Set timeout for cosgin verification
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-09-20 14:07:11 +03:00
Furkan
697f260dba
Introduce Initial OCIRepository Source Verification
...
Fixes #863
Signed-off-by: Furkan <furkan.turkal@trendyol.com>
Co-authored-by: Batuhan <batuhan.apaydin@trendyol.com>
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
2022-09-20 14:07:10 +03:00
Hidde Beydals
54d706a226
Merge pull request #903 from fluxcd/api-validate-duration
...
api: add custom validation for v1.Duration types
2022-09-20 09:46:23 +00:00
Hidde Beydals
27f4ed5a47
api: add custom validation for v1.Duration types
...
To solve discrepancies between parsing versus validation.
xref: https://github.com/kubernetes/apimachinery/issues/131
Signed-off-by: Hidde Beydals <hello@hidde.co>
2022-09-20 08:03:01 +00:00
Stefan Prodan
7b4a1934ee
Merge pull request #900 from fluxcd/fix-build-cosign
...
Fix build by enabling Cosign experimental
2022-09-15 19:15:33 +03:00
Stefan Prodan
1ff0a20a0e
Fix build by enabling Cosign experimental
...
Cosign 1.12.0 comes with a breaking change where verify blob requires `COSIGN_EXPERIMENTAL=1`
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-09-15 18:06:57 +03:00
Max Jonas Werner
9ab1522271
Merge pull request #897 from ManoManoTech/panic-oci-auth
...
Handle nil OCI authenticator with malformed registry
2022-09-14 13:45:12 +02:00
Adrien Fillon
03ba63bec3
Handle nil OCI authenticator with malformed registry
...
Fixes #896
Signed-off-by: Adrien Fillon <adrien.fillon@manomano.com>
2022-09-13 19:53:41 +02:00
Stefan Prodan
9e853a909d
Merge pull request #895 from fluxcd/release-v0.29.0
...
Release v0.29.0
2022-09-09 17:09:52 +03:00
Stefan Prodan
1c72db13bb
Release v0.29.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-09-09 16:53:38 +03:00
Stefan Prodan
cf0e9ac2fe
Merge pull request #884 from souleb/fix-874
...
[OCI] Static credentials should take precedence over the OIDC provider
2022-09-09 16:34:31 +03:00
Soule BA
869c73d0ad
secretRef take precedence over provider
...
if secretRef is provided, we do not attempt to resolve oidc
Signed-off-by: Soule BA <soule@weave.works>
2022-09-09 14:43:35 +02:00
Stefan Prodan
e22a6643f1
Merge pull request #893 from fluxcd/revert-ecr-public
...
CI: Revert Public ECR push
2022-09-09 12:06:58 +03:00
Stefan Prodan
87b8efa02f
CI: Revert Public ECR push
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-09-09 11:23:39 +03:00
Stefan Prodan
172629dfba
Merge pull request #891 from fluxcd/fix-ecr-push
...
CI: Set Public ECR region to us-east-1
2022-09-07 18:54:32 +03:00
Stefan Prodan
8216175daa
CI: Set Public ECR region to us-east-1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-09-07 18:46:49 +03:00
Stefan Prodan
dc80d4f8bd
Merge pull request #889 from fluxcd/push-ecr-public
...
Publish container images to AWS Public ECR
2022-09-07 10:59:07 +03:00
Stefan Prodan
3da8bf27b0
Publish container images to AWS Public ECR
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-09-07 10:41:23 +03:00
Stefan Prodan
f97bbb6c5b
Merge pull request #887 from fluxcd/rm-log-rec-id
...
Remove custom reconcileID value from OCI HelmRepo logger and context overwrite
2022-09-05 12:44:39 +03:00
Sunny
59294bf582
controllers: Remove ctx overwrite
...
Context in the reconcilers were overwritten earlier after adding new
log field `reconcileID` in the logger. Since the `reconcileID` is now
set by controller-runtime, this is no longer needed. The logger in the
context already has the field set and when the context is passed to
other functions, they too have the logger with the reconcileID set.
Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-09-04 18:56:02 +05:30
Sunny
658134fe88
Remove setting reconcileID in helmrepo-oci logger
...
With the new controller-runtime, the reconcileID is automatically set
per reconciliation and need not be set explicitly.
Signed-off-by: Sunny <darkowlzz@protonmail.com>
2022-09-04 17:15:06 +05:30
Stefan Prodan
6a560d94e4
Merge pull request #886 from pjbgf/fuzz-update
...
fuzz: Fuzz optimisations
2022-09-03 09:13:14 +03:00
Paulo Gomes
976f4bb3fb
fuzz: Fix cache path
...
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-09-03 03:59:03 +01:00
Paulo Gomes
e26f8b4fc6
fuzz: Reuse go cache from host
...
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-09-02 17:51:28 +01:00
Paulo Gomes
50ef51b59d
fuzz: Ensure latest base images are used
...
Latest base image should contain Go 1.18, removing
the need of updating that ourselves, apart from
benefiting from latest changes upstream.
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-09-02 17:51:11 +01:00
Stefan Prodan
6d479e559b
Merge pull request #882 from somtochiama/update-runtime
...
Align controller logs to Kubernetes structured logging
2022-08-31 17:30:23 +03:00
Somtochi Onyekwere
c38fafe128
Align controller logs to Kubernetes structured logging
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
2022-08-31 14:24:40 +01:00
Stefan Prodan
b4021b1443
Merge pull request #881 from fluxcd/http-oci
...
[OCIRepository] Add support for non-TLS insecure container registries
2022-08-31 12:58:25 +03:00
Stefan Prodan
e1ad5a6fd3
Add `spec.insecure` to OCIRepository API
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-08-31 11:10:25 +03:00
Stefan Prodan
181b2177fe
Add support for plain HTTP OCIRepositories
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-08-31 10:08:29 +03:00
Stefan Prodan
20b26f235e
Merge pull request #878 from dholbach/update-flux-docs-structure
...
update to new doc links structure
2022-08-30 16:53:19 +03:00
Daniel Holbach
9669af1f38
update to new doc links structure
...
Signed-off-by: Daniel Holbach <daniel@weave.works>
2022-08-30 15:17:06 +02:00
Stefan Prodan
12b200c516
Merge pull request #877 from fluxcd/release-v0.28.0
...
Release v0.28.0
2022-08-29 12:14:40 +03:00
Stefan Prodan
ee4fa55863
Release v0.28.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-08-29 11:53:01 +03:00
Stefan Prodan
430f5071b6
Merge pull request #813 from souleb/clarify-accpeted-secret-types
...
[helm-oci] Add docker-registry secrets to OCI doc
2022-08-26 19:36:52 +03:00
Soule BA
6a8369f3b1
Add docker-registry secrets to OCI doc
...
A new statement is added to specify that docker-registry secrets are
accepted by OCI Helm repositories.
Signed-off-by: Soule BA <soule@weave.works>
2022-08-26 15:49:50 +02:00
Paulo Gomes
9df01026ce
Merge pull request #875 from fluxcd/kube-1.25
...
Update Kubernetes packages to v1.25.0
2022-08-26 11:46:07 +01:00
Stefan Prodan
6a367ec70b
Update Kubernetes packages to v1.25.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-08-26 12:26:38 +03:00
Stefan Prodan
21bbb5c091
Merge pull request #873 from souleb/enable-oidc-auth
...
Enable contextual login in OCI HelmRepository
2022-08-26 10:52:32 +03:00
Soule BA
ad3eb5ca47
Enable contextual login for helm OCI
...
If implemented, this pr will enable user to use the auto login feature
in order to automatically login to their provider of choice's container
registry (i.e. aws, gcr, acr).
Signed-off-by: Soule BA <soule@weave.works>
2022-08-25 22:27:35 +02:00
Stefan Prodan
2010eef374
Merge pull request #871 from fluxcd/oci-mediatype
...
[RFC-0003] Select layer by OCI media type
2022-08-24 14:00:51 +03:00
Stefan Prodan
e5cb32b0f2
Add OCI layer selector to API docs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-08-24 12:46:04 +03:00
Stefan Prodan
49dc30922d
Add tests for OCI layer selector
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-08-24 12:27:30 +03:00
Stefan Prodan
11dc0a3bc7
Select layer by OCI media type
...
Allow specifying the media type of the layer which should be extracted from the OCI artifact.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-08-23 12:25:18 +03:00
Stefan Prodan
02be5deed7
Merge pull request #872 from pjbgf/ff
...
fuzz: Ensure Go 1.18 for fuzz image
2022-08-23 11:02:35 +03:00
Paulo Gomes
c2353a7fe6
fuzz: Ensure Go 1.18 for fuzz image
...
- Upgrade fuzz container to Go 1.18.
- Upgrade worker to Go 1.18.
- The mod replace in tests/fuzz was pointing to the wrong controller.
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-08-23 08:40:01 +01:00
Paulo Gomes
09ef651beb
Merge pull request #868 from pjbgf/release-v0.27.0
...
Release v0.27.0
2022-08-17 19:00:01 +01:00
Paulo Gomes
a07cb1e283
Release v0.27.0
...
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
2022-08-17 18:33:13 +01:00