Skip to content

Releases: bendrucker/terraform-credentials-keychain

v0.2.1

23 Jul 00:50
aa0d67e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Jul 18:46
Compare
Choose a tag to compare

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

16 Sep 18:45
Compare
Choose a tag to compare

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

28 May 16:46
Compare
Choose a tag to compare

Changelog

d35dc47 update to terraform-credential-helper-sdk v0.2

v0.1.0

26 May 20:56
Compare
Choose a tag to compare

Changelog

db5e758 docs: improve readability of keychain security recs
aaa090f docs: touch up keychain prompt image
22daef0 add security policy
1abe90b add security section
296a74c add --keychain support
79cf58a add note about signging/notarization
7eb1c2c replace animated svg with asciicast

v0.0.4

26 May 19:28
Compare
Choose a tag to compare

Changelog

e915350 restore release workflow with signing
b508aca Revert "remove automated release via actions in favor of local"

v0.0.3

23 May 02:18
Compare
Choose a tag to compare

Changelog

291f640 goreleaser: include linux/windows builds

v0.0.2

23 May 02:12
Compare
Choose a tag to compare

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

v0.0.1

21 May 05:20
Compare
Choose a tag to compare

Changelog

6d92891 update release workflow
312fc1f release workflow
a4d38ba finish readme
69a652d add label (appears in prompt)
ef63dcd use 99designs/keyring
7a11b38 implement a CLI helper and wire everything up
970c619 init