Merge pull request #298 from puppetlabs/release
Merge back for release version 3.1.0
Merge pull request #299 from puppetlabs/pdksync_travis-updates
pdksync - (maint) travis updates: bundler and slack
Merge pull request #301 from puppetlabs/pdksync_github_actions
pdksync - FM-8834 - Add GitHub action workflow
(FM-8581) - Debian 10 added to travis and provision file refactored
(MODULES-10442) - Gem dependency fix
Merge pull request #302 from puppetlabs/pdksync_deb10
pdksync - (FM-8581) - Debian 10 added to travis and provision file refactored
Merge pull request #303 from puppetlabs/pdksync_pdksync-honeycombsetup
(IAC-365) updating tokens and dataset for honeycomb
(IAC-215) - Implement use_litmus:true
Merge pull request #305 from puppetlabs/pdksync_IAC-215-2
pdksync - (IAC-215) - Implement use_litmus:true
Add weekly workflow on default branch
Merge pull request #306 from puppetlabs/pdksync_weekly_run
pdksync - Add weekly scheduled workflows
Update weekly workflow schedule
Merge pull request #309 from puppetlabs/pdksync_weekly_run
pdksync - Update weekly scheduled workflows
Merge pull request #310 from puppetlabs/pdksync_PDK_UPDATE
pdksync - (maint) - Pdk Update
(IAC-555) - Remove distelli-manifest.yml
Merge pull request #311 from puppetlabs/pdksync_IAC-555
pdksync - (IAC-555) - Remove distelli-manifest.yml
(MAINT) Update docker image names
Prior to this commit the provision file referenced the old waffleimage repo for CI docker images to use. This commit updates the file to point at litmusimage, which is the repo the latest images are released to.
Merge pull request #312 from michaeltlombardi/maint/master/update-doc…
…ker-image-names (MAINT) Update docker image names
Add net-ssh dependency gems to development group
Merge pull request #315 from carabasdaniel/fix_agent_install
Add net-ssh dependency gems to development group
Merge pull request #316 from puppetlabs/pdksync_PDK_UPDATE
pdksync - (maint) - Pdk Update
Change provision from vmpooler to abs
Switch to default spec_helper_acceptance file
Update spec_helper_acceptance_local.rb
Merge pull request #317 from puppetlabs/pdksync_abs
pdksync - Use abs instead of vmpooler to provision test resources
update get_chain method to accept a file in either pem or der formats…
…. If the file is a pem, the method will split the text file and return an array of certificates objects. If the file is a der, the method will return an array of one certificate object.
Merge pull request #320 from adrianiurca/win-2008_eol
Removing win-2008r2-x86_64 from testing
(IAC-746) - Add ubuntu 20.04 support
Merge pull request #318 from puppetlabs/pdksync_IAC-746
(IAC-746) - Add ubuntu 20.04 support
Merge pull request #319 from tomkitchen/der_certs
Allow DER formatted certificates with keys.
(maint) Ignore JDK keytool warnings in tests for DER certs
On Windows, the keystore command warns about using a proprietary format when using DER formatted certs. We should not take this as a failure, but also, we should also not blindly ignore all STDERR from the result either. If we get an exit code of 1, we'll check to see if the STDERR message was the cert format warning and still pass the test. We will still catch any errors that occur and are not related. This issue was introduced after #319 was merged. Fix Rubocop violations
Merge pull request #321 from sanfrancrisko/fix/ignore_keytool_warn_wi…
…ndows (maint) Ignore JDK keytool warnings in tests for DER certs
(IAC-886) Remove SLES 11 from release checks