chore(deps): update terraform coder to v2 #29

Open
prskr wants to merge 1 commit from renovate/coder-2.x into main
Owner

This PR contains the following updates:

Package Type Update Change
coder (source) required_provider major ~> 1.0.0 -> ~> 2.1.0

Release Notes

coder/terraform-provider-coder (coder)

v2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/coder/terraform-provider-coder/compare/v2.0.2...v2.1.0

v2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/coder/terraform-provider-coder/compare/v1.0.4...v2.0.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coder](https://registry.terraform.io/providers/coder/coder) ([source](https://github.com/coder/terraform-provider-coder)) | required_provider | major | `~> 1.0.0` -> `~> 2.1.0` | --- ### Release Notes <details> <summary>coder/terraform-provider-coder (coder)</summary> ### [`v2.1.0`](https://github.com/coder/terraform-provider-coder/releases/tag/v2.1.0) [Compare Source](https://github.com/coder/terraform-provider-coder/compare/v2.0.2...v2.1.0) #### What's Changed - chore: update golang.org/x/crypto to v0.31.0 by [@&#8203;johnstcn](https://github.com/johnstcn) in https://github.com/coder/terraform-provider-coder/pull/323 - feat: add `open_in` option to `coder_app` by [@&#8203;defelmnq](https://github.com/defelmnq) in https://github.com/coder/terraform-provider-coder/pull/321 #### New Contributors - [@&#8203;defelmnq](https://github.com/defelmnq) made their first contribution in https://github.com/coder/terraform-provider-coder/pull/321 **Full Changelog**: https://github.com/coder/terraform-provider-coder/compare/v2.0.2...v2.1.0 ### [`v2.0.2`](https://github.com/coder/terraform-provider-coder/releases/tag/v2.0.2) [Compare Source](https://github.com/coder/terraform-provider-coder/compare/v1.0.4...v2.0.2) #### What's Changed - docs: improve docs by using code-styled markdown by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/253 - ci: drop terraform versions < 1.5.x, add 1.9.x for tests by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/258 - chore!: remove deprecated items from `coder_workspace` data source by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/255 - chore!: remove deprecated `coder_git_auth` data source by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/254 - chore!: remove deprecated feature_use_managed_variables by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/256 - chore!: remove deprecated fields from `coder_app` and `coder_agent` resources by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/257 - build(deps): Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/238 - build(deps): Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/263 - build(deps): Bump contributor-assistant/github-action from 2.4.0 to 2.5.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/269 - build(deps): Bump golang.org/x/mod from 0.18.0 to 0.20.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/265 - docs: add description to provider index page by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/271 - build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/262 - docs: clarify `coder_metadata` usage by [@&#8203;ethanndickson](https://github.com/ethanndickson) in https://github.com/coder/terraform-provider-coder/pull/267 - fix: optional everyone group in integration test by [@&#8203;ethanndickson](https://github.com/ethanndickson) in https://github.com/coder/terraform-provider-coder/pull/278 - fix: validate agent & resource metadata keys during plan by [@&#8203;ethanndickson](https://github.com/ethanndickson) in https://github.com/coder/terraform-provider-coder/pull/277 - chore(integration): cleanup on interrupt by [@&#8203;johnstcn](https://github.com/johnstcn) in https://github.com/coder/terraform-provider-coder/pull/283 - feat: add 'hidden' field to 'coder_app' provider by [@&#8203;DanielleMaywood](https://github.com/DanielleMaywood) in https://github.com/coder/terraform-provider-coder/pull/276 - docs: document minimum version required for 'hidden' attribute by [@&#8203;DanielleMaywood](https://github.com/DanielleMaywood) in https://github.com/coder/terraform-provider-coder/pull/285 - Add login_type to coder_workspace_owner data source [#&#8203;235](https://github.com/coder/terraform-provider-coder/issues/235) by [@&#8203;pmareke](https://github.com/pmareke) in https://github.com/coder/terraform-provider-coder/pull/287 - fix: update to terraform-plugin-sdk v2.34.0 by [@&#8203;spikecurtis](https://github.com/spikecurtis) in https://github.com/coder/terraform-provider-coder/pull/290 - build(deps): Bump contributor-assistant/github-action from 2.5.1 to 2.6.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/289 - build(deps): Bump contributor-assistant/github-action from 2.6.0 to 2.6.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/291 - chore: add http/pprof server over unix socket for debug by [@&#8203;spikecurtis](https://github.com/spikecurtis) in https://github.com/coder/terraform-provider-coder/pull/295 - build(deps): Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/301 - build(deps): Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/298 - docs: v1 to v2 upgrade guide by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/259 - build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/308 - build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/299 - build(deps): Bump golang.org/x/mod from 0.20.0 to 0.22.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/coder/terraform-provider-coder/pull/302 - ci: run integration tests against oldstable by [@&#8203;johnstcn](https://github.com/johnstcn) in https://github.com/coder/terraform-provider-coder/pull/310 - fix: fix links in version 2 upgrade guide by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/312 - fix(provider): remove warning diag if CODER_WORKSPACE_OWNER_LOGIN_TYPE is not set by [@&#8203;johnstcn](https://github.com/johnstcn) in https://github.com/coder/terraform-provider-coder/pull/311 - ci: allow go version patch upgrades by [@&#8203;johnstcn](https://github.com/johnstcn) in https://github.com/coder/terraform-provider-coder/pull/313 - ci: create draft release by [@&#8203;johnstcn](https://github.com/johnstcn) in https://github.com/coder/terraform-provider-coder/pull/314 - ci: run integration tests before release by [@&#8203;johnstcn](https://github.com/johnstcn) in https://github.com/coder/terraform-provider-coder/pull/315 - ci: rm unused action by [@&#8203;johnstcn](https://github.com/johnstcn) in https://github.com/coder/terraform-provider-coder/pull/316 - fix(docs): fix formatting issues in upgrade guide for version 2 by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/317 - ci: generate release notes automatically by [@&#8203;matifali](https://github.com/matifali) in https://github.com/coder/terraform-provider-coder/pull/318 #### New Contributors - [@&#8203;pmareke](https://github.com/pmareke) made their first contribution in https://github.com/coder/terraform-provider-coder/pull/287 **Full Changelog**: https://github.com/coder/terraform-provider-coder/compare/v1.0.4...v2.0.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40MC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
prskr added 1 commit 2024-12-04 04:11:53 +00:00
chore(deps): update terraform coder to v2
Some checks failed
Hetzner Cloud template / hetzner-cloud-template (pull_request) Failing after 19s
e45872b386
prskr force-pushed renovate/coder-2.x from e45872b386 to 4dca6b409a 2024-12-21 04:12:03 +00:00 Compare
Some checks failed
Hetzner Cloud template / hetzner-cloud-template (pull_request) Failing after 1m54s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/coder-2.x:renovate/coder-2.x
git checkout renovate/coder-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/coder-2.x
git checkout renovate/coder-2.x
git rebase main
git checkout main
git merge --ff-only renovate/coder-2.x
git checkout renovate/coder-2.x
git rebase main
git checkout main
git merge --no-ff renovate/coder-2.x
git checkout main
git merge --squash renovate/coder-2.x
git checkout main
git merge --ff-only renovate/coder-2.x
git checkout main
git merge renovate/coder-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: prskr/coder-template#29
No description provided.