diff --git a/.github/workflows/test-add-compiler-matrix.yml b/.github/workflows/test-add-compiler-matrix.yml index 9c8d7948..c74fb017 100644 --- a/.github/workflows/test-add-compiler-matrix.yml +++ b/.github/workflows/test-add-compiler-matrix.yml @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: architecture: [standard, large, extra-large] - version: [2021.7.9, 2023.8.2, 2025.1.0] + version: [2021.7.9, 2023.8.2, 2025.2.0] image: [almalinux-cloud/almalinux-8] steps: - name: Checkout Source diff --git a/.github/workflows/test-add-replica-matrix.yaml b/.github/workflows/test-add-replica-matrix.yaml index 695d24cb..e935d397 100644 --- a/.github/workflows/test-add-replica-matrix.yaml +++ b/.github/workflows/test-add-replica-matrix.yaml @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: architecture: [standard, standard-with-dr, large, extra-large] - version: [2023.8.2, 2025.1.0] + version: [2023.8.2, 2025.2.0] image: [almalinux-cloud/almalinux-8] steps: - name: Checkout Source diff --git a/.github/workflows/test-backup-restore.yaml b/.github/workflows/test-backup-restore.yaml index 74693497..c348b8ca 100644 --- a/.github/workflows/test-backup-restore.yaml +++ b/.github/workflows/test-backup-restore.yaml @@ -24,14 +24,14 @@ on: version: description: PE version to install required: true - default: 2025.1.0 + default: 2025.2.0 ssh-debugging: description: Boolean; whether or not to pause for ssh debugging required: true default: 'false' jobs: backup-restore-test: - name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.1.0' }}\ + name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.2.0' }}\ \ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }}" runs-on: ubuntu-latest env: diff --git a/.github/workflows/test-fips-install-matrix.yaml b/.github/workflows/test-fips-install-matrix.yaml index ed877d1b..b2e1f63d 100644 --- a/.github/workflows/test-fips-install-matrix.yaml +++ b/.github/workflows/test-fips-install-matrix.yaml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: architecture: [standard-with-dr, large, extra-large-with-dr] - version: [2019.8.12, 2021.7.9, 2023.8.2, 2025.1.0] + version: [2019.8.12, 2021.7.9, 2023.8.2, 2025.2.0] image: [rhel-8] fips: [enable] steps: diff --git a/.github/workflows/test-install-matrix.yaml b/.github/workflows/test-install-matrix.yaml index 13e52a05..8c4f7efd 100644 --- a/.github/workflows/test-install-matrix.yaml +++ b/.github/workflows/test-install-matrix.yaml @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: architecture: [standard-with-dr, large, extra-large-with-dr] - version: [2019.8.12, 2021.7.9, 2023.8.2, 2025.1.0] + version: [2019.8.12, 2021.7.9, 2023.8.2, 2025.2.0] image: [almalinux-cloud/almalinux-8] steps: - name: Checkout Source diff --git a/.github/workflows/test-install-rhel-9.yaml b/.github/workflows/test-install-rhel-9.yaml index 26ea92f3..edb717cc 100644 --- a/.github/workflows/test-install-rhel-9.yaml +++ b/.github/workflows/test-install-rhel-9.yaml @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: architecture: [standard-with-dr, large, extra-large-with-dr] - version: [2021.7.9, 2023.8.2, 2025.1.0] + version: [2021.7.9, 2023.8.2, 2025.2.0] image: [rhel-9] steps: - name: Checkout Source diff --git a/.github/workflows/test-legacy-compilers.yaml b/.github/workflows/test-legacy-compilers.yaml index abe15464..77c8c7f0 100644 --- a/.github/workflows/test-legacy-compilers.yaml +++ b/.github/workflows/test-legacy-compilers.yaml @@ -99,7 +99,7 @@ jobs: --modulepath spec/fixtures/modules \ architecture=large-with-dr \ console_password=${{ secrets.CONSOLE_PASSWORD }} \ - version=2025.1.0 + version=2025.2.0 - name: Wait as long as the file ${HOME}/pause file is present if: ${{ always() && github.event.inputs.ssh-debugging == 'true' }} run: | diff --git a/.github/workflows/test-legacy-upgrade.yaml b/.github/workflows/test-legacy-upgrade.yaml index 4d7aa600..f5fb4c78 100644 --- a/.github/workflows/test-legacy-upgrade.yaml +++ b/.github/workflows/test-legacy-upgrade.yaml @@ -152,7 +152,7 @@ jobs: compiler=$(yq '.groups[].targets[] | select(.vars.role == "compiler") | .name' spec/fixtures/litmus_inventory.yaml | head -n 1) legacy_compiler=$(yq '.groups[].targets[] | select(.vars.role == "compiler") | .name' spec/fixtures/litmus_inventory.yaml | sed -n 2p) replica=$(yq '.groups[].targets[] | select(.vars.role == "replica") | .name' spec/fixtures/litmus_inventory.yaml) - echo -n '{ "primary_host": "'$primary'", "replica_host": "'$replica'", "compiler_hosts": ["'$compiler'", "'$legacy_compiler'"], "version": "2025.1.0"}' > upgrade_params.json + echo -n '{ "primary_host": "'$primary'", "replica_host": "'$replica'", "compiler_hosts": ["'$compiler'", "'$legacy_compiler'"], "version": "2025.2.0"}' > upgrade_params.json - name: Upgrade PE with legacy compilers run: | echo ::group::upgrade_params.json diff --git a/.github/workflows/test-migration.yaml b/.github/workflows/test-migration.yaml index b210dda2..d5cc59d3 100644 --- a/.github/workflows/test-migration.yaml +++ b/.github/workflows/test-migration.yaml @@ -43,13 +43,13 @@ jobs: # - extra-large # - large-with-dr # - extra-large-with-dr - version: [2021.7.9, 2023.8.2, 2025.1.0] + version: [2021.7.9, 2023.8.2, 2025.2.0] image: [almalinux-cloud/almalinux-8] include: - architecture: standard version: 2023.8.0 image: almalinux-cloud/almalinux-8 - new_pe_version: 2025.0.0 + new_pe_version: 2025.2.0 steps: - name: Checkout Source uses: actions/checkout@v4 diff --git a/.github/workflows/test-replace-failed-postgresql.yaml b/.github/workflows/test-replace-failed-postgresql.yaml index 551b1fdb..243fa1f5 100644 --- a/.github/workflows/test-replace-failed-postgresql.yaml +++ b/.github/workflows/test-replace-failed-postgresql.yaml @@ -37,7 +37,7 @@ jobs: matrix: architecture: [extra-large-with-dr-and-spare-replica] install_architecture: [extra-large-with-dr] - version: [2021.7.9, 2023.8.2, 2025.1.0] + version: [2021.7.9, 2023.8.2, 2025.2.0] image: [almalinux-cloud/almalinux-8] steps: - name: Checkout Source diff --git a/.github/workflows/test-upgrade-matrix.yaml b/.github/workflows/test-upgrade-matrix.yaml index b63c2032..fbb718ff 100644 --- a/.github/workflows/test-upgrade-matrix.yaml +++ b/.github/workflows/test-upgrade-matrix.yaml @@ -38,26 +38,22 @@ jobs: matrix: architecture: [standard, extra-large-with-dr] version: [2019.8.12, 2021.7.9, 2023.8.2] - version_to_upgrade: [2021.7.9, 2023.8.2, 2025.1.0] + version_to_upgrade: [2021.7.9, 2023.8.2, 2025.2.0] image: [almalinux-cloud/almalinux-8] download_mode: [direct] exclude: - version: 2019.8.12 version_to_upgrade: 2023.8.2 - version: 2019.8.12 - version_to_upgrade: 2025.1.0 + version_to_upgrade: 2025.2.0 - version: 2021.7.9 version_to_upgrade: 2021.7.9 - version: 2021.7.9 - version_to_upgrade: 2025.1.0 + version_to_upgrade: 2025.2.0 - version: 2023.8.1 version_to_upgrade: 2023.8.2 - - version: 2023.8.2 - version_to_upgrade: 2025.1.0 - version: 2023.8.2 version_to_upgrade: 2021.7.9 - - version: 2025.0.0 - version_to_upgrade: 2025.1.0 steps: - name: Start SSH session if: ${{ github.event.inputs.ssh-debugging == 'true' }} diff --git a/functions/assert_supported_pe_version.pp b/functions/assert_supported_pe_version.pp index 68cd45b0..1b612b64 100644 --- a/functions/assert_supported_pe_version.pp +++ b/functions/assert_supported_pe_version.pp @@ -6,7 +6,7 @@ function peadm::assert_supported_pe_version ( Boolean $permit_unsafe_versions = false, ) >> Struct[{ 'supported' => Boolean }] { $oldest = '2019.7' - $newest = '2025.1' + $newest = '2025.2' $supported = ($version =~ SemVerRange(">= ${oldest} <= ${newest}")) if $permit_unsafe_versions {