Sourced from golangci/golangci-lint-action's releases.
v6.2.0
What's Changed
Changes
- chore: use new build tag syntax by
@alexandear
in golangci/golangci-lint-action#1133- feat: support linux arm64 public preview by
@ldez
in golangci/golangci-lint-action#1144Documentation
- docs: update local development instructions by
@dmitris
in golangci/golangci-lint-action#1125Dependencies
- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabot
in golangci/golangci-lint-action#1112- build(deps): bump the dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1113- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabot
in golangci/golangci-lint-action#1114- build(deps): bump
@types/node
from 22.7.4 to 22.7.5 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1115- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1117- build(deps): bump
@types/node
from 22.7.5 to 22.7.7 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1118- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1119- build(deps): bump
@types/node
from 22.7.7 to 22.8.1 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1120- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1122- build(deps): bump the dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1123- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1126- build(deps): bump
@types/node
from 22.8.7 to 22.9.0 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1127- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabot
in golangci/golangci-lint-action#1128- build(deps): bump
@types/node
from 22.9.0 to 22.9.3 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1130- build(deps): bump
@types/node
from 22.9.3 to 22.10.1 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1131- build(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates by
@dependabot
in golangci/golangci-lint-action#1132- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabot
in golangci/golangci-lint-action#1134- build(deps): bump
@actions/cache
from 3.3.0 to 4.0.0 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1135- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1136- build(deps): bump
@types/node
from 22.10.1 to 22.10.2 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1137- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1138- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1139- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1141- build(deps): bump
@types/node
from 22.10.2 to 22.10.5 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1142- build(deps-dev): bump the dev-dependencies group with 3 updates by
@dependabot
in golangci/golangci-lint-action#1143New Contributors
@dmitris
made their first contribution in golangci/golangci-lint-action#1125@alexandear
made their first contribution in golangci/golangci-lint-action#1133Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.1.1...v6.2.0
ec5d184
feat: support linux arm64 public preview (#1144)a0297a1
build(deps-dev): bump the dev-dependencies group with 3 updates (#1143)58eda26
build(deps): bump @types/node
from 22.10.2 to 22.10.5 in
the dependencies gro...44c2434
build(deps-dev): bump the dev-dependencies group with 2 updates (#1141)2f13b80
build(deps-dev): bump the dev-dependencies group with 2 updates (#1139)1ac3686
build(deps-dev): bump the dev-dependencies group with 2 updates (#1138)9937fdf
build(deps): bump @types/node
from 22.10.1 to 22.10.2 in
the dependencies gro...cb60b26
build(deps-dev): bump the dev-dependencies group with 2 updates (#1136)774c35b
build(deps): bump @actions/cache
from 3.3.0 to 4.0.0 in
the dependencies grou...7ce5487
build(deps-dev): bump the dev-dependencies group with 3 updates (#1134)Sourced from astral-sh/ruff-action's releases.
v3.1.0 🌈 Determine ruff version from optional or dependency groups
Changes
Big thank you to
@AA-Turner
for expanding the pyproject.toml parsing to also find the ruff version to use in the following scenarios:[dependency-groups] dev = [ { include-group = "docs" }, { include-group = "lint" }, ] docs = [ "sphinx", ] lint = [ "ruff==0.8.3", ]
[project.optional-dependencies] lint = [ "ruff==0.8.3", ]
🚀 Enhancements
- Read the
[project.optional-dependencies]
and[dependency-groups]
tables@AA-Turner
(#66)v3.0.2 🌈 Full support for GHES
Changes
This release fixes some issues that prevented use with GitHub Enterprise Server instances. Parsing the ruff version from pyproject.toml now also uses a library that is fully TOML 1.0.0 compliant.
🐛 Bug fixes
- Do not expect GITHUB_TOKEN to be set or valid
@eifinger
(#65)- Use TOML 1.0.0 compliant library for parsing
@eifinger
(#47)🧰 Maintenance
- Fix compiled known versions
@eifinger
(#62)- chore: update known checksums for 0.9.3 @github-actions[bot] (#61)
- chore: update known checksums for 0.9.1 @github-actions[bot] (#42)
📚 Documentation
- Fix Markdown link to Install the latest version
@eifinger
(#58)
... (truncated)
f14634c
Read the [project.optional-dependencies]
and
[dependency-groups]
tables (...47de3de
Bump @types/node
from 22.10.10 to 22.12.0 (#60)d8281c7
Do not expect GITHUB_TOKEN to be set or valid (#65)a634044
Bump eifinger/actionlint-action from 1.9.0 to 1.9.1 (#59)2993ff4
Fix compiled known versions (#62)20a3b17
chore: update known checksums for 0.9.3 (#61)1c1aef9
Bump typescript from 5.7.2 to 5.7.3 (#41)0ceb04d
Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (#50)18db80c
Bump @types/node
from 22.10.5 to 22.10.10 (#53)0a5dfb8
Fix Markdown link to Install the latest version (#58)Sourced from actions/stale's releases.
v9.1.0
What's Changed
- Documentation update by
@Marukome0743
in actions/stale#1116- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/stale#1179- Update undici from 5.28.2 to 5.28.4 by
@dependabot
in actions/stale#1150- Update actions/checkout from 3 to 4 by
@dependabot
in actions/stale#1091- Update actions/publish-action from 0.2.2 to 0.3.0 by
@dependabot
in actions/stale#1147- Update ts-jest from 29.1.1 to 29.2.5 by
@dependabot
in actions/stale#1175- Update
@actions/core
from 1.10.1 to 1.11.1 by@dependabot
in actions/stale#1191- Update
@types/jest
from 29.5.11 to 29.5.14 by@dependabot
in actions/stale#1193- Update
@actions/cache
from 3.2.2 to 4.0.0 by@dependabot
in actions/stale#1194New Contributors
@Marukome0743
made their first contribution in actions/stale#1116@Jcambass
made their first contribution in actions/stale#1179Full Changelog: https://github.com/actions/stale/compare/v9...v9.1.0
5bef64f
build(deps): bump @actions/cache
from 3.2.2 to 4.0.0 (#1194)fa77dfd
build(deps-dev): bump @types/jest
from 29.5.11 to 29.5.14
(#1193)f04443d
build(deps): bump @actions/core
from 1.10.1 to 1.11.1 (#1191)5c715b0
build(deps-dev): bump ts-jest from 29.1.1 to 29.2.5 (#1175)f691222
build(deps): bump actions/publish-action from 0.2.2 to 0.3.0 (#1147)df990c2
build(deps): bump actions/checkout from 3 to 4 (#1091)6e472ce
Merge pull request #1179
from actions/Jcambass-patch-1d10ba64
Merge pull request #1150
from actions/dependabot/npm_and_yarn/undici-5.28.4bbf3da5
resolve check failures6a2e61d
Add workflow file for publishing releases to immutable action
packageSourced from actions/create-github-app-token's releases.
v1.11.2
1.11.2 (2025-01-30)
Bug Fixes
- deps: bump
@octokit/request
from 9.1.3 to 9.1.4 in the production-dependencies group (#196) (b4192a5), closes #730 #730 #729 #727 #726 #723 #724 #722 #721 #720 #719- deps: bump undici from 6.19.8 to 7.2.0 (#198) (29aa051), closes nodejs/undici#3958 nodejs/undici#3955 nodejs/undici#3962 nodejs/undici#3921 nodejs/undici#3923 nodejs/undici#3925 nodejs/undici#3926 nodejs/undici#3924 nodejs/undici#3933 nodejs/undici#3916 nodejs/undici#3930 nodejs/undici#3938 #3937 nodejs/undici#3940 nodejs/undici#3931 nodejs/undici#3941 nodejs/undici#3911 nodejs/undici#3888 nodejs/undici#3939 nodejs/undici#3947 nodejs/undici#3945 nodejs/undici#3916 nodejs/undici#3893 nodejs/undici#3902 #3901 nodejs/undici#3903 nodejs/undici#3905 nodejs/undici#3900 nodejs/undici#3913 nodejs/undici#3910 nodejs/undici#3909 nodejs/undici#3906 nodejs/undici#3922 #3962 #3955 #3958 #3945 #3947 #3939 #3888 #3911 #3941
136412a
build(release): 1.11.2 [skip ci]b4192a5
fix(deps): bump @octokit/request
from 9.1.3 to 9.1.4 in
the production-depend...29aa051
fix(deps): bump undici from 6.19.8 to 7.2.0 (#198)a5f8600
build(deps-dev): bump @sinonjs/fake-timers
from 13.0.2 to
14.0.0 (#199)0edddd7
build(deps-dev): bump the development-dependencies group with 2 updates
(#197)bb3ca76
docs(README): remove extra space in variable syntax in README example
(#201)Sourced from github.com/hashicorp/terraform-exec's releases.
v0.22.0
ENHANCEMENTS:
- tfexec: Add support for
terraform init --json
viaInitJSON
(#478)INTERNAL:
- go: Require Go 1.22 (previously 1.18) (#499)
Sourced from github.com/hashicorp/terraform-exec's changelog.
0.22.0 (January 21, 2025)
ENHANCEMENTS:
- tfexec: Add support for
terraform init --json
viaInitJSON
(#478)INTERNAL:
- go: Require Go 1.22 (previously 1.18) (#499)
6801a6e
v0.22.0 [skip ci]dd2bc9a
Update CHANGELOG.md (#501)b5e5740
build(deps): bump github.com/hashicorp/hc-install from 0.8.0 to 0.9.1
(#494)abfb5ba
tfexec: add InitJSON (#478)840ecad
ci/e2etests: Add latest major Terraform versions (#498)4497f9e
go: Require Go 1.22 (previously 1.18) (#499)b13b10b
build(deps): bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 (#496)6b0d5eb
build(deps): bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 (#495)ef0b6c3
build(deps): Bump workflows to latest trusted versions (#493)c75d998
build(deps): bump github.com/hashicorp/terraform-json from 0.23.0 to
0.24.0 (...Sourced from github.com/spf13/pflag's releases.
v1.0.6
What's Changed
- Add exported functions to preserve
pkg/flag
compatibility by@mckern
in spf13/pflag#220- remove dead code for checking error nil by
@yashbhutwala
in spf13/pflag#282- Add IPNetSlice and unit tests by
@rpothier
in spf13/pflag#170- allow for blank ip addresses by
@duhruh
in spf13/pflag#316- add github actions by
@sagikazarmark
in spf13/pflag#419New Contributors
@mckern
made their first contribution in spf13/pflag#220@yashbhutwala
made their first contribution in spf13/pflag#282@rpothier
made their first contribution in spf13/pflag#170@duhruh
made their first contribution in spf13/pflag#316@sagikazarmark
made their first contribution in spf13/pflag#419Full Changelog: https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6
5ca8134
Merge pull request #419 from
spf13/ci100ab0e
disable unsupported dependency graph for nowa0f4ddd
fix govetf48cbd1
add github actionsd5e0c06
allow for blank ip addresses (#316)85dd5c8
Add IPNetSlice and unit tests (#170)6971c29
remove dead code for checking error nil (#282)81378bb
Add exported functions to preserve pkg/flag
compatibility
(#220)