Load Secrets Action Versions Save

Load secrets from 1Password into your GitHub Actions jobs

v2.0.0

2 months ago

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

3 months ago

This release bumps dependency versions to address Dependabot vulnerabilities.

Security

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

v1.3.1

11 months ago

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

11 months ago

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

1 year ago

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

1 year ago

Fixes

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

v1.1.1

1 year ago

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

1 year ago
  • Added the use of the 1Password CLI to perform actions (#5 )
  • Updated package dependencies (#14)
  • Added Service Account beta feature (#5)

v1.0.2

2 years ago

Security

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

v1.0.1

3 years ago

Fixes

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