Skip to content

Commit 2e539c2

Browse files
authored
Merge pull request #316 from puppetlabs/suport_2021.7.2
Update 2021.7.1 to 2021.7.2 for LTS
2 parents bfbeed4 + 74ff292 commit 2e539c2

16 files changed

+18
-18
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.1'
18+
default: '2021.7.2'
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.1'
18+
default: '2021.7.2'
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.1'
18+
default: '2021.7.2'
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
@@ -29,7 +29,7 @@ jobs:
2929
- extra-large-with-dr
3030
version:
3131
- 2019.8.12
32-
- 2021.7.1
32+
- 2021.7.2
3333
image:
3434
- rhel-8
3535
fips:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- extra-large-with-dr
3030
version:
3131
- 2019.8.12
32-
- 2021.7.1
32+
- 2021.7.2
3333
image:
3434
- centos-7
3535
- almalinux-cloud/almalinux-8

.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.1'
18+
default: '2021.7.2'
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.1'
27+
default: '2021.7.2'
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
@@ -24,7 +24,7 @@ jobs:
2424
architecture:
2525
- 'extra-large-with-dr'
2626
version:
27-
- '2021.7.1'
27+
- '2021.7.2'
2828
image:
2929
- 'almalinux-cloud/almalinux-8'
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version:
3030
- '2019.8.12'
3131
version_to_upgrade:
32-
- '2021.7.1'
32+
- '2021.7.2'
3333
image:
3434
- 'almalinux-cloud/almalinux-8'
3535
download_mode:

.github/workflows/test-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
upgrade_version:
2828
description: 'PE version to upgrade to'
2929
required: true
30-
default: '2021.7.1'
30+
default: '2021.7.2'
3131
ssh-debugging:
3232
description: 'Boolean; whether or not to pause for ssh debugging'
3333
required: true

0 commit comments

Comments
 (0)