omni/internal/backend/runtime
Artem Chernyshev 21213d8ce5
Some checks failed
default / default (push) Has been cancelled
default / e2e-backups (push) Has been cancelled
default / e2e-forced-removal (push) Has been cancelled
default / e2e-scaling (push) Has been cancelled
default / e2e-short (push) Has been cancelled
default / e2e-short-secureboot (push) Has been cancelled
default / e2e-templates (push) Has been cancelled
default / e2e-upgrades (push) Has been cancelled
default / e2e-workload-proxy (push) Has been cancelled
fix: properly skip the contract config patch removal migration
The db version is at len(migrations) after migrations are completed.
So if we ran migration 39, it would be at 40.

Change the condition to properly handle that.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
2025-04-15 22:26:42 +03:00
..
cosi feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
helpers feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
keyprovider feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
kubernetes chore: rework EtcdBackupControllerSuite to use synctest experiment 2025-03-10 19:26:57 +03:00
omni fix: properly skip the contract config patch removal migration 2025-04-15 22:26:42 +03:00
talos chore: bump Go and rekres 2025-02-14 12:31:38 +03:00
export_test.go feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
options.go feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
proxy_runtime_test.go chore: bump Go and rekres 2025-02-14 12:31:38 +03:00
proxy_runtime.go feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
resource.go feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
runtime_test.go feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
runtime.go feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
utils_test.go feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
utils.go feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00
watch.go feat: display OMNI_ENDPOINT in the service account creation UI 2025-01-29 15:27:36 +03:00