gitops-engine icon indicating copy to clipboard operation
gitops-engine copied to clipboard

Democratizing GitOps

Results 168 gitops-engine issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies
go

Bumps [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) from 4.12.0+incompatible to 5.6.0+incompatible. Release notes Sourced from github.com/evanphx/json-patch's releases. Bug fixes What's Changed Function ensurePathExists should handle appending correctly by @​MarcelMue in evanphx/json-patch#148 Fix partial negative indice...

dependencies
go

Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.2 to 1.2.3. Release notes Sourced from github.com/go-logr/logr's releases. v1.2.3 This is a minor release. What's Changed funcr: Handle nil Stringer, Marshaler, error by @​thockin in go-logr/logr#130...

dependencies
go

Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.24.2 to 1.24.3. Release notes Sourced from k8s.io/kubernetes's releases. Kubernetes v1.24.3 See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG. See the CHANGELOG for more details....

dependencies
go

The signature for the `resourcesFilter` function in the sync context is ```go resourcesFilter func(key kube.ResourceKey, target *unstructured.Unstructured, live *unstructured.Unstructured) bool ``` but it's called with `live` and `target` exchanged. This...

Hello. Everywhere in Kubernetes used GitVersion for demonstrated K8s version. (For example `kubectl get nodes` returned exactly GitVersion of kubernetes) It's important for me, bc i use ArgoCD for all...

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.5. Release notes Sourced from actions/cache's releases. v3.0.5 Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by...

dependencies
github_actions

Currently, the namespaced resources owned by cluster scoped resources are not shown on the UI. This PR updates `IterateHierarchy()` to consider all resources(both cluster and namespace scoped) while managing a...

Similarly to #364, I believe there are some incompatibility with gitops-engine and k8s 1.24 libraries: https://github.com/argoproj/gitops-engine/blob/master/pkg/utils/kube/resource_ops.go#L278 such as `DryRunVerifier` not being supported anymore. I'm glad to take this issue if...

## Summary This issue is about the need for the new annotation `argocd.argoproj.io/sync-options: Force=true`, which is needed for the use case like the job resources that should run every time...