mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-05 23:58:21 +00:00
Update min client version and cache version to 1.0.0 (#1517)
This commit is contained in:
parent
60273ba84f
commit
e75a7a5dea
1 changed files with 2 additions and 2 deletions
|
|
@ -109,8 +109,8 @@ const (
|
|||
// MinClientVersion is the minimum client version that can interface with this API server.
|
||||
// When introducing breaking changes to the API or datastructures, this number should be bumped.
|
||||
// The value here may be lower than the current value in VERSION
|
||||
MinClientVersion = "0.12.0"
|
||||
MinClientVersion = "1.0.0"
|
||||
// CacheVersion is a objects version cached using util/cache/cache.go.
|
||||
// Number should be bumped in case of backward incompatible change to make sure cache is invalidated after upgrade.
|
||||
CacheVersion = "0.13.0"
|
||||
CacheVersion = "1.0.0"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue