Releases: bendrucker/terraform-credentials-keychain
v0.2.1
What's Changed
- deps: update
99designs/keyring
to v1.2.1 by @bendrucker in #36
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changes
- Added a
darwin/arm64
build for native compatibility with Apple Silicon Macs in b269521 - Build with Go v1.18 by @bendrucker in #35
Dependency Updates
- Bump github.com/99designs/keyring from 1.1.5 to 1.1.6 by @dependabot in #7
- Bump goreleaser/goreleaser-action from v2.2.0 to v2.2.1 by @dependabot in #8
- Bump actions/setup-go from v2.1.2 to v2.1.3 by @dependabot in #9
- Bump goreleaser/goreleaser-action from v2.2.1 to v2.3.0 by @dependabot in #10
- Bump goreleaser/goreleaser-action from v2.3.0 to v2.4.0 by @dependabot in #11
- Bump goreleaser/goreleaser-action from v2.4.0 to v2.4.1 by @dependabot in #12
- Bump goreleaser/goreleaser-action from v2.4.1 to v2.5.0 by @dependabot in #13
- Bump actions/checkout from 2 to 2.3.4 by @dependabot in #15
- Bump Apple-Actions/import-codesign-certs from 1 to 1.0.4 by @dependabot in #14
- Bump goreleaser/goreleaser-action from 2.5.0 to 2.6.0 by @dependabot in #16
- Bump goreleaser/goreleaser-action from 2.6.0 to 2.6.1 by @dependabot in #17
- Bump goreleaser/goreleaser-action from 2.6.1 to 2.7.0 by @dependabot in #18
- Bump actions/setup-go from 2.1.3 to 2.1.4 by @dependabot in #21
- Bump goreleaser/goreleaser-action from 2.7.0 to 2.8.0 by @dependabot in #22
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #23
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #24
- Bump actions/setup-go from 2.1.4 to 2.1.5 by @dependabot in #25
- Bump goreleaser/goreleaser-action from 2.8.0 to 2.8.1 by @dependabot in #26
- Bump actions/setup-go from 2.1.5 to 2.2.0 by @dependabot in #27
- Bump goreleaser/goreleaser-action from 2.8.1 to 2.9.1 by @dependabot in #28
- Bump actions/setup-go from 2.2.0 to 3 by @dependabot in #29
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #30
- Bump github/codeql-action from 1 to 2 by @dependabot in #31
- Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0 by @dependabot in #32
Full Changelog: v0.1.2...v0.2.0
What's Changed
- Bump github.com/99designs/keyring from 1.1.5 to 1.1.6 by @dependabot in #7
- Bump goreleaser/goreleaser-action from v2.2.0 to v2.2.1 by @dependabot in #8
- Bump actions/setup-go from v2.1.2 to v2.1.3 by @dependabot in #9
- Bump goreleaser/goreleaser-action from v2.2.1 to v2.3.0 by @dependabot in #10
- Bump goreleaser/goreleaser-action from v2.3.0 to v2.4.0 by @dependabot in #11
- Bump goreleaser/goreleaser-action from v2.4.0 to v2.4.1 by @dependabot in #12
- Bump goreleaser/goreleaser-action from v2.4.1 to v2.5.0 by @dependabot in #13
- Bump actions/checkout from 2 to 2.3.4 by @dependabot in #15
- Bump Apple-Actions/import-codesign-certs from 1 to 1.0.4 by @dependabot in #14
- Bump goreleaser/goreleaser-action from 2.5.0 to 2.6.0 by @dependabot in #16
- Bump goreleaser/goreleaser-action from 2.6.0 to 2.6.1 by @dependabot in #17
- Bump goreleaser/goreleaser-action from 2.6.1 to 2.7.0 by @dependabot in #18
- Bump actions/setup-go from 2.1.3 to 2.1.4 by @dependabot in #21
- Bump goreleaser/goreleaser-action from 2.7.0 to 2.8.0 by @dependabot in #22
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #23
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #24
- Bump actions/setup-go from 2.1.4 to 2.1.5 by @dependabot in #25
- Bump goreleaser/goreleaser-action from 2.8.0 to 2.8.1 by @dependabot in #26
- Bump actions/setup-go from 2.1.5 to 2.2.0 by @dependabot in #27
- Bump goreleaser/goreleaser-action from 2.8.1 to 2.9.1 by @dependabot in #28
- Bump actions/setup-go from 2.2.0 to 3 by @dependabot in #29
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #30
- Bump github/codeql-action from 1 to 2 by @dependabot in #31
- Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0 by @dependabot in #32
Full Changelog: v0.1.2...v0.2.0
v0.1.2
This release ensures compatibility with Terraform 0.13. Credential requests for registry.terraform.io
will now return an empty credentials object. Because requests to registry.terraform.io
are currently anonymous, Terraform proceeds normally.
This change in behavior will be incorporated in an upcoming update to the credential helpers specification (hashicorp/terraform#26244).
Changelog
cf1f6f6 get: return an empty object if host is not found
0390646 Bump github.com/bendrucker/terraform-credential-helper-sdk (#6)
48c64de Bump goreleaser/goreleaser-action from v1 to v2.2.0 (#5)
572a9ab Bump actions/setup-go from v1 to v2.1.2 (#4)
adc578c Enable dependabot for GitHub Actions
89cebe1 Enable CodeQL (#3)
fdba0db Create Dependabot config file (#2)
654c569 Explain effect of keychain locking
2f1dcf1 typo
ab45f47 add github tests badge
c8f90e5 run tests on macos
6e1472c add test that invokes macOS keychain
v0.1.1
v0.1.0
v0.0.4
v0.0.3
v0.0.2
Changelog
8bef710 remove automated release via actions in favor of local
59d55ee install gon
92aa6d2 sign for macos with goreleaser + gon
c095ec4 use fork of 99designs/keyring with TrustedApplicationAccess fix
32ce133 Bump github.com/bendrucker/terraform-credential-helper-sdk (#1)
795bebf complete readme
5bd6ed7 static description, rendered in Kind on macOS
2433810 adopt bendrucker/terraform-credential-helper-sdk
dfc56b1 license