Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tanka] Enforce manual selection of cockroachdb image #1077

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

barroco
Copy link
Contributor

@barroco barroco commented Aug 23, 2024

Similarly to #1076, in order to facilitate the upgrades of cockroachdb, this PR removes the default cockroach db version from the tanka configuration and requires users to set it in their configurations.

Users who have previously set a configuration following the instructions will have to add the image version to their configuration. A note will be provided in the release notes.

In anticipation of the CockroachDB upgrade to 24.1.3 (#1075) and the DSS v17 release, the description is already taking it into account.

Successfully tested with #1080.

@barroco barroco marked this pull request as ready for review August 27, 2024 22:02
@barroco barroco merged commit 3558086 into interuss:master Aug 29, 2024
6 checks passed
barroco added a commit that referenced this pull request Aug 29, 2024
…ling (#1080)

Following #1077 and #1076, tanka manifests and helm chart values require the cockroachdb version to be explicitely input. This PR upgrades terraform tooling to explicitly set in examples (*.examples.tf) and CI (deploy/operations/ci/aws-1/terraform.tfvars) the cockcroach db version.

Users who have previously set a configuration following the instructions will have to add the image version to their configuration. A note will be provided in the release note.
barroco added a commit that referenced this pull request Aug 30, 2024
As requested in #1070 in order to properly support indexes used by the DSS, this PR upgrades CockroachDB to version 24.1.3.
A backward incompatibility impacting migrations has been addressed in #1079.
Depends on #1077, #1076 and #1080 to properly upgrade the version.

This PR includes:

Upgrade of all CRDB image references from 21.2.7 to 24.1.3.
Migration notes and references to CRDB documentation.
Helm: Instructions on how to adjust CRDB Helm deployment instructions to map to our Helm chart practices
Tanka: Manual upgrade
Kubernetes steps number have been changed to 1. instead of incremented numbers to reflect editing practices of other documents.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants