Skip to content

Commit

Permalink
(PE-40187) Add support for PE 2023.8.1 (#538)
Browse files Browse the repository at this point in the history
* (PE-40187) Add support for PE 2023.8.1

* (PE-40187) correct issue in test-legacy-upgrade.yaml
  • Loading branch information
davidmalloncares authored Jan 23, 2025
1 parent 26c3ddf commit 40c7389
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-add-compiler-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
architecture: [standard, large, extra-large]
version: [2021.7.9, 2023.8.0, 2025.0.0]
version: [2021.7.9, 2023.8.1, 2025.0.0]
image: [almalinux-cloud/almalinux-8]
steps:
- name: Checkout Source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-add-compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
version:
description: PE version to install
required: true
default: 2023.8.0
default: 2023.8.1
ssh-debugging:
description: Boolean; whether or not to pause for ssh debugging
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-add-replica-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
architecture: [standard, standard-with-dr, large, extra-large]
version: [2023.8.0, 2025.0.0]
version: [2023.8.1, 2025.0.0]
image: [almalinux-cloud/almalinux-8]
steps:
- name: Checkout Source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-add-replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
version:
description: PE version to install
required: true
default: 2023.8.0
default: 2023.8.1
ssh-debugging:
description: Boolean; whether or not to pause for ssh debugging
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-failover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
version_to_upgrade:
description: PE version to upgrade to
required: false
default: 2023.8.0
default: 2023.8.1
ssh-debugging:
description: Boolean; whether or not to pause for ssh debugging
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-fips-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0, 2025.0.0]
version: [2019.8.12, 2021.7.9, 2023.8.1, 2025.0.0]
image: [rhel-8]
fips: [enable]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0, 2025.0.0]
version: [2019.8.12, 2021.7.9, 2023.8.1, 2025.0.0]
image: [almalinux-cloud/almalinux-8]
steps:
- name: Checkout Source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-rhel-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
architecture: [standard-with-dr, large, extra-large-with-dr]
version: [2021.7.9, 2023.8.0, 2025.0.0]
version: [2021.7.9, 2023.8.1, 2025.0.0]
image: [rhel-9]
steps:
- name: Checkout Source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
version:
description: PE version to install
required: true
default: 2023.8.0
default: 2023.8.1
ssh-debugging:
description: Boolean; whether or not to pause for ssh debugging
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-upgrade-latest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
type: string
required: true
description: The initial version of PE to install before upgrade
default: 2023.8.0
default: 2023.8.1
ssh-debugging:
description: Boolean; whether or not to pause for ssh debugging
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
architecture: [extra-large-with-dr]
version: [2023.8.0]
version: [2023.8.1]
image: [almalinux-cloud/almalinux-8]
steps:
- name: Checkout Source
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@ jobs:
fail-fast: false
matrix:
architecture: [standard, extra-large-with-dr]
version: [2019.8.12, 2021.7.9, 2023.8.0]
version_to_upgrade: [2021.7.9, 2023.8.0, 2025.0.0]
version: [2019.8.12, 2021.7.9, 2023.8.1]
version_to_upgrade: [2021.7.9, 2023.8.1, 2025.0.0]
image: [almalinux-cloud/almalinux-8]
download_mode: [direct]
exclude:
- version: 2019.8.12
version_to_upgrade: 2023.8.0
version_to_upgrade: 2023.8.1
- version: 2019.8.12
version_to_upgrade: 2025.0.0
- version: 2021.7.9
version_to_upgrade: 2021.7.9
- version: 2021.7.9
version_to_upgrade: 2025.0.0
- version: 2023.8.0
version_to_upgrade: 2023.8.0
- version: 2023.8.0
- version: 2023.8.1
version_to_upgrade: 2023.8.1
- version: 2023.8.1
version_to_upgrade: 2025.0.0
- version: 2023.8.0
- version: 2023.8.1
version_to_upgrade: 2021.7.9
steps:
- name: Start SSH session
Expand Down
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,7 @@ Data type: `Peadm::Pe_version`



Default value: `'2023.8.0'`
Default value: `'2023.8.1'`

##### <a name="-peadm--install--dns_alt_names"></a>`dns_alt_names`

Expand Down
2 changes: 1 addition & 1 deletion plans/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# Common Configuration
String $console_password,
Peadm::Pe_version $version = '2023.8.0',
Peadm::Pe_version $version = '2023.8.1',
Optional[Stdlib::HTTPSUrl] $pe_installer_source = undef,
Optional[Array[String]] $dns_alt_names = undef,
Optional[String] $compiler_pool_address = undef,
Expand Down
4 changes: 2 additions & 2 deletions spec/plans/subplans/install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
expect(run_plan('peadm::subplans::install', params)).to be_ok
end

it 'installs 2023.8.0 with legacy compilers' do
it 'installs 2023.8.1 with legacy compilers' do
params = {
'primary_host' => 'primary',
'console_password' => 'puppetLabs123!',
'version' => '2023.8.0',
'version' => '2023.8.1',
'legacy_compilers' => ['compiler1', 'compiler2'],
}
expect(run_plan('peadm::subplans::install', params)).to be_ok
Expand Down

0 comments on commit 40c7389

Please sign in to comment.