Releases: combor/terraform-provider-ona
Releases · combor/terraform-provider-ona
v0.4.2
v0.4.1
Bump GoReleaser to v2.15.2 to fix broken SHA256SUMS signature
v0.4.0
- **Registry documentation** — Provider, resource, and data source do…
v0.3.3
- Sigstore build provenance attestations for all release binaries and…
v0.3.2
GPG signed release - gpg signing was enabled - new golang deps
v0.3.1
New Resources - ona_runner_scm_integration — Manage SCM (OAuth) integrations on runners. Supports create, read, update, delete, and import. Clearing oauth_client_id or oauth_client_secret sends an empty value to the API to remove the credential. New Attributes - ona_runner: update_window — Control the daily UTC time window during which runner auto-updates are allowed. Supported on both create and update. - ona_runner: managed_metrics_enabled — When true, the runner pushes metrics to the management plane instead of directly to the remote_write endpoint. - ona_authenticated_identity: organization_tier — Exposes the organization's plan level. Bug Fixes - Fix update_window clearing and state mapping on ona_runner.
v0.3.0
Add `ona_secret` resource support and fix secret imports. Since `v0.2.3`, this release introduces a new `ona_secret` resource for managing project-scoped Gitpod secrets, adds matching examples, and fixes import behavior so imported secrets keep the project scope required for refreshes. Documentation was also updated to reflect the current provider surface and local integration workflow.
v0.2.3
Security fix in a dep library
v0.2.2
- Fix project prebuild configuration losing explicitly-false values (…
v0.2.1
v0.3 Bug Fixes - ona_project: Mark git initializer fields (checkout_location, clone_target, target_mode) as Computed to fix "inconsistent result after apply" errors when the API returns default values for unset fields. Documentation - Add ona_runners data source to README and regenerate provider docs. Maintenance - Enable Dependabot for Go module updates. - Bump terraform-plugin-go to v0.31.0, terraform-plugin-framework to v1.19.0, terraform-plugin-sdk to v2.40.0, terraform-plugin-testing to v1.15.0. - Update indirect dependencies (golang.org/x/crypto, golang.org/x/net, golang.org/x/sync, golang.org/x/text, google.golang.org/genproto).