gitops-engine
gitops-engine copied to clipboard
Democratizing GitOps
The docs at pkg.go.dev are outdated (from 2022) https://pkg.go.dev/github.com/argoproj/gitops-engine I know that you don't want to [simplify version maintenance](https://github.com/argoproj/gitops-engine/issues/584). Nevertheless, it would be nice to have current docs at pkg.go.dev.
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/google/gnostic-models](https://github.com/google/gnostic-models) | `0.7.0` |...
Bumps the dependencies group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/setup-go` from 6.0.0 to 6.1.0 Release notes Sourced from actions/setup-go's releases. v6.1.0 What's Changed Enhancements...
This should respect the loglevel set on ArgoCD instance when logging applied resources too.
## Summary Fix infinite sync failure loops when managed namespaces are deleted by implementing automatic namespace validation and cleanup during cluster cache synchronization. Fixes: https://github.com/argoproj/argo-cd/issues/24709 ## Problem When namespaces managed...
- **prepare repo for migration to ArgoCD repo** - **chore: gitops migration test PR**
Fixes https://github.com/argoproj/argo-cd/issues/24379
Helps with https://github.com/argoproj/argo-cd/issues/23855 The namespace loop would be exited after the first namespace in all cases, which is wrong. The correct thing to do seems to only return false after...
Closes https://github.com/argoproj/argo-cd/issues/23226 ### Description The new finalizer on hooks allow us to observe the hook state before Kubernetes tries to delete it. Multiple issue where found causing the finalizers not...