fluxcd / flux2

Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.
https://fluxcd.io
Apache License 2.0
6.58k stars 609 forks source link

Promote `bucket` commands to GA #5008

Closed stefanprodan closed 1 month ago

stefanprodan commented 1 month ago

Update Bucket API to v1 and mark all commands as GA.

Part of: #4947

darkowlzz commented 1 month ago

The Bucket provider constants in https://github.com/fluxcd/flux2/blob/0d101e0e3650a29f7e5e8fbd97871d04cb69fc2d/internal/flags/source_bucket_provider.go#L28-L31 need to be updated to the new constants.

darkowlzz commented 1 month ago

I think we can ignore the GCP integration failure. I believe changes here are not related to what we test on GCP. GCP failures are known to occur frequently. Some related to their terraform provider and others their service not responding well at first try.