Skip to content

Releases: 1Password/load-secrets-action

v2.0.0

20 Mar 14:15
v2.0.0
581a835
Compare
Choose a tag to compare

Breaking changes

  • Remove protocol prepending. Users are now required to include the protocol (http:// or https://) when passing the Connect host URL. {#66}

What's Changed

  • Migrate action to TypeScript {#36}
  • Upgrade action from Node 16 to Node 20. Credits to @parente for the contribution. {#36}

v1.3.2

21 Feb 16:31
v1.3.2
971116b
Compare
Choose a tag to compare

This release bumps dependency versions to address Dependabot vulnerabilities.

Security

  • Fix dependabot vulnerabilities. {#55, #57}

v1.3.1

06 Jul 16:19
v1.3.1
d1a4e73
Compare
Choose a tag to compare

This release fixes the CLI version parsing without the jq tool, as well as fixing some dependabot vulnerabilities.

Fixes

  • Parse CLI version without jq. {#51}

Security

  • Fix dependabot vulnerabilities. {#52}

v1.3.0

05 Jul 16:25
v1.3.0
10ed075
Compare
Choose a tag to compare

This release enhances the 1Password CLI installation process and removes the deprecated GitHub Actions set-output command.

Features

  • Update documentation related to 1Password Service Accounts.
  • Install the 1Password CLI for arm and 386 on Linux; credit to @roderik. {#44, #49}
  • Automatically fetch the latest stable version of the 1Password CLI. {#49}

Fixes

  • Remove deprecated set-output command; credit to @Manokii. {#27}
  • Use temp directory for op (instead of root) for Linux; credit to @mamercad. {#28}
  • Enable installing the CLI on macOS runners without sudo privileges. {#32}

v1.2.0

22 Dec 11:03
v1.2.0
0a7975f
Compare
Choose a tag to compare

This version of the action brings two fixes to ensure that v1.x.x releases stay backwards compatible with earlier v1 versions.

The breaking changes are present in versions v1.1.x. Therefore, any users using these specific versions should update to this version to have your pipelines working again.

Fixes

  • Ensure OP_CONNECT_HOST has a URL scheme set. (#25)
  • Set the default of export-env to true. (#25)

v1.1.2

16 Dec 15:03
v1.1.2
ffba2a6
Compare
Choose a tag to compare

Fixes

  • Workflow fails if secret ref includes spaces {#20}

v1.1.1

14 Dec 17:47
v1.1.1
7903600
Compare
Choose a tag to compare

Fixes

  • Make openssl generate a 64-character string as mentioned in comment. {#18}
  • Add link to 1Password Developer Documentation in README. {#19}
  • Pass User-Agent Information to the 1Password CLI. {#22}

v1.1.0

07 Sep 18:51
da6de9b
Compare
Choose a tag to compare
  • Added the use of the 1Password CLI to perform actions (#5 )
  • Updated package dependencies (#14)
  • Added Service Account beta feature (#5)

v1.0.2

18 May 16:46
v1.0.2
d50df7c
Compare
Choose a tag to compare

Security

  • Improve the way input is processed to avoid command injection (#11)

v1.0.1

09 Jun 14:31
v1.0.1
e28960d
Compare
Choose a tag to compare

Fixes

  • Fix item and vault loading by name (#4)