From fb738ab5a851130d0eb7750ff3354ee6c84aa083 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 15 Dec 2022 04:32:13 -0800 Subject: [PATCH 01/77] Standardise files with files in sous-chefs/repo-management (#106) --- .github/workflows/md-links.yml | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml index ba887a1..13a60f3 100644 --- a/.github/workflows/md-links.yml +++ b/.github/workflows/md-links.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: markdown-link-check uses: gaurav-nelson/github-action-markdown-link-check@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f87f8b..8c59d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of golang. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 5.4.0 - *2022-08-08* - Use `node['golang']['install_dir']` attribute in default recipe. From 1a37213827ab4ba6aa26d7676da21e90b0cbd56e Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 15 Dec 2022 04:32:16 -0800 Subject: [PATCH 02/77] Update changelog for 5.4.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c59d62..787cbd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.1 - *2022-12-15* Standardise files with files in sous-chefs/repo-management From c6ce3397066d3179a227fa93183d59241018c5ac Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 15 Dec 2022 04:32:17 -0800 Subject: [PATCH 03/77] Update metadata for 5.4.1 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index b3f22d2..2a0d598 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.0' +version '5.4.1' supports 'debian' supports 'ubuntu' From c523174547377d8d96461142ba35b8a46670ccc4 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 15 Dec 2022 04:32:19 -0800 Subject: [PATCH 04/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 787cbd7..4277e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.1 - *2022-12-15* Standardise files with files in sous-chefs/repo-management From 03a69b2a2490f87c73b95cb379b97c7dcf4132fa Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Tue, 14 Feb 2023 09:21:46 +0000 Subject: [PATCH 05/77] Remove CircleCI (#108) --- .circleci/config.yml | 10 ---------- .github/workflows/ci.yml | 10 +++++----- 2 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 8af810e..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -version: 2.1 -orbs: - kitchen: sous-chefs/kitchen@2 -workflows: - danger: - jobs: - - kitchen/danger: - name: danger - context: Danger-Minimal diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af63f35..2e52909 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,9 +42,9 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Install Chef - uses: actionshub/chef-install@main + uses: actionshub/chef-install@2.0.4 - name: Dokken - uses: actionshub/test-kitchen@main + uses: actionshub/test-kitchen@2.1.0 env: CHEF_LICENSE: accept-no-persist KITCHEN_LOCAL_YAML: kitchen.dokken.yml @@ -54,6 +54,6 @@ jobs: - name: Print debug output on failure if: failure() run: | - set -x - sudo journalctl -l --since today - KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l" + set -x + sudo journalctl -l --since today + KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l" From 890f8e815a1dada8dbd9ebfbaebaf3dafabe8ed5 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:17:08 +0000 Subject: [PATCH 06/77] Standardise files with files in sous-chefs/repo-management (#109) Signed-off-by: kitchen-porter --- CHANGELOG.md | 2 ++ renovate.json | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 renovate.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 4277e1e..a79eb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of golang. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 5.4.1 - *2022-12-15* Standardise files with files in sous-chefs/repo-management diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7e7a8ba --- /dev/null +++ b/renovate.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base"], + "packageRules": [{ + "groupName": "Actions", + "matchUpdateTypes": ["patch", "pin", "digest"], + "automerge": true, + "addLabels": ["Release: Patch", "Skip: Announcements"] + }, + { + "groupName": "Actions", + "matchUpdateTypes": ["major"], + "automerge": false, + "addLabels": ["Release: Patch", "Skip: Announcements"] + } + ] +} From 9406264c6cbf1b1c38dc5747f29d622b187fb37e Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:17:12 +0000 Subject: [PATCH 07/77] Update changelog for 5.4.2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a79eb2a..2b36cc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.2 - *2023-02-15* Standardise files with files in sous-chefs/repo-management From 50fea0a9b2c7efaf5ec41f5abcbc7ebcf77789f0 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:17:12 +0000 Subject: [PATCH 08/77] Update metadata for 5.4.2 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 2a0d598..c5bf549 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.1' +version '5.4.2' supports 'debian' supports 'ubuntu' From 27903e8fef1fe7054bbf55e15fc8ed2eed4068d0 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:17:21 +0000 Subject: [PATCH 09/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b36cc5..3a8a3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.2 - *2023-02-15* Standardise files with files in sous-chefs/repo-management From 9a0e0cb28754a3321af9d64829577f93ffa87cc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:20:28 +0000 Subject: [PATCH 10/77] Update Actions (#110) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Webb --- .github/workflows/ci.yml | 2 +- .github/workflows/stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e52909..8094a97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Chef uses: actionshub/chef-install@2.0.4 - name: Dokken diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9e2ff38..19d86db 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v3 + - uses: actions/stale@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }} close-issue-message: > From 0d43d7259d571f30d6dc29db912659ba602ea907 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:20:31 +0000 Subject: [PATCH 11/77] Update changelog for 5.4.3 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8a3d6..d67cbe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.3 - *2023-02-15* ## 5.4.2 - *2023-02-15* From 14f1d4286cfcfd6adaa895720e74eeea02262261 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:20:32 +0000 Subject: [PATCH 12/77] Update metadata for 5.4.3 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index c5bf549..5c1859e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.2' +version '5.4.3' supports 'debian' supports 'ubuntu' From 6fff2de84581f29aadb24aac24758eebb4f4ac6e Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:20:36 +0000 Subject: [PATCH 13/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67cbe6..e41a801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.3 - *2023-02-15* ## 5.4.2 - *2023-02-15* From a652039a8048c24590e731a1620473871558ff9a Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:05:39 +0000 Subject: [PATCH 14/77] Standardise files with files in sous-chefs/repo-management (#112) Signed-off-by: kitchen-porter --- .github/workflows/md-links.yml | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml index 13a60f3..208cb1a 100644 --- a/.github/workflows/md-links.yml +++ b/.github/workflows/md-links.yml @@ -13,7 +13,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@v1 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.13 with: use-verbose-mode: "yes" folder-path: "documentation" diff --git a/CHANGELOG.md b/CHANGELOG.md index e41a801..628ac68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of golang. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 5.4.3 - *2023-02-15* ## 5.4.2 - *2023-02-15* From 7323c70a1014ab4d0995f067cd2d3ea5fc8d07e6 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:05:43 +0000 Subject: [PATCH 15/77] Update changelog for 5.4.4 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 628ac68..a3fb22a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.4 - *2023-02-23* Standardise files with files in sous-chefs/repo-management From 356a655dba977f04f4ec4fe177a8616c9806135a Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:05:43 +0000 Subject: [PATCH 16/77] Update metadata for 5.4.4 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 5c1859e..adcf822 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.3' +version '5.4.4' supports 'debian' supports 'ubuntu' From 3c147e51ba5a5015202401e46cb8195614d0d893 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:05:46 +0000 Subject: [PATCH 17/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3fb22a..33f2a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.4 - *2023-02-23* Standardise files with files in sous-chefs/repo-management From 1696c015f871081d6fc8be967333acd0ca6cd4c6 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Thu, 2 Mar 2023 11:03:24 +0000 Subject: [PATCH 18/77] [skip ci] Fix yaml (#114) --- .github/workflows/ci.yml | 2 +- .github/workflows/md-links.yml | 19 ------------------- .markdownlint-cli2.yaml | 4 ++++ .vscode/extensions.json | 6 +++--- 4 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 .github/workflows/md-links.yml create mode 100644 .markdownlint-cli2.yaml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8094a97..33ff76e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@0.0.3 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.1 integration: needs: lint-unit diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml deleted file mode 100644 index 208cb1a..0000000 --- a/.github/workflows/md-links.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: md-links - -"on": - pull_request: - push: - branches: [main] - -jobs: - md-links: - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v3 - - name: markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@1.0.13 - with: - use-verbose-mode: "yes" - folder-path: "documentation" diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml new file mode 100644 index 0000000..dffb96a --- /dev/null +++ b/.markdownlint-cli2.yaml @@ -0,0 +1,4 @@ +config: + ul-indent: false # MD007 + line-length: false # MD013 + no-duplicate-heading/no-duplicate-header: false # MD024 diff --git a/.vscode/extensions.json b/.vscode/extensions.json index cd77725..80fa82b 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,7 @@ { "recommendations": [ - "chef-software.chef", - "rebornix.ruby", - "editorconfig.editorconfig" + "chef-software.chef", + "rebornix.ruby", + "editorconfig.editorconfig" ] } From ac07ff2aab64375a6c005a4840e6971a1667f9dc Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:03:28 +0000 Subject: [PATCH 19/77] Update changelog for 5.4.5 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f2a59..e32551e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.5 - *2023-03-02* ## 5.4.4 - *2023-02-23* From 9b89b73f5ce69b1c13ba9fd6a950cf5533d8a2a3 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:03:28 +0000 Subject: [PATCH 20/77] Update metadata for 5.4.5 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index adcf822..e88d813 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.4' +version '5.4.5' supports 'debian' supports 'ubuntu' From aff4f9667bf34379bf3ae53050a7169ad0441e2a Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:03:34 +0000 Subject: [PATCH 21/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e32551e..782135f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.5 - *2023-03-02* ## 5.4.4 - *2023-02-23* From 9bceca795f202a14cf2df9d35e6a36798e795a47 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:06:41 +0000 Subject: [PATCH 22/77] Automated PR: Standardising Files This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook --- .github/workflows/md-links.yml | 19 +++++++++++++++++++ .markdownlint-cli2.yaml | 1 + .vscode/extensions.json | 3 ++- .yamllint | 2 ++ CHANGELOG.md | 2 ++ 5 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/md-links.yml diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml new file mode 100644 index 0000000..208cb1a --- /dev/null +++ b/.github/workflows/md-links.yml @@ -0,0 +1,19 @@ +--- +name: md-links + +"on": + pull_request: + push: + branches: [main] + +jobs: + md-links: + runs-on: ubuntu-latest + steps: + - name: Check out code + uses: actions/checkout@v3 + - name: markdown-link-check + uses: gaurav-nelson/github-action-markdown-link-check@1.0.13 + with: + use-verbose-mode: "yes" + folder-path: "documentation" diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index dffb96a..ce8cafb 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -2,3 +2,4 @@ config: ul-indent: false # MD007 line-length: false # MD013 no-duplicate-heading/no-duplicate-header: false # MD024 + diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 80fa82b..51d0ae7 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,6 +2,7 @@ "recommendations": [ "chef-software.chef", "rebornix.ruby", - "editorconfig.editorconfig" + "editorconfig.editorconfig", + "DavidAnson.vscode-markdownlint" ] } diff --git a/.yamllint b/.yamllint index 1b5cea0..0046b23 100644 --- a/.yamllint +++ b/.yamllint @@ -11,3 +11,5 @@ rules: max-spaces-inside: 1 min-spaces-inside-empty: -1 max-spaces-inside-empty: -1 + comments: + min-spaces-from-content: 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 782135f..5c8856b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of golang. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 5.4.5 - *2023-03-02* ## 5.4.4 - *2023-02-23* From 9c89a3be074276441ea1ebfa3a31a7798e202989 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:06:45 +0000 Subject: [PATCH 23/77] Update changelog for 5.4.6 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8856b..c67e386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.6 - *2023-03-15* Standardise files with files in sous-chefs/repo-management From fdc7e293b7d76e8ba99ef794e0e5ebda56a8928b Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:06:46 +0000 Subject: [PATCH 24/77] Update metadata for 5.4.6 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index e88d813..9f557f4 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.5' +version '5.4.6' supports 'debian' supports 'ubuntu' From 2417e77374551733faa075f3739c9bdcd9287b9a Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:06:48 +0000 Subject: [PATCH 25/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67e386..7d11319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.6 - *2023-03-15* Standardise files with files in sous-chefs/repo-management From d0095b1be300bd64b761b61d522cc8b9fc6af575 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:12:35 +0000 Subject: [PATCH 26/77] Automated PR: Standardising Files [skip ci] This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook --- .markdownlint-cli2.yaml | 3 +-- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index ce8cafb..0cb05b4 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -1,5 +1,4 @@ config: ul-indent: false # MD007 line-length: false # MD013 - no-duplicate-heading/no-duplicate-header: false # MD024 - + no-duplicate-heading: false # MD024 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d11319..e0373fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of golang. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 5.4.6 - *2023-03-15* Standardise files with files in sous-chefs/repo-management From 4ed48bcd8328b555ebc2513ab4bcba52b50b7630 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:12:39 +0000 Subject: [PATCH 27/77] Update changelog for 5.4.7 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0373fb..24fec3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.7 - *2023-03-20* Standardise files with files in sous-chefs/repo-management From 210bc29ac6196473c40e8c2977be87b6c1e2790f Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:12:40 +0000 Subject: [PATCH 28/77] Update metadata for 5.4.7 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 9f557f4..e7430e8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.6' +version '5.4.7' supports 'debian' supports 'ubuntu' From 513a583018f487674ab7588c025149fa72588b3c Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:12:43 +0000 Subject: [PATCH 29/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24fec3a..ee10a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.7 - *2023-03-20* Standardise files with files in sous-chefs/repo-management From 0f7cba19a34f0152dfe2695619c9f0902f81ed9f Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:20:10 +0100 Subject: [PATCH 30/77] Automated PR: Standardising Files [skip ci] This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook --- .markdownlint-cli2.yaml | 1 + CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 0cb05b4..6fa8e77 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -2,3 +2,4 @@ config: ul-indent: false # MD007 line-length: false # MD013 no-duplicate-heading: false # MD024 + reference-links-images: false # MD052 diff --git a/CHANGELOG.md b/CHANGELOG.md index ee10a2f..6e38ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of golang. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 5.4.7 - *2023-03-20* Standardise files with files in sous-chefs/repo-management From 0556c7ec456c7d6ba941aea945c357ad593b2e44 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:20:13 +0100 Subject: [PATCH 31/77] Update changelog for 5.4.8 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e38ad7..1e04c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.8 - *2023-04-01* Standardise files with files in sous-chefs/repo-management From 498c0137da04684d19a7fffd03862f33c56ba8d3 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:20:14 +0100 Subject: [PATCH 32/77] Update metadata for 5.4.8 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index e7430e8..37abb47 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.7' +version '5.4.8' supports 'debian' supports 'ubuntu' From f3d6400feed4a564e412594ee16de72793f8a84d Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 08:20:16 +0100 Subject: [PATCH 33/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e04c2b..4a3c668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.8 - *2023-04-01* Standardise files with files in sous-chefs/repo-management From 19b747705b4eadc952938b8ac56918e01f741928 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:46:45 +0800 Subject: [PATCH 34/77] Update actions/stale action to v8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://togithub.com/actions/stale) | action | major | `v7` -> `v8` | --- ### Release Notes
actions/stale ### [`v8`](https://togithub.com/actions/stale/compare/v7...v8) [Compare Source](https://togithub.com/actions/stale/compare/v7...v8)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/golang). --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 19d86db..4bb59c6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v7 + - uses: actions/stale@v8 with: repo-token: ${{ secrets.GITHUB_TOKEN }} close-issue-message: > From 2109e5993fa47d79f9c7763ba69d4640a0b0ef87 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 13:46:48 +0100 Subject: [PATCH 35/77] Update changelog for 5.4.9 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3c668..47fc54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.9 - *2023-04-01* ## 5.4.8 - *2023-04-01* From bcf027ea715f72115a37187c2e006c0142f3c907 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 13:46:49 +0100 Subject: [PATCH 36/77] Update metadata for 5.4.9 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 37abb47..8c89695 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.8' +version '5.4.9' supports 'debian' supports 'ubuntu' From 46c6b05061dce35d373b84776c9692e83e128a67 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 13:46:52 +0100 Subject: [PATCH 37/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47fc54e..53a9b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.9 - *2023-04-01* ## 5.4.8 - *2023-04-01* From 12ad4ba7d1acb326d085c2055ad7b38011e71600 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 20:53:06 +0800 Subject: [PATCH 38/77] Update gaurav-nelson/github-action-markdown-link-check action to v1.0.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` | --- ### Release Notes
gaurav-nelson/github-action-markdown-link-check ### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15) [Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15) ##### Changes - [https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/168](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/pull/168) - Respect folder-path when check-modified-files-only == yes: Thank you [@​exoego](https://togithub.com/exoego) Thank you [@​mgrojo](https://togithub.com/mgrojo) [@​qaristote](https://togithub.com/qaristote) [@​RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes. ### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14) [Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14) ### Important ‼️ This version is in beta. Use `1.0.13` or `v1` which are the stable versions. *** ##### Changes - [https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/116](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/pull/116) - Changed the base image to more stage Node image `node:lts-alpine` - [https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/126](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/pull/126) - Use markdown-link-check version 3.9.3 - [https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/148](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/pull/148) - Fully disable the Git ownership check - [https://github.com/gaurav-nelson/github-action-markdown-link-check/pull/144](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/pull/144) - Update markdown-lint-check to v3.10.2 Thank you [@​thanethomson](https://togithub.com/thanethomson) [@​edumco](https://togithub.com/edumco) [@​Pandapip1](https://togithub.com/Pandapip1) [@​creachadair](https://togithub.com/creachadair) [@​bogdandrutu](https://togithub.com/bogdandrutu)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/golang). --- .github/workflows/md-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml index 208cb1a..e5c1e7a 100644 --- a/.github/workflows/md-links.yml +++ b/.github/workflows/md-links.yml @@ -13,7 +13,7 @@ jobs: - name: Check out code uses: actions/checkout@v3 - name: markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@1.0.13 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 with: use-verbose-mode: "yes" folder-path: "documentation" From b7fe86e4bb47daea622ea7a01552e005cee7c110 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 13:53:09 +0100 Subject: [PATCH 39/77] Update changelog for 5.4.10 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a9b21..17d7a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.10 - *2023-04-01* ## 5.4.9 - *2023-04-01* From fa15123cac9610b5c63d74967da4a9cadc174ae1 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 13:53:10 +0100 Subject: [PATCH 40/77] Update metadata for 5.4.10 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 8c89695..41fb939 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.9' +version '5.4.10' supports 'debian' supports 'ubuntu' From e48e8d03c49cce0c22c92388e0bb06fc40420756 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 1 Apr 2023 13:53:12 +0100 Subject: [PATCH 41/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d7a85..80bfb4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.10 - *2023-04-01* ## 5.4.9 - *2023-04-01* From 34308e5c85b2332473223fda4cbda56d9c77edc6 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 7 Apr 2023 06:02:30 +0100 Subject: [PATCH 42/77] Automated PR: Standardising Files [skip ci] This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook --- .overcommit.yml | 14 +++++-- CHANGELOG.md | 2 + kitchen.dokken.yml | 96 ++++++++++++++++++++++++++++++++++++---------- kitchen.exec.yml | 7 ++++ kitchen.global.yml | 38 ++++++++++++++++++ 5 files changed, 134 insertions(+), 23 deletions(-) create mode 100644 kitchen.exec.yml create mode 100644 kitchen.global.yml diff --git a/.overcommit.yml b/.overcommit.yml index cd8682a..0e89a3c 100644 --- a/.overcommit.yml +++ b/.overcommit.yml @@ -4,13 +4,21 @@ PreCommit: enabled: true YamlLint: enabled: true - Rspec: + required_executable: "yamllint" + ChefSpec: enabled: true - required_executable: 'rspec' + required_executable: "chef" + command: ["chef", "exec", "rspec"] Cookstyle: enabled: true - required_executable: 'cookstyle' + required_executable: "cookstyle" command: ["cookstyle"] + MarkdownLint: + enabled: false + required_executable: "npx" + command: ["npx", "markdownlint-cli2", "'**/*.md'"] + include: ["**/*.md"] + CommitMsg: HardTabs: enabled: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bfb4f..951290d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of golang. ## Unreleased +Standardise files with files in sous-chefs/repo-management + ## 5.4.10 - *2023-04-01* ## 5.4.9 - *2023-04-01* diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 8b11e7e..47eff95 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -1,57 +1,113 @@ ---- driver: name: dokken privileged: true - -transport: - name: dokken - -provisioner: - name: dokken chef_version: <%= ENV['CHEF_VERSION'] || 'current' %> - chef_license: accept-no-persist + +transport: { name: dokken } +provisioner: { name: dokken } platforms: - name: almalinux-8 driver: image: dokken/almalinux-8 + pid_one_command: /usr/lib/systemd/systemd - - name: amazonlinux-2 - driver: - image: dokken/amazonlinux-2 - - - name: debian-10 + - name: almalinux-9 driver: - image: dokken/debian-10 + image: dokken/almalinux-9 + pid_one_command: /usr/lib/systemd/systemd - - name: debian-11 + - name: amazonlinux-2023 driver: - image: dokken/debian-11 + image: dokken/amazonlinux-2023 + pid_one_command: /usr/lib/systemd/systemd - name: centos-7 driver: image: dokken/centos-7 + pid_one_command: /usr/lib/systemd/systemd - name: centos-stream-8 driver: image: dokken/centos-stream-8 + pid_one_command: /usr/lib/systemd/systemd + + - name: centos-stream-9 + driver: + image: dokken/centos-stream-9 + pid_one_command: /usr/lib/systemd/systemd + + - name: debian-9 + driver: + image: dokken/debian-9 + pid_one_command: /bin/systemd + + - name: debian-10 + driver: + image: dokken/debian-10 + pid_one_command: /bin/systemd + + - name: debian-11 + driver: + image: dokken/debian-11 + pid_one_command: /bin/systemd + + - name: debian-12 + driver: + image: dokken/debian-12 + pid_one_command: /bin/systemd - name: fedora-latest driver: image: dokken/fedora-latest + pid_one_command: /usr/lib/systemd/systemd + + - name: opensuse-leap-15 + driver: + image: dokken/opensuse-leap-15 + pid_one_command: /usr/lib/systemd/systemd + + - name: oraclelinux-7 + driver: + image: dokken/oraclelinux-7 + pid_one_command: /usr/lib/systemd/systemd + + - name: oraclelinux-8 + driver: + image: dokken/oraclelinux-8 + pid_one_command: /usr/lib/systemd/systemd + + - name: oraclelinux-9 + driver: + image: dokken/oraclelinux-9 + pid_one_command: /usr/lib/systemd/systemd + + - name: rockylinux-8 + driver: + image: dokken/rockylinux-8 + pid_one_command: /usr/lib/systemd/systemd + + - name: rockylinux-9 + driver: + image: dokken/rockylinux-9 + pid_one_command: /usr/lib/systemd/systemd - name: ubuntu-18.04 driver: image: dokken/ubuntu-18.04 + pid_one_command: /bin/systemd - name: ubuntu-20.04 driver: image: dokken/ubuntu-20.04 + pid_one_command: /bin/systemd - - name: rockylinux-8 + - name: ubuntu-22.04 driver: - image: dokken/rockylinux-8 + image: dokken/ubuntu-22.04 + pid_one_command: /bin/systemd - - name: opensuse-leap-15 + - name: ubuntu-23.04 driver: - image: dokken/opensuse-leap-15 + image: dokken/ubuntu-23.04 + pid_one_command: /bin/systemd diff --git a/kitchen.exec.yml b/kitchen.exec.yml new file mode 100644 index 0000000..ba7b2a9 --- /dev/null +++ b/kitchen.exec.yml @@ -0,0 +1,7 @@ +--- +driver: { name: exec } +transport: { name: exec } + +platforms: + - name: macos-latest + - name: windows-latest diff --git a/kitchen.global.yml b/kitchen.global.yml new file mode 100644 index 0000000..a382fcd --- /dev/null +++ b/kitchen.global.yml @@ -0,0 +1,38 @@ +--- +provisioner: + name: chef_infra + product_name: chef + product_version: <%= ENV['CHEF_VERSION'] || 'latest' %> + channel: stable + install_strategy: once + chef_license: accept + enforce_idempotency: <%= ENV['ENFORCE_IDEMPOTENCY'] || true %> + multiple_converge: <%= ENV['MULTIPLE_CONVERGE'] || 2 %> + deprecations_as_errors: true + log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %> + +verifier: + name: inspec + +platforms: + - name: almalinux-8 + - name: almalinux-9 + - name: amazonlinux-2023 + - name: centos-7 + - name: centos-stream-8 + - name: centos-stream-9 + - name: debian-9 + - name: debian-10 + - name: debian-11 + - name: debian-12 + - name: fedora-latest + - name: opensuse-leap-15 + - name: oraclelinux-7 + - name: oraclelinux-8 + - name: oraclelinux-9 + - name: rockylinux-8 + - name: rockylinux-9 + - name: ubuntu-18.04 + - name: ubuntu-20.04 + - name: ubuntu-22.04 + - name: ubuntu-23.04 From 4cb2c2c71126cf0afa91f81465181d7af1d941b3 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 7 Apr 2023 06:02:33 +0100 Subject: [PATCH 43/77] Update changelog for 5.4.11 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951290d..35a5d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.11 - *2023-04-07* Standardise files with files in sous-chefs/repo-management From 92a19c8f3f8bc24f44bb640499941133cad48285 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 7 Apr 2023 06:02:34 +0100 Subject: [PATCH 44/77] Update metadata for 5.4.11 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 41fb939..ee36d6e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.10' +version '5.4.11' supports 'debian' supports 'ubuntu' From 23823346a1da7aeab62b914a3404e472cc22bc8f Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 7 Apr 2023 06:02:36 +0100 Subject: [PATCH 45/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a5d21..9aef053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.11 - *2023-04-07* Standardise files with files in sous-chefs/repo-management From 26a97debf09a743fd9b7cc316b3747abadfd4a8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:46:00 +0100 Subject: [PATCH 46/77] Update sous-chefs/.github action to v2.0.2 (#121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33ff76e..393cf78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.1 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.2 integration: needs: lint-unit From 90cb1dc9461f95b9cfdff98448638764d37fe981 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:46:05 +0100 Subject: [PATCH 47/77] Update changelog for 5.4.12 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aef053..f8c3446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.12 - *2023-04-17* ## 5.4.11 - *2023-04-07* From b855c84c05be90eb2ac0adf92e612c93be4bf77c Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:46:05 +0100 Subject: [PATCH 48/77] Update metadata for 5.4.12 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index ee36d6e..4a076ee 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.11' +version '5.4.12' supports 'debian' supports 'ubuntu' From 730526b1f9190afec23f14017be2c8d10dc26abf Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:46:08 +0100 Subject: [PATCH 49/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c3446..77d0d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.12 - *2023-04-17* ## 5.4.11 - *2023-04-07* From 6ae1b78b88d678ef97c9811bb99c035e0c658ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 12:18:56 +0100 Subject: [PATCH 50/77] Update sous-chefs/.github action to v2.0.4 (#122) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 393cf78..985c41a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.2 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.4 integration: needs: lint-unit From b23eae8b016dff2f2b5b40f171d74996e84ad429 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 17 May 2023 12:19:00 +0100 Subject: [PATCH 51/77] Update changelog for 5.4.13 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d0d21..8fc0f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.13 - *2023-05-17* ## 5.4.12 - *2023-04-17* From 487688ad1b034a3bd02d76e103308029983a9812 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 17 May 2023 12:19:00 +0100 Subject: [PATCH 52/77] Update metadata for 5.4.13 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 4a076ee..05a4c67 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.12' +version '5.4.13' supports 'debian' supports 'ubuntu' From f297d9ae9e25c8fd420f4ee9e5f2b68e166943ad Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 17 May 2023 12:19:04 +0100 Subject: [PATCH 53/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc0f76..f840dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.13 - *2023-05-17* ## 5.4.12 - *2023-04-17* From f1c104fbc13749b43352184565ea80d65ccc3725 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:54:50 +0100 Subject: [PATCH 54/77] Update actions/checkout action to v4 (#124) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/md-links.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 985c41a..39fa0c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Install Chef uses: actionshub/chef-install@2.0.4 - name: Dokken diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml index e5c1e7a..b4f2de1 100644 --- a/.github/workflows/md-links.yml +++ b/.github/workflows/md-links.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: markdown-link-check uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 with: From 0ad20ef7aba5535fe6c0c5c592e4939fb88cbeac Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:54:53 +0100 Subject: [PATCH 55/77] Update changelog for 5.4.14 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f840dd8..cd3487d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.14 - *2023-09-04* ## 5.4.13 - *2023-05-17* From dbdb58f798d45da1d94389734c904abfb4cb7b49 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:54:53 +0100 Subject: [PATCH 56/77] Update metadata for 5.4.14 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 05a4c67..8c4045c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.13' +version '5.4.14' supports 'debian' supports 'ubuntu' From b969281e4ee180de7d1e2dc7d05b68c71993007c Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:54:56 +0100 Subject: [PATCH 57/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3487d..8c1127b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.14 - *2023-09-04* ## 5.4.13 - *2023-05-17* From a515643f0fc92d40009ef8630878935eaeb8fd36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:25:29 +0800 Subject: [PATCH 58/77] Update Actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `3df4ab1` -> `8ade135` | | [sous-chefs/.github](https://togithub.com/sous-chefs/.github) | action | patch | `2.0.4` -> `2.0.6` | --- ### Release Notes
sous-chefs/.github (sous-chefs/.github) ### [`v2.0.6`](https://togithub.com/sous-chefs/.github/releases/tag/2.0.6) [Compare Source](https://togithub.com/sous-chefs/.github/compare/2.0.5...2.0.6) #### What's Changed - chore(deps): update davidanson/markdownlint-cli2-action action to v11 by [@​renovate](https://togithub.com/renovate) in [https://github.com/sous-chefs/.github/pull/26](https://togithub.com/sous-chefs/.github/pull/26) - chore(deps): update actions (major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/sous-chefs/.github/pull/27](https://togithub.com/sous-chefs/.github/pull/27) **Full Changelog**: https://github.com/sous-chefs/.github/compare/2.0.5...2.0.6 ### [`v2.0.5`](https://togithub.com/sous-chefs/.github/releases/tag/2.0.5) [Compare Source](https://togithub.com/sous-chefs/.github/compare/2.0.4...2.0.5) #### What's Changed - Only run check-metadata on a PR ([#​24](https://togithub.com/sous-chefs/.github/issues/24)) - allow the chef workstation version to be passed to install chef ([#​25](https://togithub.com/sous-chefs/.github/issues/25)) #### New Contributors - [@​b-dean](https://togithub.com/b-dean) made their first contribution in [https://github.com/sous-chefs/.github/pull/25](https://togithub.com/sous-chefs/.github/pull/25) **Full Changelog**: https://github.com/sous-chefs/.github/compare/2.0.4...2.0.5
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sous-chefs/golang). --- .github/workflows/ci.yml | 4 ++-- .github/workflows/md-links.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39fa0c6..164a60b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.4 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6 integration: needs: lint-unit @@ -40,7 +40,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Install Chef uses: actionshub/chef-install@2.0.4 - name: Dokken diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml index b4f2de1..abdae23 100644 --- a/.github/workflows/md-links.yml +++ b/.github/workflows/md-links.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: markdown-link-check uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 with: From 57f01a260eb5a8a5916238aac4b379924737b7b1 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 28 Sep 2023 02:25:32 +0100 Subject: [PATCH 59/77] Update changelog for 5.4.15 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c1127b..fb5921c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.15 - *2023-09-28* ## 5.4.14 - *2023-09-04* From e174c5b5abdcba96bb811817953937bbdf070dd5 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 28 Sep 2023 02:25:33 +0100 Subject: [PATCH 60/77] Update metadata for 5.4.15 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 8c4045c..9106f78 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.14' +version '5.4.15' supports 'debian' supports 'ubuntu' From 9d19aee366be89e0f0c66050f4a8d0bffa902079 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 28 Sep 2023 02:25:35 +0100 Subject: [PATCH 61/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb5921c..07f3596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.15 - *2023-09-28* ## 5.4.14 - *2023-09-04* From 44fad840b9c0e758e62deb650a5cbb753c20dbe8 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 10:31:36 +0000 Subject: [PATCH 62/77] Update standard files Signed-off-by: Dan Webb --- documentation/resources/golang.md | 4 ++-- renovate.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/documentation/resources/golang.md b/documentation/resources/golang.md index 8377840..a537323 100644 --- a/documentation/resources/golang.md +++ b/documentation/resources/golang.md @@ -18,9 +18,9 @@ | directory_mode | mode for user directories | String | Default 0755 | | version | Version of go to install | String | Default 1.14.4 | | source_version | Version of go to compile from source | String | Default 1.14.4 | -| url | Location of the golang binary package for the target version | String | Default https://golang.org/dl and computed from the OS and version | +| url | Location of the golang binary package for the target version | String | Default and computed from the OS and version | | from_source | Install and compile golang from source | True, False | Default false | -| source_url | Location of the golang source url for the source version | String | Default https://golang.org/dl and computed from the version | +| source_url | Location of the golang source url for the source version | String | Default and computed from the version | | source_method | Compile script in the golang source package | String | Default all.bash | | scm | Install SCM packages, git and mercurial | True, False | Default True | | scm_packages | Source control packages to install | String, Array | Default [git mercurial] | diff --git a/renovate.json b/renovate.json index 7e7a8ba..a0b29c8 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], - "packageRules": [{ + "packageRules": [ + { "groupName": "Actions", - "matchUpdateTypes": ["patch", "pin", "digest"], + "matchUpdateTypes": ["minor", "patch", "pin"], "automerge": true, "addLabels": ["Release: Patch", "Skip: Announcements"] }, From 53f58d2e6e6afd8f9ba6fd9466ec7b91211e94b5 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 10:46:28 +0000 Subject: [PATCH 63/77] Update standardfiles Signed-off-by: Dan Webb --- .github/workflows/ci.yml | 2 +- .github/workflows/md-links.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 164a60b..609ed5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 # v4 - name: Install Chef uses: actionshub/chef-install@2.0.4 - name: Dokken diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml index abdae23..657468b 100644 --- a/.github/workflows/md-links.yml +++ b/.github/workflows/md-links.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@v4 # v4 - name: markdown-link-check uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 with: From 627dfd393f3b3521e8ba4933e670b977a6a1114c Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 11:30:30 +0000 Subject: [PATCH 64/77] Remove markdown links CI action --- .github/workflows/md-links.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/md-links.yml diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml deleted file mode 100644 index 657468b..0000000 --- a/.github/workflows/md-links.yml +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: md-links - -"on": - pull_request: - push: - branches: [main] - -jobs: - md-links: - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v4 # v4 - - name: markdown-link-check - uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 - with: - use-verbose-mode: "yes" - folder-path: "documentation" From 25ce3e68b14f2b942e93b0a1070d9e45206775db Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 1 Nov 2023 13:26:15 +0000 Subject: [PATCH 65/77] Update lint-unit to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 609ed5b..099023a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0 integration: needs: lint-unit From d0344be5168bca8b92cae3408d01736934fe0143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:07:56 +0000 Subject: [PATCH 66/77] Update actions/stale action to v9 (#128) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4bb59c6..d4dae8f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} close-issue-message: > From e08256ecfe0831f60ded3e71e91f2f5c2db201c9 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:07:59 +0000 Subject: [PATCH 67/77] Update changelog for 5.4.16 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f3596..484993f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.16 - *2023-12-21* ## 5.4.15 - *2023-09-28* From 1b748a34124e5b5163efb0d7fe77ebb3ba53febb Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:08:00 +0000 Subject: [PATCH 68/77] Update metadata for 5.4.16 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 9106f78..e5c4c53 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.15' +version '5.4.16' supports 'debian' supports 'ubuntu' From ebd88b98cd7073faf91b0f2e89cb451bb805d003 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 21 Dec 2023 09:08:02 +0000 Subject: [PATCH 69/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 484993f..1db7188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.16 - *2023-12-21* ## 5.4.15 - *2023-09-28* From f04d8875b69f2cbfb692a3b1a9582fb003b2b48f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 18:13:34 -0500 Subject: [PATCH 70/77] Update Actions to v3 (#131) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 099023a..822af30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,9 +42,9 @@ jobs: - name: Check out code uses: actions/checkout@v4 # v4 - name: Install Chef - uses: actionshub/chef-install@2.0.4 + uses: actionshub/chef-install@3.0.0 - name: Dokken - uses: actionshub/test-kitchen@2.1.0 + uses: actionshub/test-kitchen@3.0.0 env: CHEF_LICENSE: accept-no-persist KITCHEN_LOCAL_YAML: kitchen.dokken.yml From 3920a157195b852127862609c5e4f40356970667 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 4 May 2024 00:13:38 +0100 Subject: [PATCH 71/77] Update changelog for 5.4.17 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db7188..1449e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.17 - *2024-05-03* ## 5.4.16 - *2023-12-21* From 532efa2d78be3c1c2b21c5bd2631f629175b8e56 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 4 May 2024 00:13:39 +0100 Subject: [PATCH 72/77] Update metadata for 5.4.17 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index e5c4c53..429d9e6 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.16' +version '5.4.17' supports 'debian' supports 'ubuntu' From 4f67beb46a62e2a2b0428fa4f22a7230d5853395 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 4 May 2024 00:13:42 +0100 Subject: [PATCH 73/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1449e3f..edffc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.17 - *2024-05-03* ## 5.4.16 - *2023-12-21* From eb3883c54a35b895502f63d20e81970392551f6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 18:15:19 -0500 Subject: [PATCH 74/77] Update sous-chefs/.github action to v3.1.1 (#130) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 822af30..305dce4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: ci jobs: lint-unit: - uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0 + uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.1 integration: needs: lint-unit From 0984d3cb45186963b1db6d37eb539dcd23f097f6 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 4 May 2024 00:15:23 +0100 Subject: [PATCH 75/77] Update changelog for 5.4.18 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edffc37..ae1a9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This file is used to list changes made in each version of golang. -## Unreleased +## 5.4.18 - *2024-05-03* ## 5.4.17 - *2024-05-03* From 1ee85212a55a38338bb11d9f0db06e366f06ee7d Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 4 May 2024 00:15:24 +0100 Subject: [PATCH 76/77] Update metadata for 5.4.18 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 429d9e6..93c3ccf 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ source_url 'https://github.com/sous-chefs/golang' issues_url 'https://github.com/sous-chefs/golang/issues' chef_version '>= 15.3' -version '5.4.17' +version '5.4.18' supports 'debian' supports 'ubuntu' From 708270759fc9c9709d83dd792a037d6c48e660c0 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Sat, 4 May 2024 00:15:27 +0100 Subject: [PATCH 77/77] Set Changelog to ## Unreleased --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1a9e5..31a12f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ This file is used to list changes made in each version of golang. +## Unreleased + ## 5.4.18 - *2024-05-03* ## 5.4.17 - *2024-05-03*