flagger icon indicating copy to clipboard operation
flagger copied to clipboard

Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)

Results 357 flagger issues
Sort by recently updated
recently updated
newest added

Bumps the ci group with 1 update: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `sigstore/cosign-installer` from 3.8.1 to 3.8.2 Release notes Sourced from sigstore/cosign-installer's releases. v3.8.2 What's Changed install cosign v2 from main in sigstore/cosign-installer#186...

dependencies
area/ci

## Description This PR adds support for custom backend references in Flagger's primary and canary services. This enhancement allows users to specify different routing configurations and intermediate services for primary...

## Describe the feature Apologies if I just couldn't find it, but do you all have an API reference for the various CRDs? I was trying to find the default...

This PR adds support for additional containers in the Flagger Deployment. It allows users to define sidecar containers (e.g., for logging, metrics, or proxies). ```yaml additionalContainers: - name: sidecar-logger image:...

### Describe the bug I have implemented canary deployment with Keda as per this doc - https://docs.flagger.app/tutorials/keda-scaledobject It works fine except it's not removing canary pods after promotion. As per...

Updated references to Traefik’s official domain from traefik.containo.us to traefik.io to align with the latest documentation and official website.

I can't find any specific evidence for it being hardcoded (https://github.com/fluxcd/flagger/commit/38dfda9d8f0e4a027c083b158c9d2f378aeb2dd9).

This adds an `extraDeploy` key to the chart, enabling users to attach additional Kubernetes manifests to the deployment as needed. The `extra-deploy.yaml` and `render` function were lifted from the Bitnami...

### Describe the bug In kubernetes 1.32.3 when upgradding flagger version to 1.41.1 all the canaries in the cluster triggers a new rollout without any changes in the deployment that...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.37.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...

dependencies
go