Skip to content

(CONT-801) Puppet 8 support / Drop Puppet 6 support #1307

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 33 commits into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1999d46
PDK update
LukasAud Apr 21, 2023
fb11fb0
Gemfile/Metadata update
LukasAud Apr 21, 2023
8d75da1
(CONT-801) Update rubocop config
LukasAud Apr 21, 2023
e2d8b18
(CONT-801) Addressing unit failures
LukasAud Apr 21, 2023
c06b9d2
(CONT-801) Update fixtures.yml
LukasAud Apr 21, 2023
0818b8c
(CONT-801) Address rebase broken cops
LukasAud Apr 24, 2023
255b51b
(CONT-801) Fixup some rubocop issues
chelnak May 10, 2023
6e00446
(CONT-801) Use named kwargs when reading yaml
chelnak May 10, 2023
1422a25
(CONT-801) Initialise Puppet Parser for spec tests
chelnak May 10, 2023
8222a12
Address loadjson.rb issues with PSON
LukasAud May 11, 2023
1781dfa
Addressing srand() changes
LukasAud May 12, 2023
6bbc470
Limiting PSON testing to Puppet 7
LukasAud May 15, 2023
39c486b
Addressing uriescape testing
LukasAud May 16, 2023
660b063
Addressing legacy facts
LukasAud May 17, 2023
ec677d8
(CONT-801) Safe correct Layout/ClosingHeredocIndentation
LukasAud May 17, 2023
42a1f1a
(CONT-801) Autocorrect safe group 1
LukasAud May 17, 2023
7104469
(CONT-801) Autocorrect safe group 2
LukasAud May 17, 2023
303d7b0
(CONT-801) Autocorrect safe group 3
LukasAud May 17, 2023
76b40d3
(CONT-801) Correct RSpec/EmptyLineAfterExample
LukasAud May 17, 2023
0298868
(CONT-801) Autocorrect safe group 4
LukasAud May 17, 2023
773e26d
(CONT-801) Correct RSpec/ImplicitSubject
LukasAud May 17, 2023
19e72dc
(CONT-801) Autocorrect safe group 5
LukasAud May 17, 2023
8215008
(CONT-801) Autocorrect safe group 6
LukasAud May 17, 2023
e2c3f6a
(CONT-801) Autocorrect safe group 7
LukasAud May 17, 2023
e1a809d
(CONT-801) Autocorrect safe group 8
LukasAud May 17, 2023
8840b86
(CONT-801) Fix cop error
LukasAud May 17, 2023
18a8332
(CONT-801) Autocorrect unsafe group 1
LukasAud May 17, 2023
2d78851
(CONT-801) Unsafe autocorrect RSpec/BeEq
LukasAud May 17, 2023
0e3e5b1
(CONT-801) Autocorrect unsafe group 2
LukasAud May 18, 2023
55c4aea
(CONT-801) Autocorrect unsafe group 3
LukasAud May 18, 2023
c0c7ccb
(CONT-801) Deprecate parsepson.rb
LukasAud May 22, 2023
799d608
(CONT-801) Deprecate uriescape.rb
LukasAud May 22, 2023
cab7d7e
Reverting openURI changes
LukasAud May 22, 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 @@ -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'
symlinks:
stdlib: "#{source_dir}"
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