Skip to content

(CONT-789) Add Support for Puppet 8 / Drop Support for Puppet 6 #1557

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 23 commits into from
Apr 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
efcd667
(maint) PDK Update
david22swan Apr 11, 2023
b924262
(CONT-789) Add Support for Puppet 8 / Drop Support for Puppet 6
david22swan Apr 11, 2023
4a6a936
(CONT-789) Re-pin puppet_litmus
david22swan Apr 11, 2023
8f7cb9a
(CONT-789) Re-pin puppet_agent
david22swan Apr 11, 2023
878476c
(CONT-789) Update Rubocop Versions
david22swan Apr 11, 2023
078ccda
(CONT-789) Rubocop Manual Fix 1 - RSpec/MultipleExpectations
david22swan Apr 11, 2023
5459176
(CONT-789) Reference Update
david22swan Apr 11, 2023
ad2191e
(CONT-789) Rubocop Auto Fixes 1-5
david22swan Apr 11, 2023
16e09c3
(CONT-789) Rubocop Auto Fixes 6-10
david22swan Apr 11, 2023
6918969
(CONT-789) Rubocop Auto Fixes 11-15
david22swan Apr 12, 2023
c6868fc
(maint) Remove unneeded rubocop disables
david22swan Apr 12, 2023
a1b3132
(CONT-789) Rubocop Auto Fixes 16-20
david22swan Apr 12, 2023
6db3987
(CONT-789) Rubocop Auto Fixes 21-25
david22swan Apr 12, 2023
211f998
(CONT-789) Rubocop Auto Fixes 26-28
david22swan Apr 12, 2023
ce19fe0
(maint) REFERENCE.md update
david22swan Apr 12, 2023
00255c7
(CONT-789) Rubocop Unsafe Autocorrect 1-3
david22swan Apr 12, 2023
5a76927
(CONT-789) Rubocop Unsafe Autocorrect 4-6
david22swan Apr 13, 2023
fa629a1
(CONT-789) Rubocop Unsafe Autocorrect 7-10
david22swan Apr 13, 2023
49eb0a8
(CONT-789) Rubocop Manual Fix 2 - Lint/DuplicateBranch
david22swan Apr 13, 2023
f9892bb
(CONT-789) Rubocop Manual Fix 3 - Naming/HeredocDelimiterNaming
david22swan Apr 17, 2023
effc684
(CONT-789) Rubocop Manual Fix 4 - Style/OptionalBooleanParameter
david22swan Apr 17, 2023
a68c8f2
(CONT-789) Rubocop Manual Fix 5 - Naming/MethodParameterName
david22swan Apr 17, 2023
cc42df6
(CONT-789) Rubocop Manual Fix 6 - Naming/MemoizedInstanceVariableName
david22swan Apr 17, 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 .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"settings": {
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"path": "bash"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ fixtures:
"provision": "https://github.com/puppetlabs/provision.git"
puppet_agent:
repo: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
ref: v4.12.1
ref: v4.13.0
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"
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