Bump artifactapi provider to v0.2.0 #21

Merged
benvin merged 1 commits from benvin/provider-v0.2.0 into main 2026-08-10 23:32:52 +10:00
Owner

Why

The artifactapi Terraform provider v0.2.0 adds the artifactapi_remote_github_rpm resource, which manages remotes that expose a GitHub repo's releases as a dnf/yum repository. Pinning to it makes that resource available to this configuration.

How

  • Bump the artifactapi provider version constraint in modules/artifactapi/versions.tf from 0.1.4 to 0.2.0.
  • Verified v0.2.0 resolves, installs, and signature-verifies from the terraform-unkin registry (terragrunt init -upgrade).

No github_rpm remote is declared yet; adding a concrete remote is a follow-up once a target repo is chosen.

## Why The artifactapi Terraform provider v0.2.0 adds the `artifactapi_remote_github_rpm` resource, which manages remotes that expose a GitHub repo's releases as a dnf/yum repository. Pinning to it makes that resource available to this configuration. ## How - Bump the `artifactapi` provider version constraint in `modules/artifactapi/versions.tf` from 0.1.4 to 0.2.0. - Verified v0.2.0 resolves, installs, and signature-verifies from the terraform-unkin registry (`terragrunt init -upgrade`). No github_rpm remote is declared yet; adding a concrete remote is a follow-up once a target repo is chosen.
unkinben added 1 commit 2026-08-10 23:28:19 +10:00
Bump artifactapi provider to v0.2.0
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
f1f6d699e5
Pin the artifactapi Terraform provider to v0.2.0, which adds the artifactapi_remote_github_rpm resource (GitHub releases served as a yum repo). Verified v0.2.0 resolves and installs from the terraform-unkin registry.
benvin merged commit 734f1026e2 into main 2026-08-10 23:32:52 +10:00
benvin deleted branch benvin/provider-v0.2.0 2026-08-10 23:32:52 +10:00
Sign in to join this conversation.