Skip to content

Commit 14ccfb3

Browse files
authored
Merge pull request #406 from puppetlabs/PE-37192_UpdateDefaultVersion2021.7.4-2021.7.6
(PE-37192) Updating default install version to 2021.7.6
2 parents 89602e3 + 14dcaac commit 14ccfb3

18 files changed

+19
-20
lines changed

.github/workflows/test-add-compiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2021.7.4'
18+
default: '2021.7.6'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-add-replica.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2021.7.4'
18+
default: '2021.7.6'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-backup-restore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2021.7.4'
18+
default: '2021.7.6'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-failover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version_to_upgrade:
1616
description: 'PE version to upgrade to'
1717
required: false
18-
default: '2021.7.4'
18+
default: '2021.7.6'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-fips-install-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- extra-large-with-dr
4444
version:
4545
- 2019.8.12
46-
- 2021.7.5
46+
- 2021.7.6
4747
- 2023.5.0
4848
image:
4949
- rhel-8

.github/workflows/test-install-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- extra-large-with-dr
4444
version:
4545
- 2019.8.12
46-
- 2021.7.5
46+
- 2021.7.6
4747
- 2023.5.0
4848
image:
4949
- centos-7

.github/workflows/test-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2021.7.4'
18+
default: '2021.7.6'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-upgrade-latest-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
type: string
2525
required: true
2626
description: "The initial version of PE to install before upgrade"
27-
default: "2021.7.4"
27+
default: "2021.7.6"
2828
ssh-debugging:
2929
description: "Boolean; whether or not to pause for ssh debugging"
3030
required: true

.github/workflows/test-upgrade-latest-xlarge-dev-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
architecture:
2020
- "extra-large-with-dr"
2121
version:
22-
- "2021.7.4"
22+
- "2021.7.6"
2323
image:
2424
- "almalinux-cloud/almalinux-8"
2525

.github/workflows/test-upgrade-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
version:
4545
- '2019.8.12'
4646
version_to_upgrade:
47-
- '2021.7.4'
47+
- '2021.7.6'
4848
image:
4949
- 'almalinux-cloud/almalinux-8'
5050
download_mode:

0 commit comments

Comments
 (0)