Skip to content

(CONT-800) - Add Puppet 8/Drop Puppet 6 #430

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

Merged
merged 51 commits into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
fa51f4c
(CONT-800) PDK Update
david22swan Apr 24, 2023
dcc0c7e
(CONT-800) Add Support for Puppet 8 / Remove Support for Puppet 6
david22swan Apr 24, 2023
25fc51e
(CONT-800) Re-pin puppet_agent
david22swan Apr 24, 2023
1d20f92
(CONT-800) Update Rubocop Versions
david22swan Apr 24, 2023
10f931f
(CONT-800) Rubocop Manual Fix 1 - Lint/RedundantCopEnableDirective
david22swan Apr 24, 2023
1f073be
(CONT-800) Disable .rubocop.yml rule to prevent interaction with .rub…
david22swan Apr 24, 2023
3a5f9fc
(CONT-800) Set Rubocop to 2.6 Ruby
david22swan Apr 24, 2023
6b91257
(CONT-800) Unit Test Fix
david22swan Apr 24, 2023
ff68473
(CONT-800) - Correct Layout/ArgumentAlignment
Apr 25, 2023
bb2e9ff
(CONT-800) - Correct Layout/ClosingHeredocIndentation
Apr 25, 2023
756ba8b
(CONT-800) - Correct Layout/EmptyLineAfterGuardClause
Apr 25, 2023
da19ef5
(CONT-800) - Correct Layout/HashAlignment
Apr 25, 2023
0f3dd8c
(CONT-800) - Correct Layout/HeredocIndentation
Apr 25, 2023
8a1b360
(CONT-800) - Correct Layout/SpaceAroundMethodCallOperator
Apr 25, 2023
7ef51bd
(CONT-800) - Correct Lint/ConstantDefinitionInBlock
Apr 25, 2023
428c5da
(CONT-800) - Correct Lint/DuplicateRegexpCharacterClassElement
Apr 25, 2023
b6f3007
(CONT-800) - Correct Lint/DuplicateBranch
Apr 25, 2023
3d3ad2f
(CONT-800) - Correct Lint/EmptyConditionalBody
Apr 25, 2023
f04b166
(CONT-800) - Correct Lint/OrAssignmentToConstant
Apr 25, 2023
f4063a7
(CONT-800) - Correct Lint/RedundantCopDisableDirective
Apr 25, 2023
b402bbf
(CONT-800) - Correct Naming/VariableNumber
Apr 25, 2023
3df2b4e
(CONT-800) - Correct Performance/InefficientHashSearch
Apr 25, 2023
2f87c44
(CONT-800) - Correct Performance/InefficientHashSearch
Apr 25, 2023
c5659fd
(CONT-800) - Correct RSpec/EmptyHook
Apr 25, 2023
d9c0c1e
(CONT-800) - Correct Spec/EmptyLineAfterExample
Apr 25, 2023
a48c983
(CONT-800) - Correct RSpec/EmptyLineAfterExampleGroup
Apr 25, 2023
9652e03
(CONT-800) - Correct RSpec/EmptyLineAfterHook
Apr 25, 2023
ae4498e
(CONT-800) - Correct RSpec/ExcessiveDocstringSpacing
Apr 25, 2023
e135abf
(CONT-800) - Correct RSpec/ImplicitSubject
Apr 25, 2023
8b04d79
(CONT-800) - Install mount_iso v4
Apr 25, 2023
69a5218
(CONT-800) - Correct RSpec/ReceiveNever
Apr 25, 2023
d749b52
(CONT-800) - Correct Style/FetchEnvVar
Apr 25, 2023
26b6107
(CONT-800) - Correct Style/HashConversion
Apr 25, 2023
b9d65fc
(CONT-800) - Correct Style/IfUnlessModifier
Apr 25, 2023
a29e2d3
(CONT-800) - Fix specs
Apr 25, 2023
0ad8aff
(CONT-800) - Correct Style/IfWithBooleanLiteralBranches
Apr 25, 2023
ecb388d
(CONT-800) - Correct Style/MixinUsage
Apr 25, 2023
80e987e
(CONT-800) - Correct Style/NumericPredicate
Apr 25, 2023
edb4c76
(CONT-800) - Correct Style/RedundantRegexpEscape
Apr 25, 2023
79583b9
(CONT-800) - Correct Style/RedundantSelfAssignmentBranch
Apr 25, 2023
e8c3ba1
(CONT-800) - Correct Style/RedundantStringEscape
Apr 25, 2023
097ee2f
(CONT-800) - Correct Style/RegexpLiteral
Apr 25, 2023
46ab3d9
(CONT-800) - Correct Style/RescueStandardError
Apr 25, 2023
c3a8710
(CONT-800) - Correct Style/SoleNestedConditional
Apr 25, 2023
79cc92b
(CONT-800) - Correct Style/StringConcatenation
Apr 25, 2023
2d5a6c3
(CONT-800) - Correct Style/TernaryParentheses
Apr 25, 2023
563c464
(CONT-800) - Correct Style/TrailingCommaInHashLiteral
Apr 25, 2023
26db924
(CONT-800) - fix mount_iso install
Apr 25, 2023
084c649
(CONT-800) - Fix Acceptance
Apr 25, 2023
ab5b684
(CONT-800) - Remove instances of deprecated is_array
Apr 25, 2023
e1fc3af
(CONT-800) - Add Env variables to ci/nightly
Apr 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fixtures:
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
puppet_agent:
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
ref: v4.12.1
ref: v4.13.0
provision: 'https://github.com/puppetlabs/provision.git'
stdlib: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
mount_iso: 'https://github.com/puppetlabs/puppetlabs-mount_iso.git'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ on:

jobs:
release_prep:
name: "Release Prep"
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@main"
secrets: "inherit"
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
fail-fast: false
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

env:
PUPPET_GEM_VERSION: '~> 7.24'
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'

steps:
- name: Checkout Source
uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
fail-fast: false
matrix: ${{fromJson(needs.setup_matrix.outputs.matrix)}}

env:
PUPPET_GEM_VERSION: '~> 7.24'
FACTER_GEM_VERSION: 'https://github.com/puppetlabs/facter#main'

steps:
- name: Checkout Source
uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:

jobs:
release:
name: "Release"
release:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main"
secrets: "inherit"
Loading