-
Notifications
You must be signed in to change notification settings - Fork 77
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
(PA-6886) Add Digicert to Solaris images #859
base: main
Are you sure you want to change the base?
(PA-6886) Add Digicert to Solaris images #859
Conversation
e8cd81b
to
5122f7f
Compare
5122f7f
to
479be34
Compare
After merging this and releasing vanagon, please remember to revert this https://github.com/puppetlabs/ci-job-configs/pull/9643 |
39d4d47
to
e276fab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- One minor CHANGELOG request
- Please squash commits
@@ -5,7 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org). | |||
This changelog adheres to [Keep a CHANGELOG](https://keepachangelog.com). | |||
|
|||
## [Unreleased] | |||
- Bump minimum ruby requirement to 2.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please created a '### Changed' section for this.
The DigiCertGlobalRootG2 is now used by Artifactory and the VMs we're using for Solaris don't contain that cert by default. We for sure update our images to include that, but until that is done we need to make sure to use it. Also, in our case the OpenSSL used on our Solaris VMs is ancient and doesn't support openssl-rehash, so we have to create the sim link ourself. Once we update our images this commit can be reverted.
removed cops are provided by gems not explicitly installed they seem to be installed using the setup ruby action, but not when testing in a ruby docker image either way, they are covered by enabling newcops fix rubocop namespaces bump rubocop target ruby version fix tests that depend on docker command existing discovered when running test suite with ruby:3.2 image on docker (maint) Rubocop 1.65.1 Autocorrect fixes
ca258ac
to
368dcd7
Compare
The DigiCertGlobalRootG2 is now used by Artifactory and the VMs we're using for Solaris don't contain that cert by default.
We for sure update our images to include that, but until that is done we need to make sure to use it.
Also, in our case the OpenSSL used on our Solaris VMs is ancient and doesn't support openssl-rehash, so we have to create the sim link ourself. Once we update our images this commit can be reverted.
Please add all notable changes to the "Unreleased" section of the CHANGELOG.