Skip to content

Releases: nrkno/github-action-setenv

v3.0.5

16 Jan 10:50
10790f5

Choose a tag to compare

3.0.5 (2026-01-16)

Bug Fixes

  • fix: update Docker image version in action.yaml

v3.0.4

16 Jan 10:46
ec945ea

Choose a tag to compare

3.0.4 (2026-01-16)

Bug Fixes

  • fix: change wait-time argument type from int to string

v3.0.3

16 Jan 10:36
1e97009

Choose a tag to compare

3.0.3 (2026-01-16)

Bug Fixes

  • fix: update image

v3.0.2

15 Jan 14:42
5e21703

Choose a tag to compare

3.0.2 (2026-01-15)

Bug Fixes

  • fix: fixed errors in setenv

v3.0.1

15 Jan 13:16
1950d95

Choose a tag to compare

3.0.1 (2026-01-15)

Bug Fixes

  • fix: fix findvalue function to handle bools
  • fix: replace no_wait with wait_time

v3.0.0

15 Jan 10:51
ea2d5ad

Choose a tag to compare

3.0.0 (2026-01-15)

⚠ BREAKING CHANGES

  • replaced --no-wait with --wait-time.

Features

  • feat: removed --no-wait and added --wait-time
    wait time is more or less mandatory as access takes a random amount of
    time to propagate. default value of --wait-time is 60 seconds

Bug Fixes

  • fix: multiple things
    fixed if on cidr argument
    removed user in container
  • fix: update cache-file logic
    removed no-wait option. not needed anymore since we test access to
    storageaccount directly

v2.0.2

14 Jan 09:21
4cffbd0

Choose a tag to compare

2.0.2 (2026-01-14)

Bug Fixes

  • fix: multiple things
    fixed if on cidr argument
    removed user in container
  • fix: update cache-file logic
    removed no-wait option. not needed anymore since we test access to
    storageaccount directly

v2.0.1

16 Dec 13:36
492ef33

Choose a tag to compare

2.0.1 (2025-12-16)

Bug Fixes

  • fix: handle if vault_secret is empty string

v2.0.0

12 Dec 10:30
74dd5fb

Choose a tag to compare

2.0.0 (2025-12-12)

⚠ BREAKING CHANGES

  • this release introduces a prebuilt

Features

  • feat!: use prebuilt image instead of building runtime
    runs should be faster now

v1.3.0

24 Oct 14:13
b0a6abc

Choose a tag to compare

1.3.0 (2025-10-24)

  • add multi-value support (c1c1d8d)
    added option to send in comma separated list of values for vault-secrets
    and gcp.