From a2d7b408e6838be4996e993eb9be9ffb98368bc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:13:13 +0000 Subject: [PATCH] chore(copier): update template https://github.com/dafyddj/copier-ssf-ci to v2.11.1 --- .copier-answers.ssf-ci.yml | 2 +- .github/workflows/main.yml | 10 +- .gitlab-ci.yml | 32 ++- .pre-commit-config.yaml | 6 +- Gemfile | 11 +- Gemfile.lock | 521 +++++++++++++++++++------------------ kitchen.yml | 227 ++++++++++------ 7 files changed, 456 insertions(+), 353 deletions(-) diff --git a/.copier-answers.ssf-ci.yml b/.copier-answers.ssf-ci.yml index b97c377..cc8ae33 100644 --- a/.copier-answers.ssf-ci.yml +++ b/.copier-answers.ssf-ci.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2.10.6 +_commit: v2.11.1 _src_path: https://github.com/dafyddj/copier-ssf-ci failure_permitted_ignored: [] failure_permitted_patterns: [] diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee0e375..db38f64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,20 +25,20 @@ jobs: name: Lint / `pre-commit` needs: should-run if: fromJSON(needs.should-run.outputs.should-run) - container: techneg/ci-pre-commit:v2.5.28@sha256:fb14ff152879618c500efa8eac55a6937b34f10e3b86e6d4869b7eb532618c09 + container: techneg/ci-pre-commit:v2.5.46@sha256:7f1f029253eaa1fca7eca1e40778999569bb0ff137746a24b930b3286e06efe6 runs-on: ubuntu-latest timeout-minutes: 10 steps: - run: | # Needed because of bug #2031 in `actions/checkout` git config --global --add safe.directory "$GITHUB_WORKSPACE" - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 fetch-tags: true filter: tree:0 - name: Export `CI_CACHE_ID` from container run: echo "CI_CACHE_ID=$(cat /.ci_cache_id)" >> $GITHUB_ENV - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.cache/pre-commit key: "${{ env.CI_CACHE_ID }}|\ @@ -61,13 +61,13 @@ jobs: issues: write pull-requests: write checks: read - container: techneg/ci-semantic-release:v1.2.26@sha256:e736e32f69db7c51205c06fd5538731fddfa9c6339d0571e7ec8ce9250b8f962 + container: techneg/ci-semantic-release:v1.2.44@sha256:d9d2a41b67259626c17dc2999d1aa214e6e089a7be1a4af306744f272409b5e5 runs-on: ubuntu-latest timeout-minutes: 15 steps: - run: | # Needed due to bug actions/checkout#2031 git config --global --add safe.directory "$GITHUB_WORKSPACE" - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # yamllint disable-line rule:line-length - uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0 with: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e51ee2..825ea14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,15 +15,15 @@ stage_test: &stage_test 'test' # `image` # yamllint disable rule:line-length - image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.125@sha256:95edb563e9b61ea9038ace01554278cbb3b8c9932055ab78b0855fd3d3ed3693' - image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.95@sha256:fdb4de0e087516903839f93827ff5dc7a72fcc39523c0bd6e312309311faf95b' - image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.95@sha256:fdb4de0e087516903839f93827ff5dc7a72fcc39523c0bd6e312309311faf95b' - image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.28@sha256:fb14ff152879618c500efa8eac55a6937b34f10e3b86e6d4869b7eb532618c09' - image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:74850471782195453cdf91f4a5edf62b6fcc3365c124d4d975c7e87a702040d7' - image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.26@sha256:e736e32f69db7c51205c06fd5538731fddfa9c6339d0571e7ec8ce9250b8f962' + image_commitlint: &image_commitlint 'techneg/ci-commitlint:v1.1.143@sha256:e6b9d5bde638384e202eadda5c13998626fd6cc7df20fdb9480512693a387a42' + image_dindruby: &image_dindruby 'techneg/ci-docker-python-ruby:v2.2.113@sha256:d503da1e360337abd589816f7d166de65baec2aa817749568ec590e8469b2c29' + image_dindrubybionic: &image_dindrubybionic 'techneg/ci-docker-python-ruby:v2.2.113@sha256:d503da1e360337abd589816f7d166de65baec2aa817749568ec590e8469b2c29' + image_precommit: &image_precommit 'techneg/ci-pre-commit:v2.5.46@sha256:7f1f029253eaa1fca7eca1e40778999569bb0ff137746a24b930b3286e06efe6' + image_rubocop: &image_rubocop 'pipelinecomponents/rubocop:latest@sha256:a2abed57112d1931b77b30138d8f6a211303f10f2d03d42513cfbe7de1e25963' + image_semantic-release: &image_semanticrelease 'techneg/ci-semantic-release:v1.2.44@sha256:d9d2a41b67259626c17dc2999d1aa214e6e089a7be1a4af306744f272409b5e5' # `services` services_docker_dind: &services_docker_dind - - 'docker:29.2.1-dind@sha256:8bcbad4b45f0bff9d3e809d85a7ac589390f0be8acbc526850c998c35c1243fd' + - 'docker:29.5.3-dind@sha256:7d85d0eda291f1a7ab6df4a9d1802b5ad4cf9145a088bd11188c78dcb5c7392b' # yamllint enable rule:line-length # `variables` # https://forum.gitlab.com/t/gitlab-com-ci-caching-rubygems/5627/3 @@ -175,6 +175,24 @@ rockylinux-8-master: {extends: '.test_instance_failure_permitted'} ubuntu-2404-master: {extends: '.test_instance_failure_permitted'} ubuntu-2204-master: {extends: '.test_instance_failure_permitted'} ubuntu-2004-master: {extends: '.test_instance_failure_permitted'} +almalinux-9-3008: {extends: '.test_instance'} +almalinux-8-3008: {extends: '.test_instance'} +amazonlinux-2023-3008: {extends: '.test_instance'} +amazonlinux-2-3008: {extends: '.test_instance_failure_permitted'} +centos-stream9-3008: {extends: '.test_instance'} +debian-12-3008: {extends: '.test_instance'} +debian-11-3008: {extends: '.test_instance'} +fedora-41-3008: {extends: '.test_instance_failure_permitted'} +fedora-40-3008: {extends: '.test_instance'} +opensuse-leap-156-3008: {extends: '.test_instance'} +opensuse-tmbl-latest-3008: {extends: '.test_instance'} +oraclelinux-9-3008: {extends: '.test_instance'} +oraclelinux-8-3008: {extends: '.test_instance'} +rockylinux-9-3008: {extends: '.test_instance'} +rockylinux-8-3008: {extends: '.test_instance'} +ubuntu-2404-3008: {extends: '.test_instance'} +ubuntu-2204-3008: {extends: '.test_instance'} +ubuntu-2004-3008: {extends: '.test_instance'} almalinux-9-3007: {extends: '.test_instance'} almalinux-8-3007: {extends: '.test_instance'} amazonlinux-2023-3007: {extends: '.test_instance'} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6ec06b..ac3a5b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: commitlint - id: commitlint-ci - repo: https://github.com/rubocop-hq/rubocop - rev: v1.84.1 + rev: v1.87.0 hooks: - id: rubocop name: Check Ruby files with rubocop @@ -100,12 +100,12 @@ repos: )$ additional_dependencies: [pygments==2.16.1] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 42.95.1 + rev: 43.216.1 hooks: - id: renovate-config-validator name: Check Renovate config with renovate-config-validator - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.2 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema diff --git a/Gemfile b/Gemfile index d960687..f948627 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,9 @@ # frozen_string_literal: true +# This is a placeholder version to remind us to update the Gemfile +# when a new stable Chef Workstation is released +# renovate: chef-workstation 25.13.7 + source ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org') # Install the `inspec` gem using `git` because versions after `4.22.22` @@ -15,10 +19,9 @@ gem 'inspec', git: 'https://gitlab.com/saltstack-formulas/infrastructure/inspec' gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker', ref: '511e4ad36856b9e2eccceb56603586e6cebd296a' # rubocop:enable Layout/LineLength -gem 'kitchen-inspec', '3.0.0' +gem 'kitchen-inspec', '3.1.0' gem 'kitchen-salt', '0.7.2' -# Avoid the error 'pkeys are immutable on OpenSSL 3.0' -gem 'net-ssh', '>= 7.0.0' +gem 'net-ssh', '7.3.0' -gem 'test-kitchen', '3.9.0' +gem 'test-kitchen', '3.9.1' diff --git a/Gemfile.lock b/Gemfile.lock index 8c606d3..9ffbc54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,97 +51,96 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (7.1.5.1) + activesupport (7.2.3.1) base64 benchmark (>= 0.3) bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1) - mutex_m + minitest (>= 5.1, < 6) securerandom (>= 0.3) - tzinfo (~> 2.0) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) aws-eventstream (1.4.0) - aws-partitions (1.1196.0) - aws-sdk-account (1.20.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-alexaforbusiness (1.67.0) - aws-sdk-core (~> 3, >= 3.188.0) + aws-partitions (1.1241.0) + aws-sdk-account (1.56.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-alexaforbusiness (1.71.0) + aws-sdk-core (~> 3, >= 3.193.0) aws-sigv4 (~> 1.1) aws-sdk-amplify (1.32.0) aws-sdk-core (~> 3, >= 3.120.0) aws-sigv4 (~> 1.1) - aws-sdk-apigateway (1.90.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-apigatewayv2 (1.53.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-apigateway (1.133.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-apigatewayv2 (1.92.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-applicationautoscaling (1.51.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) - aws-sdk-athena (1.79.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-athena (1.118.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-autoscaling (1.92.0) aws-sdk-core (~> 3, >= 3.176.0) aws-sigv4 (~> 1.1) aws-sdk-batch (1.73.0) aws-sdk-core (~> 3, >= 3.176.0) aws-sigv4 (~> 1.1) - aws-sdk-budgets (1.62.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-cloudformation (1.97.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-cloudfront (1.86.1) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-cloudhsm (1.50.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-cloudhsmv2 (1.53.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-cloudtrail (1.74.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-cloudwatch (1.83.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-budgets (1.105.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-cloudformation (1.150.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-cloudfront (1.143.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-cloudhsm (1.83.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-cloudhsmv2 (1.89.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-cloudtrail (1.120.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-cloudwatch (1.134.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-cloudwatchevents (1.62.0) aws-sdk-core (~> 3, >= 3.176.0) aws-sigv4 (~> 1.1) - aws-sdk-cloudwatchlogs (1.77.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-codecommit (1.62.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-codedeploy (1.62.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-codepipeline (1.67.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-cloudwatchlogs (1.147.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-codecommit (1.97.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-codedeploy (1.97.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-codepipeline (1.113.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-cognitoidentity (1.45.0) aws-sdk-core (~> 3, >= 3.176.0) aws-sigv4 (~> 1.1) aws-sdk-cognitoidentityprovider (1.76.0) aws-sdk-core (~> 3, >= 3.176.0) aws-sigv4 (~> 1.1) - aws-sdk-configservice (1.103.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-core (3.240.0) + aws-sdk-configservice (1.148.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-core (3.246.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -149,110 +148,110 @@ GEM bigdecimal jmespath (~> 1, >= 1.6.1) logger - aws-sdk-costandusagereportservice (1.53.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-costandusagereportservice (1.86.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-databasemigrationservice (1.80.0) aws-sdk-core (~> 3, >= 3.176.0) aws-sigv4 (~> 1.1) - aws-sdk-dynamodb (1.98.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-ec2 (1.429.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-ecr (1.68.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-ecrpublic (1.25.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-ecs (1.135.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-efs (1.71.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-eks (1.95.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-elasticache (1.95.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-elasticbeanstalk (1.63.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-elasticloadbalancing (1.51.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-elasticloadbalancingv2 (1.96.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-elasticsearchservice (1.79.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-dynamodb (1.165.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-ec2 (1.613.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-ecr (1.125.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-ecrpublic (1.63.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-ecs (1.229.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-efs (1.108.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-eks (1.163.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-elasticache (1.141.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-elasticbeanstalk (1.101.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-elasticloadbalancing (1.87.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-elasticloadbalancingv2 (1.149.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-elasticsearchservice (1.118.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-emr (1.53.0) aws-sdk-core (~> 3, >= 3.121.2) aws-sigv4 (~> 1.1) aws-sdk-eventbridge (1.46.0) aws-sdk-core (~> 3, >= 3.176.0) aws-sigv4 (~> 1.1) - aws-sdk-firehose (1.60.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-firehose (1.106.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-glue (1.145.0) aws-sdk-core (~> 3, >= 3.176.0) aws-sigv4 (~> 1.1) - aws-sdk-guardduty (1.85.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-iam (1.92.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-kafka (1.67.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-kinesis (1.54.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-kms (1.118.0) - aws-sdk-core (~> 3, >= 3.239.1) + aws-sdk-guardduty (1.147.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-iam (1.142.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-kafka (1.109.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-kinesis (1.98.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-kms (1.124.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-lambda (1.178.0) + aws-sdk-core (~> 3, >= 3.244.0) aws-sigv4 (~> 1.5) - aws-sdk-lambda (1.113.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) aws-sdk-mq (1.40.0) aws-sdk-core (~> 3, >= 3.120.0) aws-sigv4 (~> 1.1) - aws-sdk-networkfirewall (1.39.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-networkmanager (1.40.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-networkfirewall (1.87.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-networkmanager (1.78.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-organizations (1.77.0) aws-sdk-core (~> 3, >= 3.176.0) aws-sigv4 (~> 1.1) aws-sdk-ram (1.26.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) - aws-sdk-rds (1.208.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-redshift (1.107.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-route53 (1.83.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-route53domains (1.54.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-route53resolver (1.51.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.208.0) - aws-sdk-core (~> 3, >= 3.234.0) + aws-sdk-rds (1.311.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-redshift (1.157.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-route53 (1.132.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-route53domains (1.92.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-route53resolver (1.95.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-s3 (1.220.0) + aws-sdk-core (~> 3, >= 3.244.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) aws-sdk-s3control (1.43.0) @@ -261,36 +260,36 @@ GEM aws-sdk-secretsmanager (1.46.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) - aws-sdk-securityhub (1.98.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-securityhub (1.154.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-servicecatalog (1.60.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) aws-sdk-ses (1.41.0) aws-sdk-core (~> 3, >= 3.120.0) aws-sigv4 (~> 1.1) - aws-sdk-shield (1.60.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) + aws-sdk-shield (1.94.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-signer (1.32.0) aws-sdk-core (~> 3, >= 3.120.0) aws-sigv4 (~> 1.1) aws-sdk-simpledb (1.29.0) aws-sdk-core (~> 3, >= 3.120.0) aws-sigv2 (~> 1.0) - aws-sdk-sms (1.52.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-sns (1.70.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-sqs (1.69.0) - aws-sdk-core (~> 3, >= 3.188.0) - aws-sigv4 (~> 1.1) - aws-sdk-ssm (1.162.0) - aws-sdk-core (~> 3, >= 3.188.0) + aws-sdk-sms (1.77.0) + aws-sdk-core (~> 3, >= 3.231.0) aws-sigv4 (~> 1.1) + aws-sdk-sns (1.113.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-sqs (1.112.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) + aws-sdk-ssm (1.212.0) + aws-sdk-core (~> 3, >= 3.244.0) + aws-sigv4 (~> 1.5) aws-sdk-states (1.39.0) aws-sdk-core (~> 3, >= 3.112.0) aws-sigv4 (~> 1.1) @@ -303,7 +302,7 @@ GEM aws-sdk-waf (1.43.0) aws-sdk-core (~> 3, >= 3.122.0) aws-sigv4 (~> 1.1) - aws-sigv2 (1.2.0) + aws-sigv2 (1.3.1) aws-sigv4 (1.12.1) aws-eventstream (~> 1, >= 1.0.2) azure_graph_rbac (0.17.2) @@ -317,69 +316,71 @@ GEM azure_mgmt_storage (0.23.0) ms_rest_azure (~> 0.12.0) base64 (0.3.0) - bcrypt_pbkdf (1.1.1) - bcrypt_pbkdf (1.1.1-x64-mingw-ucrt) - benchmark (0.4.0) - bigdecimal (3.3.1) + bcrypt_pbkdf (1.1.2) + bcrypt_pbkdf (1.1.2-x64-mingw-ucrt) + benchmark (0.5.0) + bigdecimal (4.1.2) bson (4.15.0) builder (3.3.0) - cgi (0.5.0) - chef-config (18.7.6) + cgi (0.5.1) + chef-config (19.2.110) addressable - chef-utils (= 18.7.6) + chef-utils (= 19.2.110) fuzzyurl mixlib-config (>= 2.2.12, < 4.0) mixlib-shellout (>= 2.0, < 4.0) - tomlrb (~> 1.2) - chef-gyoku (1.4.5) + racc + tomlrb (>= 1.2, < 3.0) + chef-gyoku (1.5.0) builder (>= 2.1.2) rexml (~> 3.4) chef-telemetry (1.1.1) chef-config concurrent-ruby (~> 1.0) - chef-utils (18.7.6) + chef-utils (19.2.110) concurrent-ruby - chef-winrm (2.3.12) + chef-winrm (2.5.0) builder (>= 2.1.2) - chef-gyoku (~> 1.4.0, <= 1.4.5) + chef-gyoku (~> 1.5) erubi (~> 1.8) - ffi (>= 1.15.5, < 1.17.0) gssapi (~> 1.2) httpclient (~> 2.2, >= 2.2.0.2) logging (>= 1.6.1, < 3.0) - nori (= 2.7.0) - rexml (~> 3.3) + nori (~> 2.7) + rexml (>= 3.4.2, < 4.0) rubyntlm (~> 0.6.0, >= 0.6.3) chef-winrm-elevated (1.2.5) chef-winrm (>= 2.3.11) chef-winrm-fs (>= 1.3.7) erubi (~> 1.8) - chef-winrm-fs (1.3.7) - chef-winrm (>= 2.3.11) + chef-winrm-fs (1.4.2) + benchmark (~> 0.5.0) + chef-winrm (~> 2.4) + csv (~> 3.3) erubi (>= 1.7) logging (>= 1.6.1, < 3.0) rubyzip (~> 2.0) coderay (1.1.3) - concurrent-ruby (1.3.5) - connection_pool (2.5.3) - cookstyle (8.1.2) - rubocop (= 1.75.5) + concurrent-ruby (1.3.6) + connection_pool (2.5.5) + cookstyle (8.6.10) + rubocop (= 1.84.2) csv (3.3.5) - date (3.5.0) + date (3.5.1) declarative (0.0.20) diff-lcs (1.6.2) docker-api (2.4.0) excon (>= 0.64.0) multi_json domain_name (0.6.20240107) - drb (2.2.1) + drb (2.2.3) ed25519 (1.4.0) - erb (4.0.4) + erb (4.0.4.1) cgi (>= 0.3.3) erubi (1.13.1) - excon (1.2.5) + excon (1.4.2) logger - faraday (1.10.4) + faraday (1.10.5) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -391,26 +392,26 @@ GEM faraday-rack (~> 1.0) faraday-retry (~> 1.0) ruby2_keywords (>= 0.0.4) - faraday-cookie_jar (0.0.7) + faraday-cookie_jar (0.0.8) faraday (>= 0.8.0) - http-cookie (~> 1.0.0) + http-cookie (>= 1.0.0) faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) + faraday-em_synchrony (1.0.1) faraday-excon (1.1.0) - faraday-follow_redirects (0.3.0) + faraday-follow_redirects (0.5.0) faraday (>= 1, < 3) faraday-httpclient (1.0.1) - faraday-multipart (1.1.0) + faraday-multipart (1.2.0) multipart-post (~> 2.0) faraday-net_http (1.0.2) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - faraday-retry (1.0.3) + faraday-retry (1.0.4) faraday_middleware (1.0.0) faraday (~> 1.0) - ffi (1.16.3) - ffi (1.16.3-x64-mingw-ucrt) + ffi (1.17.4) + ffi (1.17.4-x64-mingw-ucrt) ffi-win32-extensions (1.0.4) ffi fuzzyurl (0.9.0) @@ -436,9 +437,15 @@ GEM google-apis-core (>= 0.11.0, < 2.a) google-apis-storage_v1 (0.30.0) google-apis-core (>= 0.11.0, < 2.a) - googleauth (1.8.1) - faraday (>= 0.17.3, < 3.a) - jwt (>= 1.4, < 3.0) + google-cloud-env (2.3.1) + base64 (~> 0.2) + faraday (>= 1.0, < 3.a) + google-logging-utils (0.2.0) + googleauth (1.16.2) + faraday (>= 1.0, < 3.a) + google-cloud-env (~> 2.2) + google-logging-utils (~> 0.1) + jwt (>= 1.4, < 4.0) multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) @@ -450,26 +457,28 @@ GEM hashie (4.1.0) highline (3.1.2) reline - http-cookie (1.0.8) + http-cookie (1.1.6) domain_name (~> 0.5) httpclient (2.9.0) mutex_m - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) inifile (3.0.0) - io-console (0.8.0) - irb (1.15.3) + io-console (0.8.2) + irb (1.18.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jmespath (1.6.2) - json (2.12.0) - jwt (2.10.1) + json (2.19.4) + jwt (3.2.0) base64 - kitchen-inspec (3.0.0) - hashie (>= 3.4, <= 5.0) - inspec (>= 2.2.64, < 7.0) - test-kitchen (>= 2.7, < 4) + kitchen-inspec (3.1.0) + hashie (>= 3.4, < 6.0) + inspec-core (>= 2.2.64, < 8.0) + test-kitchen (>= 2.7, < 5) + train kitchen-salt (0.7.2) hashie (>= 3.5) test-kitchen (>= 1.4) @@ -488,18 +497,18 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.25.5) + minitest (5.27.0) mixlib-config (3.0.27) tomlrb - mixlib-install (3.12.30) + mixlib-install (3.16.0) mixlib-shellout mixlib-versioning thor mixlib-log (3.2.3) ffi (>= 1.15.5) - mixlib-shellout (3.3.9) + mixlib-shellout (3.4.10) chef-utils - mixlib-shellout (3.3.9-x64-mingw-ucrt) + mixlib-shellout (3.4.10-x64-mingw-ucrt) chef-utils ffi-win32-extensions (~> 1.0.3) win32-process (~> 0.9) @@ -516,7 +525,7 @@ GEM faraday (>= 0.9, < 2.0.0) faraday-cookie_jar (~> 0.0.6) ms_rest (~> 0.7.6) - multi_json (1.17.0) + multi_json (1.19.1) multipart-post (2.4.1) mutex_m (0.3.0) net-scp (4.1.0) @@ -524,18 +533,18 @@ GEM net-ssh (7.3.0) net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) - nokogiri (1.18.9) + nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.9-x64-mingw-ucrt) + nokogiri (1.18.10-x64-mingw-ucrt) racc (~> 1.4) - nori (2.7.0) + nori (2.7.1) bigdecimal options (2.3.2) os (1.1.4) ostruct (0.6.3) - parallel (1.27.0) - parser (3.3.8.0) + parallel (1.28.0) + parser (3.3.11.1) ast (~> 2.4.1) racc parslet (1.8.2) @@ -544,40 +553,42 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.4.0) + prism (1.9.0) progress_bar (1.3.4) highline (>= 1.6) options (~> 2.3.0) - pry (0.15.2) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) - psych (5.2.6) + reline (>= 0.6.0) + psych (5.3.1) date stringio public_suffix (6.0.2) racc (1.8.1) rainbow (3.1.1) - rake (13.2.1) - rdoc (6.16.1) + rake (13.4.2) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort - regexp_parser (2.10.0) - reline (0.6.1) + regexp_parser (2.12.0) + reline (0.6.3) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) - retriable (3.1.2) + retriable (3.4.1) rexml (3.4.4) roo (2.9.0) nokogiri (~> 1) rubyzip (>= 1.3.0, < 3.0.0) - roo-xls (1.2.0) + roo-xls (2.0.0) + csv nokogiri - roo (>= 2.0.0, < 3) - spreadsheet (> 0.9.0) + roo (>= 2.0.0, < 4) + spreadsheet (>= 1.3.4, < 2) rspec (3.11.0) rspec-core (~> 3.11.0) rspec-expectations (~> 3.11.0) @@ -594,7 +605,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.1) - rubocop (1.75.5) + rubocop (1.84.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -602,12 +613,12 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.44.0, < 2.0) + rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.44.1) + rubocop-ast (1.49.1) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) ruby-ole (1.2.13.1) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -616,25 +627,26 @@ GEM rubyzip (2.4.1) securerandom (0.4.1) semverse (3.0.2) - signet (0.20.0) + signet (0.21.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a) - jwt (>= 1.5, < 3.0) + jwt (>= 1.5, < 4.0) multi_json (~> 1.10) - spreadsheet (1.3.4) + socksify (1.8.1) + spreadsheet (1.3.5) bigdecimal logger ruby-ole sslshake (1.3.1) - stringio (3.1.8) + stringio (3.2.0) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) unicode_utils (~> 1.4) strings-ansi (0.2.0) - syslog (0.3.0) + syslog (0.4.0) logger - test-kitchen (3.9.0) + test-kitchen (3.9.1) bcrypt_pbkdf (~> 1.0) chef-utils (>= 16.4.35) csv (~> 3.3) @@ -652,12 +664,12 @@ GEM winrm (~> 2.0) winrm-elevated (~> 1.0) winrm-fs (~> 1.1) - thor (1.4.0) + thor (1.5.0) timeliness (0.3.10) - tomlrb (1.3.0) + tomlrb (2.0.4) trailblazer-option (0.1.2) - train (3.12.13) - activesupport (>= 6.0.3.1, < 7.2.0) + train (3.12.0) + activesupport (>= 6.0.3.1) azure_graph_rbac (~> 0.16) azure_mgmt_key_vault (~> 0.17) azure_mgmt_resources (~> 0.15) @@ -671,10 +683,10 @@ GEM google-apis-iam_v1 (~> 0.50.0) google-apis-monitoring_v3 (~> 0.51.0) google-apis-storage_v1 (~> 0.30.0) - googleauth (>= 0.16.2, < 1.9.0) + googleauth (>= 0.16.2, < 2.a) inifile (~> 3.0) - train-core (= 3.12.13) - train-winrm (~> 0.2.19) + train-core (= 3.12.0) + train-winrm (~> 0.2) train-aws (0.2.36) aws-sdk-account (~> 1.14) aws-sdk-alexaforbusiness (~> 1.0) @@ -752,7 +764,7 @@ GEM aws-sdk-synthetics (~> 1.19.0) aws-sdk-transfer (>= 1.26, < 1.74) aws-sdk-waf (~> 1.43.0) - train-core (3.12.13) + train-core (3.12.0) addressable (~> 2.5) ffi (!= 1.13.0) json (>= 1.8, < 3.0) @@ -760,10 +772,11 @@ GEM net-scp (>= 1.2, < 5.0) net-ssh (>= 2.9, < 8.0) train-habitat (0.2.22) - train-winrm (0.2.19) - chef-winrm (~> 2.3.12) - chef-winrm-elevated (~> 1.2.5) - chef-winrm-fs (~> 1.3.7) + train-winrm (0.4.3) + chef-winrm (>= 2.4.4, < 3.0) + chef-winrm-elevated (>= 1.2.5, < 2.0) + chef-winrm-fs (>= 1.4.1, < 2.0) + socksify (~> 1.8) tsort (0.2.0) tty-box (0.7.0) pastel (~> 0.8) @@ -790,14 +803,14 @@ GEM unicode_utils (1.4.0) win32-process (0.10.0) ffi (>= 1.0.0) - winrm (2.3.8) + winrm (2.3.9) builder (>= 2.1.2) erubi (~> 1.8) gssapi (~> 1.2) gyoku (~> 1.0) httpclient (~> 2.2, >= 2.2.0.2) logging (>= 1.6.1, < 3.0) - nori (~> 2.0) + nori (~> 2.0, >= 2.7.1) rexml (~> 3.0) rubyntlm (~> 0.6.0, >= 0.6.3) winrm-elevated (1.2.3) @@ -819,10 +832,10 @@ PLATFORMS DEPENDENCIES inspec! kitchen-docker! - kitchen-inspec (= 3.0.0) + kitchen-inspec (= 3.1.0) kitchen-salt (= 0.7.2) - net-ssh (>= 7.0.0) - test-kitchen (= 3.9.0) + net-ssh (= 7.3.0) + test-kitchen (= 3.9.1) BUNDLED WITH 2.3.7 diff --git a/kitchen.yml b/kitchen.yml index aadbbf3..48a9bbb 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -91,143 +91,212 @@ platforms: driver: image: saltimages/salt-master-py3:rockylinux-8 - ## SALT `3007.9` - - name: debian-12-3007-9 + ## SALT `3008.0` + - name: debian-12-3008-0 driver: - image: saltimages/salt-3007.9-py3:debian-12 + image: saltimages/salt-3008.0-py3:debian-12 run_command: /lib/systemd/systemd - - name: debian-11-3007-9 + - name: debian-11-3008-0 driver: - image: saltimages/salt-3007.9-py3:debian-11 + image: saltimages/salt-3008.0-py3:debian-11 run_command: /lib/systemd/systemd - - name: ubuntu-2404-3007-9 + - name: ubuntu-2404-3008-0 driver: - image: saltimages/salt-3007.9-py3:ubuntu-24.04 + image: saltimages/salt-3008.0-py3:ubuntu-24.04 run_command: /lib/systemd/systemd - - name: ubuntu-2204-3007-9 + - name: ubuntu-2204-3008-0 driver: - image: saltimages/salt-3007.9-py3:ubuntu-22.04 + image: saltimages/salt-3008.0-py3:ubuntu-22.04 run_command: /lib/systemd/systemd - - name: ubuntu-2004-3007-9 + - name: ubuntu-2004-3008-0 driver: - image: saltimages/salt-3007.9-py3:ubuntu-20.04 + image: saltimages/salt-3008.0-py3:ubuntu-20.04 run_command: /lib/systemd/systemd - - name: centos-stream9-3007-9 + - name: centos-stream9-3008-0 driver: - image: saltimages/salt-3007.9-py3:centos-stream9 - - name: opensuse-leap-156-3007-9 + image: saltimages/salt-3008.0-py3:centos-stream9 + - name: opensuse-leap-156-3008-0 driver: - image: saltimages/salt-3007.9-py3:opensuse-leap-15.6 + image: saltimages/salt-3008.0-py3:opensuse-leap-15.6 # Workaround to avoid intermittent failures on `opensuse-leap-15.6`: # => SCP did not finish successfully (255): (Net::SCP::Error) transport: max_ssh_sessions: 1 - - name: opensuse-tmbl-latest-3007-9 + - name: opensuse-tmbl-latest-3008-0 driver: - image: saltimages/salt-3007.9-py3:opensuse-tumbleweed-latest + image: saltimages/salt-3008.0-py3:opensuse-tumbleweed-latest # Workaround to avoid intermittent failures on `opensuse-tumbleweed`: # => SCP did not finish successfully (255): (Net::SCP::Error) transport: max_ssh_sessions: 1 - - name: fedora-41-3007-9 + - name: fedora-41-3008-0 driver: - image: saltimages/salt-3007.9-py3:fedora-41 - - name: fedora-40-3007-9 + image: saltimages/salt-3008.0-py3:fedora-41 + - name: fedora-40-3008-0 driver: - image: saltimages/salt-3007.9-py3:fedora-40 - - name: amazonlinux-2023-3007-9 + image: saltimages/salt-3008.0-py3:fedora-40 + - name: amazonlinux-2023-3008-0 driver: - image: saltimages/salt-3007.9-py3:amazonlinux-2023 - - name: amazonlinux-2-3007-9 + image: saltimages/salt-3008.0-py3:amazonlinux-2023 + - name: amazonlinux-2-3008-0 driver: - image: saltimages/salt-3007.9-py3:amazonlinux-2 - - name: oraclelinux-9-3007-9 + image: saltimages/salt-3008.0-py3:amazonlinux-2 + - name: oraclelinux-9-3008-0 driver: - image: saltimages/salt-3007.9-py3:oraclelinux-9 - - name: oraclelinux-8-3007-9 + image: saltimages/salt-3008.0-py3:oraclelinux-9 + - name: oraclelinux-8-3008-0 driver: - image: saltimages/salt-3007.9-py3:oraclelinux-8 - - name: almalinux-9-3007-9 + image: saltimages/salt-3008.0-py3:oraclelinux-8 + - name: almalinux-9-3008-0 driver: - image: saltimages/salt-3007.9-py3:almalinux-9 - - name: almalinux-8-3007-9 + image: saltimages/salt-3008.0-py3:almalinux-9 + - name: almalinux-8-3008-0 driver: - image: saltimages/salt-3007.9-py3:almalinux-8 - - name: rockylinux-9-3007-9 + image: saltimages/salt-3008.0-py3:almalinux-8 + - name: rockylinux-9-3008-0 driver: - image: saltimages/salt-3007.9-py3:rockylinux-9 - - name: rockylinux-8-3007-9 + image: saltimages/salt-3008.0-py3:rockylinux-9 + - name: rockylinux-8-3008-0 driver: - image: saltimages/salt-3007.9-py3:rockylinux-8 + image: saltimages/salt-3008.0-py3:rockylinux-8 - ## SALT `3006.17` - - name: debian-12-3006-17 + ## SALT `3007.14` + - name: debian-12-3007-14 driver: - image: saltimages/salt-3006.17-py3:debian-12 + image: saltimages/salt-3007.14-py3:debian-12 run_command: /lib/systemd/systemd - - name: debian-11-3006-17 + - name: debian-11-3007-14 driver: - image: saltimages/salt-3006.17-py3:debian-11 + image: saltimages/salt-3007.14-py3:debian-11 run_command: /lib/systemd/systemd - - name: ubuntu-2404-3006-17 + - name: ubuntu-2404-3007-14 driver: - image: saltimages/salt-3006.17-py3:ubuntu-24.04 + image: saltimages/salt-3007.14-py3:ubuntu-24.04 run_command: /lib/systemd/systemd - - name: ubuntu-2204-3006-17 + - name: ubuntu-2204-3007-14 driver: - image: saltimages/salt-3006.17-py3:ubuntu-22.04 + image: saltimages/salt-3007.14-py3:ubuntu-22.04 run_command: /lib/systemd/systemd - - name: ubuntu-2004-3006-17 + - name: ubuntu-2004-3007-14 driver: - image: saltimages/salt-3006.17-py3:ubuntu-20.04 + image: saltimages/salt-3007.14-py3:ubuntu-20.04 run_command: /lib/systemd/systemd - - name: centos-stream9-3006-17 + - name: centos-stream9-3007-14 driver: - image: saltimages/salt-3006.17-py3:centos-stream9 - - name: opensuse-tmbl-latest-3006-17 + image: saltimages/salt-3007.14-py3:centos-stream9 + - name: opensuse-leap-156-3007-14 driver: - image: saltimages/salt-3006.17-py3:opensuse-tumbleweed-latest - # Workaround to avoid intermittent failures on `opensuse-tumbleweed`: - # => SCP did not finish successfully (255): (Net::SCP::Error) - transport: - max_ssh_sessions: 1 - - name: opensuse-leap-156-3006-17 - driver: - image: saltimages/salt-3006.17-py3:opensuse-leap-15.6 + image: saltimages/salt-3007.14-py3:opensuse-leap-15.6 # Workaround to avoid intermittent failures on `opensuse-leap-15.6`: # => SCP did not finish successfully (255): (Net::SCP::Error) transport: max_ssh_sessions: 1 - - name: fedora-41-3006-17 + - name: opensuse-tmbl-latest-3007-14 driver: - image: saltimages/salt-3006.17-py3:fedora-41 - - name: fedora-40-3006-17 + image: saltimages/salt-3007.14-py3:opensuse-tumbleweed-latest + # Workaround to avoid intermittent failures on `opensuse-tumbleweed`: + # => SCP did not finish successfully (255): (Net::SCP::Error) + transport: + max_ssh_sessions: 1 + - name: fedora-41-3007-14 driver: - image: saltimages/salt-3006.17-py3:fedora-40 - - name: amazonlinux-2023-3006-17 + image: saltimages/salt-3007.14-py3:fedora-41 + - name: fedora-40-3007-14 driver: - image: saltimages/salt-3006.17-py3:amazonlinux-2023 - - name: amazonlinux-2-3006-17 + image: saltimages/salt-3007.14-py3:fedora-40 + - name: amazonlinux-2023-3007-14 driver: - image: saltimages/salt-3006.17-py3:amazonlinux-2 - - name: oraclelinux-9-3006-17 + image: saltimages/salt-3007.14-py3:amazonlinux-2023 + - name: amazonlinux-2-3007-14 driver: - image: saltimages/salt-3006.17-py3:oraclelinux-9 - - name: oraclelinux-8-3006-17 + image: saltimages/salt-3007.14-py3:amazonlinux-2 + - name: oraclelinux-9-3007-14 driver: - image: saltimages/salt-3006.17-py3:oraclelinux-8 - - name: almalinux-9-3006-17 + image: saltimages/salt-3007.14-py3:oraclelinux-9 + - name: oraclelinux-8-3007-14 driver: - image: saltimages/salt-3006.17-py3:almalinux-9 - - name: almalinux-8-3006-17 + image: saltimages/salt-3007.14-py3:oraclelinux-8 + - name: almalinux-9-3007-14 driver: - image: saltimages/salt-3006.17-py3:almalinux-8 - - name: rockylinux-9-3006-17 + image: saltimages/salt-3007.14-py3:almalinux-9 + - name: almalinux-8-3007-14 driver: - image: saltimages/salt-3006.17-py3:rockylinux-9 - - name: rockylinux-8-3006-17 + image: saltimages/salt-3007.14-py3:almalinux-8 + - name: rockylinux-9-3007-14 driver: - image: saltimages/salt-3006.17-py3:rockylinux-8 + image: saltimages/salt-3007.14-py3:rockylinux-9 + - name: rockylinux-8-3007-14 + driver: + image: saltimages/salt-3007.14-py3:rockylinux-8 + + ## SALT `3006.25` + - name: debian-12-3006-25 + driver: + image: saltimages/salt-3006.25-py3:debian-12 + run_command: /lib/systemd/systemd + - name: debian-11-3006-25 + driver: + image: saltimages/salt-3006.25-py3:debian-11 + run_command: /lib/systemd/systemd + - name: ubuntu-2404-3006-25 + driver: + image: saltimages/salt-3006.25-py3:ubuntu-24.04 + run_command: /lib/systemd/systemd + - name: ubuntu-2204-3006-25 + driver: + image: saltimages/salt-3006.25-py3:ubuntu-22.04 + run_command: /lib/systemd/systemd + - name: ubuntu-2004-3006-25 + driver: + image: saltimages/salt-3006.25-py3:ubuntu-20.04 + run_command: /lib/systemd/systemd + - name: centos-stream9-3006-25 + driver: + image: saltimages/salt-3006.25-py3:centos-stream9 + - name: opensuse-tmbl-latest-3006-25 + driver: + image: saltimages/salt-3006.25-py3:opensuse-tumbleweed-latest + # Workaround to avoid intermittent failures on `opensuse-tumbleweed`: + # => SCP did not finish successfully (255): (Net::SCP::Error) + transport: + max_ssh_sessions: 1 + - name: opensuse-leap-156-3006-25 + driver: + image: saltimages/salt-3006.25-py3:opensuse-leap-15.6 + # Workaround to avoid intermittent failures on `opensuse-leap-15.6`: + # => SCP did not finish successfully (255): (Net::SCP::Error) + transport: + max_ssh_sessions: 1 + - name: fedora-41-3006-25 + driver: + image: saltimages/salt-3006.25-py3:fedora-41 + - name: fedora-40-3006-25 + driver: + image: saltimages/salt-3006.25-py3:fedora-40 + - name: amazonlinux-2023-3006-25 + driver: + image: saltimages/salt-3006.25-py3:amazonlinux-2023 + - name: amazonlinux-2-3006-25 + driver: + image: saltimages/salt-3006.25-py3:amazonlinux-2 + - name: oraclelinux-9-3006-25 + driver: + image: saltimages/salt-3006.25-py3:oraclelinux-9 + - name: oraclelinux-8-3006-25 + driver: + image: saltimages/salt-3006.25-py3:oraclelinux-8 + - name: almalinux-9-3006-25 + driver: + image: saltimages/salt-3006.25-py3:almalinux-9 + - name: almalinux-8-3006-25 + driver: + image: saltimages/salt-3006.25-py3:almalinux-8 + - name: rockylinux-9-3006-25 + driver: + image: saltimages/salt-3006.25-py3:rockylinux-9 + - name: rockylinux-8-3006-25 + driver: + image: saltimages/salt-3006.25-py3:rockylinux-8 ########################################################## # This file is managed as part of a Copier template. #