From 7ac9af09dda8c553593d2153a975b43b6958fa9f Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:58:01 -0500 Subject: [PATCH] Version Packages (#251) Co-authored-by: app-token-issuer-releng-renovate[bot] <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> --- .changeset/weak-walls-walk.md | 13 ------------- actions/ci-lint-go/CHANGELOG.md | 9 +++++++++ actions/ci-lint-go/package.json | 2 +- actions/ci-test-go/CHANGELOG.md | 9 +++++++++ actions/ci-test-go/package.json | 2 +- .../cicd-build-publish-artifacts-go/CHANGELOG.md | 9 +++++++++ .../cicd-build-publish-artifacts-go/package.json | 2 +- actions/cicd-build-publish-charts/CHANGELOG.md | 9 +++++++++ actions/cicd-build-publish-charts/package.json | 2 +- actions/cicd-changesets/CHANGELOG.md | 9 +++++++++ actions/cicd-changesets/package.json | 2 +- actions/setup-gap/CHANGELOG.md | 9 +++++++++ actions/setup-gap/package.json | 2 +- actions/setup-github-token/CHANGELOG.md | 9 +++++++++ actions/setup-github-token/package.json | 2 +- actions/setup-nix/CHANGELOG.md | 9 +++++++++ actions/setup-nix/package.json | 2 +- actions/update-actions/CHANGELOG.md | 9 +++++++++ actions/update-actions/package.json | 2 +- 19 files changed, 90 insertions(+), 22 deletions(-) delete mode 100644 .changeset/weak-walls-walk.md diff --git a/.changeset/weak-walls-walk.md b/.changeset/weak-walls-walk.md deleted file mode 100644 index 347ca11d..00000000 --- a/.changeset/weak-walls-walk.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"cicd-build-publish-artifacts-go": patch -"cicd-build-publish-charts": patch -"setup-github-token": patch -"cicd-changesets": patch -"update-actions": patch -"ci-lint-go": patch -"ci-test-go": patch -"setup-gap": patch -"setup-nix": patch ---- - -chore: mask aws account id when calling aws-actions/configure-aws-credentials diff --git a/actions/ci-lint-go/CHANGELOG.md b/actions/ci-lint-go/CHANGELOG.md index 0cdfb702..cd1e5f58 100644 --- a/actions/ci-lint-go/CHANGELOG.md +++ b/actions/ci-lint-go/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-lint-go +## 0.2.2 + +### Patch Changes + +- [#247](https://github.com/smartcontractkit/.github/pull/247) + [`d463b0f`](https://github.com/smartcontractkit/.github/commit/d463b0fec6024b2a0eb7502e2fa5917bd1c6c15e) + Thanks [@erikburt](https://github.com/erikburt)! - chore: mask aws account id + when calling aws-actions/configure-aws-credentials + ## 0.2.1 ### Patch Changes diff --git a/actions/ci-lint-go/package.json b/actions/ci-lint-go/package.json index 576b2426..7e92d685 100644 --- a/actions/ci-lint-go/package.json +++ b/actions/ci-lint-go/package.json @@ -1,6 +1,6 @@ { "name": "ci-lint-go", - "version": "0.2.1", + "version": "0.2.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-test-go/CHANGELOG.md b/actions/ci-test-go/CHANGELOG.md index 3e1922ec..bc5d13b0 100644 --- a/actions/ci-test-go/CHANGELOG.md +++ b/actions/ci-test-go/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-test-go +## 0.1.3 + +### Patch Changes + +- [#247](https://github.com/smartcontractkit/.github/pull/247) + [`d463b0f`](https://github.com/smartcontractkit/.github/commit/d463b0fec6024b2a0eb7502e2fa5917bd1c6c15e) + Thanks [@erikburt](https://github.com/erikburt)! - chore: mask aws account id + when calling aws-actions/configure-aws-credentials + ## 0.1.2 ### Patch Changes diff --git a/actions/ci-test-go/package.json b/actions/ci-test-go/package.json index 6c7b198c..34247a63 100644 --- a/actions/ci-test-go/package.json +++ b/actions/ci-test-go/package.json @@ -1,6 +1,6 @@ { "name": "ci-test-go", - "version": "0.1.2", + "version": "0.1.3", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-build-publish-artifacts-go/CHANGELOG.md b/actions/cicd-build-publish-artifacts-go/CHANGELOG.md index f09cb1e0..e204bf14 100644 --- a/actions/cicd-build-publish-artifacts-go/CHANGELOG.md +++ b/actions/cicd-build-publish-artifacts-go/CHANGELOG.md @@ -1,5 +1,14 @@ # cicd-build-publish-artifacts-go +## 0.2.3 + +### Patch Changes + +- [#247](https://github.com/smartcontractkit/.github/pull/247) + [`d463b0f`](https://github.com/smartcontractkit/.github/commit/d463b0fec6024b2a0eb7502e2fa5917bd1c6c15e) + Thanks [@erikburt](https://github.com/erikburt)! - chore: mask aws account id + when calling aws-actions/configure-aws-credentials + ## 0.2.2 ### Patch Changes diff --git a/actions/cicd-build-publish-artifacts-go/package.json b/actions/cicd-build-publish-artifacts-go/package.json index 0d0a60f1..ed004741 100644 --- a/actions/cicd-build-publish-artifacts-go/package.json +++ b/actions/cicd-build-publish-artifacts-go/package.json @@ -1,6 +1,6 @@ { "name": "cicd-build-publish-artifacts-go", - "version": "0.2.2", + "version": "0.2.3", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-build-publish-charts/CHANGELOG.md b/actions/cicd-build-publish-charts/CHANGELOG.md index a9623793..ce55b69f 100644 --- a/actions/cicd-build-publish-charts/CHANGELOG.md +++ b/actions/cicd-build-publish-charts/CHANGELOG.md @@ -1,5 +1,14 @@ # cicd-build-publish-charts +## 0.1.3 + +### Patch Changes + +- [#247](https://github.com/smartcontractkit/.github/pull/247) + [`d463b0f`](https://github.com/smartcontractkit/.github/commit/d463b0fec6024b2a0eb7502e2fa5917bd1c6c15e) + Thanks [@erikburt](https://github.com/erikburt)! - chore: mask aws account id + when calling aws-actions/configure-aws-credentials + ## 0.1.2 ### Patch Changes diff --git a/actions/cicd-build-publish-charts/package.json b/actions/cicd-build-publish-charts/package.json index 0d341301..0dac34e3 100644 --- a/actions/cicd-build-publish-charts/package.json +++ b/actions/cicd-build-publish-charts/package.json @@ -1,6 +1,6 @@ { "name": "cicd-build-publish-charts", - "version": "0.1.2", + "version": "0.1.3", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-changesets/CHANGELOG.md b/actions/cicd-changesets/CHANGELOG.md index e7b33f2d..cd6668c5 100644 --- a/actions/cicd-changesets/CHANGELOG.md +++ b/actions/cicd-changesets/CHANGELOG.md @@ -1,5 +1,14 @@ # cicd-changesets +## 0.2.3 + +### Patch Changes + +- [#247](https://github.com/smartcontractkit/.github/pull/247) + [`d463b0f`](https://github.com/smartcontractkit/.github/commit/d463b0fec6024b2a0eb7502e2fa5917bd1c6c15e) + Thanks [@erikburt](https://github.com/erikburt)! - chore: mask aws account id + when calling aws-actions/configure-aws-credentials + ## 0.2.2 ### Patch Changes diff --git a/actions/cicd-changesets/package.json b/actions/cicd-changesets/package.json index f827b722..061b7851 100644 --- a/actions/cicd-changesets/package.json +++ b/actions/cicd-changesets/package.json @@ -1,6 +1,6 @@ { "name": "cicd-changesets", - "version": "0.2.2", + "version": "0.2.3", "description": "changesets", "private": true, "scripts": {}, diff --git a/actions/setup-gap/CHANGELOG.md b/actions/setup-gap/CHANGELOG.md index 50d65dfc..c92179ba 100644 --- a/actions/setup-gap/CHANGELOG.md +++ b/actions/setup-gap/CHANGELOG.md @@ -1,5 +1,14 @@ # setup-gap +## 0.2.1 + +### Patch Changes + +- [#247](https://github.com/smartcontractkit/.github/pull/247) + [`d463b0f`](https://github.com/smartcontractkit/.github/commit/d463b0fec6024b2a0eb7502e2fa5917bd1c6c15e) + Thanks [@erikburt](https://github.com/erikburt)! - chore: mask aws account id + when calling aws-actions/configure-aws-credentials + ## 0.2.0 ### Minor Changes diff --git a/actions/setup-gap/package.json b/actions/setup-gap/package.json index e0c1bf87..9cd17ce1 100644 --- a/actions/setup-gap/package.json +++ b/actions/setup-gap/package.json @@ -1,6 +1,6 @@ { "name": "setup-gap", - "version": "0.2.0", + "version": "0.2.1", "description": "setup github actions proxy", "private": true, "scripts": {}, diff --git a/actions/setup-github-token/CHANGELOG.md b/actions/setup-github-token/CHANGELOG.md index bb7f9aff..96840d0e 100644 --- a/actions/setup-github-token/CHANGELOG.md +++ b/actions/setup-github-token/CHANGELOG.md @@ -1,5 +1,14 @@ # setup-github-token +## 0.1.2 + +### Patch Changes + +- [#247](https://github.com/smartcontractkit/.github/pull/247) + [`d463b0f`](https://github.com/smartcontractkit/.github/commit/d463b0fec6024b2a0eb7502e2fa5917bd1c6c15e) + Thanks [@erikburt](https://github.com/erikburt)! - chore: mask aws account id + when calling aws-actions/configure-aws-credentials + ## 0.1.1 ### Patch Changes diff --git a/actions/setup-github-token/package.json b/actions/setup-github-token/package.json index 783a438b..66fc0a12 100644 --- a/actions/setup-github-token/package.json +++ b/actions/setup-github-token/package.json @@ -1,6 +1,6 @@ { "name": "setup-github-token", - "version": "0.1.1", + "version": "0.1.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/setup-nix/CHANGELOG.md b/actions/setup-nix/CHANGELOG.md index 3bc220b4..63391a78 100644 --- a/actions/setup-nix/CHANGELOG.md +++ b/actions/setup-nix/CHANGELOG.md @@ -1,5 +1,14 @@ # setup-nix +## 0.2.1 + +### Patch Changes + +- [#247](https://github.com/smartcontractkit/.github/pull/247) + [`d463b0f`](https://github.com/smartcontractkit/.github/commit/d463b0fec6024b2a0eb7502e2fa5917bd1c6c15e) + Thanks [@erikburt](https://github.com/erikburt)! - chore: mask aws account id + when calling aws-actions/configure-aws-credentials + ## 0.2.0 ### Minor Changes diff --git a/actions/setup-nix/package.json b/actions/setup-nix/package.json index d9e99b69..15a49c3c 100644 --- a/actions/setup-nix/package.json +++ b/actions/setup-nix/package.json @@ -1,6 +1,6 @@ { "name": "setup-nix", - "version": "0.2.0", + "version": "0.2.1", "description": "setup nix environment with caches", "private": true, "scripts": {}, diff --git a/actions/update-actions/CHANGELOG.md b/actions/update-actions/CHANGELOG.md index b6e2b6c6..25733eee 100644 --- a/actions/update-actions/CHANGELOG.md +++ b/actions/update-actions/CHANGELOG.md @@ -1,5 +1,14 @@ # update-actions +## 0.1.3 + +### Patch Changes + +- [#247](https://github.com/smartcontractkit/.github/pull/247) + [`d463b0f`](https://github.com/smartcontractkit/.github/commit/d463b0fec6024b2a0eb7502e2fa5917bd1c6c15e) + Thanks [@erikburt](https://github.com/erikburt)! - chore: mask aws account id + when calling aws-actions/configure-aws-credentials + ## 0.1.2 ### Patch Changes diff --git a/actions/update-actions/package.json b/actions/update-actions/package.json index 15a01546..6c3f6c21 100644 --- a/actions/update-actions/package.json +++ b/actions/update-actions/package.json @@ -1,6 +1,6 @@ { "name": "update-actions", - "version": "0.1.2", + "version": "0.1.3", "description": "update-actions", "private": true, "scripts": {},