Skip to content

Choose a tag to compare

@github-actions github-actions released this 06 Nov 07:24
· 23 commits to main since this release
8de5063

Minor Changes

  • 72aa8c6: ## v1.16.0 – Add write-only (_wo) ephemeral secret support

    Features

    • Added _wo (write-only) attributes for ephemeral secrets across multiple resources.
    • Introduced _wo_version flag for rotation and re-creation of ephemeral-sensitive data.

    Updated Resources

    • portainer_stack
    • portainer_docker_secret

    Documentation

    • Extended examples for ephemeral secret usage.
    • Updated resource docs with _wo attribute descriptions and usage notes.

🚀 Features

  • New Features (3929fef)

    • Added new resource portainer_deploy
    • Automates image updates and environment variable synchronization for stacks in Portainer (Swarm & Standalone).
    • Added new resource portainer_check
    • Enables validation of running containers or services after deployment with retries and state checks.
    • Enhanced documentation
    • Updated README and added detailed examples for CI/CD automation using new resources.

    Improvements

    • Added comprehensive Terraform examples for end-to-end automation (pull → deploy → exec → check).
    • Fixed and unified documentation structure across all resources.

❤️ Thank You