argo-cd/server/application
Blake Pettersson 9e0e8d5e8a
chore(deps): upgrade k8s version and client-go (#15852)
* chore(deps): upgrade k8s version and client-go

Signed-off-by: fengshunli <1171313930@qq.com>

* revert bad merge

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

* fix codegen

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

* fix codegen

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

* fix: check for double definition

As found in #13965 (and as a follow-up to #13999), we also need to
define what happens if _both_ managedNamespaceMetadata _and_ an
Application manifest are both defined for the same namespace.

The idea here is that if that happens, we emit an
`ApplicationConditionRepeatedResourceWarning`, and set the sync status
to `Unknown`, since it's unclear what is supposed to happen.

The user will then have the option of removing one of the two
definitions.

Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>

* fix: check for double definition

A simpler fix - don't add a managed namespace to the targetObjs list if
a namespace already exists in the application source.

Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>

* build: extra space in doc

Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>

* build: extra space in doc, again

Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>

* chore: bump gitops-engine

Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>

---------

Signed-off-by: fengshunli <1171313930@qq.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Co-authored-by: fengshunli <1171313930@qq.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-10-18 08:17:00 -07:00
..
mocks Merge pull request from GHSA-2q5c-qw9c-fmvq 2023-03-23 09:22:05 -04:00
application.go chore(deps): upgrade k8s version and client-go (#15852) 2023-10-18 08:17:00 -07:00
application.proto fix: update docs for ApplicationService.Get to reflect reality (#15927) 2023-10-12 13:31:22 -04:00
application_test.go chore(deps): upgrade k8s version and client-go (#15852) 2023-10-18 08:17:00 -07:00
broadcaster.go Merge pull request from GHSA-2q5c-qw9c-fmvq 2023-03-23 09:22:05 -04:00
broadcaster_test.go chore: Upgrade Go module to v2 (#5931) 2021-04-01 20:44:18 +02:00
logs.go fix: upgrade argo-ui version (fixes stuck logs viewer); properly retry loading logs if network connection broke (#5615) 2021-02-25 15:48:58 -08:00
logs_test.go chore: Upgrade Golang to 1.19 (#10176) (#10186) 2022-08-05 12:59:28 -04:00
terminal.go chore(deps): upgrade k8s version and client-go (#15852) 2023-10-18 08:17:00 -07:00
terminal_test.go chore: use http constants instead of string (#12334) 2023-02-17 14:04:10 -05:00
websocket.go Merge pull request from GHSA-c8xw-vjgf-94hr 2023-08-21 16:15:09 -04:00
websocket_test.go Merge pull request from GHSA-c8xw-vjgf-94hr 2023-08-21 16:15:09 -04:00