Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 21:28
e2680be

2.0.0 (2025-08-19)

Caution

This release fixes a bug that would case a double slash (//) in the secret
name when the [service][inputs] input was not provided. If you are using the
service input, you can ignore this warning.

If you are not using the service input, this version will result in your
secret names changing, which will force a replacement of the resource and
resetting its value. If you wish to avoid this, you can explicitly set the
[name][secrets] for your secrets to match the previous format of
<project>/<environment>//<name>.

Fix

  • Exclude service from the secret path if it isn't set. (#4)