Skip to content

Releases: 1Password/load-secrets-action

v1.3.0

Choose a tag to compare

@dustin-ruetz dustin-ruetz released this 05 Jul 16:25
10ed075

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

Choose a tag to compare

@edif2008 edif2008 released this 22 Dec 11:03
v1.2.0
0a7975f

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

Choose a tag to compare

@volodymyrZotov volodymyrZotov released this 16 Dec 15:03
v1.1.2
ffba2a6

Fixes

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

v1.1.1

Choose a tag to compare

@edif2008 edif2008 released this 14 Dec 17:47
v1.1.1
7903600

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

Choose a tag to compare

@jillianwilson jillianwilson released this 07 Sep 18:51
da6de9b
  • Added the use of the 1Password CLI to perform actions (#5 )
  • Updated package dependencies (#14)
  • Added Service Account beta feature (#5)

v1.0.2

Choose a tag to compare

@edif2008 edif2008 released this 18 May 16:46
v1.0.2
d50df7c

Security

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

v1.0.1

Choose a tag to compare

@florisvdg florisvdg released this 09 Jun 14:31
v1.0.1
e28960d

Fixes

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

v1.0.0

Choose a tag to compare

@florisvdg florisvdg released this 28 May 09:56
v1.0.0
7bf534f

Features

  • Action (1password/load-secrets-action@v1) to load secrets from 1Password into environment variables (#1)
  • Action (1password/load-secrets-action/configure@v1) to persist 1Password Connect configuration (#1)