Skip to content

Releases: drumandbytes/opentofu-updater-action

v1.0.3

Choose a tag to compare

@dnb-robot dnb-robot released this 06 Sep 07:40
bf07014

1.0.3 (2026-09-06)

Bug Fixes

  • ci: opt into app-token merge, so releases actually finish (#13) (4db57b9)

OpenTofu Updater

Choose a tag to compare

@JustMaris JustMaris released this 24 Jun 15:29
bf07014

Automatically keeps OpenTofu/Terraform providers, Helm charts, registry modules, and container images up to date — opening a pull request with a grouped diff report when new versions are available.

What it updates

  • Providers — reads versions.tf (or a custom file), respects ~> pessimistic constraints, flags major bumps for manual review
  • Helm charts — fetches index.yaml from each chart's repository
  • Registry modules — supports both registry.opentofu.org and registry.terraform.io
  • Container images — Docker Hub and GHCR, preserves tag format (date-based, semver, v-prefix)

Notifications

Optional webhook notifications on update: Telegram, Slack, Discord, or Microsoft Teams.

Usage

- uses: drumandbytes/opentofu-updater-action@v1
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}
    create-pr: 'true'

See the README for all inputs and examples.

Full Changelog: v1.0.0...v1

Full Changelog: v1.0.0...v1

Full Changelog: v1.0.0...v1

Full Changelog: v1.0.0...v1

v1.0.2

Choose a tag to compare

@dnb-robot dnb-robot released this 04 Sep 08:42
ad09330

1.0.2 (2026-09-04)

Bug Fixes

  • ci: use v5 bare output names for the tag-move step (#7) (a270b35)

v1.0.1

Choose a tag to compare

@dnb-robot dnb-robot released this 04 Sep 08:24
8f48904

1.0.1 (2026-09-04)

Bug Fixes

  • deps: bump the actions group with 2 updates (#5) (8812249)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 15:08