Skip to content

Releases: deploymode/populate-secrets-gitlab

v0.4.1

18 Jun 09:32
39bb8de

Choose a tag to compare

0.4.1 (2026-06-18)

Bug Fixes

  • write reliability and error-handling fixes (3fed1e0)
  • write to fresh environment scope, narrow exception handler, consistent token error, and idempotent get --export (5a06d9a)

v0.4.0

18 Jun 07:25
8259501

Choose a tag to compare

0.4.0 (2026-06-18)

Features

  • add download command and use setuptools-scm for versioning (c96ee77)
  • add list command and modernize packaging (310790f)
  • add read command (b70e1c1)
  • add read command (4bf0dec)
  • refactor - extract gitlab_server into module (a7d5a4f)

Bug Fixes

  • remove double URL-encoding of project path (8c28b4c)
  • rename CLI entry point to populate-secrets-gitlab (f0bd068)
  • sort env vars by name in get and download output (e2f4b49)
  • sort env vars by name in get and download output (6af2248)
  • use ClickException for graceful error handling on missing env file and token (e695310)