Skip to content

feat: upgrade tf provider to 1.20.0#48

Merged
ocobles merged 7 commits into
mainfrom
fix-patches
Nov 17, 2023
Merged

feat: upgrade tf provider to 1.20.0#48
ocobles merged 7 commits into
mainfrom
fix-patches

Conversation

@ocobles

@ocobles ocobles commented Nov 16, 2023

Copy link
Copy Markdown
Contributor

Fixes https://github.com/equinix/pulumi-equinix/actions/runs/6894239945/job/18755591547

In the latest version of Terraform the config.go file has been changed to another module location so I had to manually update the patch accordingly

cd provider && go get github.com/equinix/terraform-provider-equinix@v1.20.0
cd ..
go work sync
FROM=v1.20.0 TO= make upstream.rebase
cd upstream
git checkout --theirs internal/config/config.go
git am --continue
cd ..
touch rebase-in-progress && make "upstream.finalize"
make build

@ocobles ocobles marked this pull request as draft November 16, 2023 18:19
ocobleseqx added 3 commits November 17, 2023 13:48
Signed-off-by: ocobleseqx <oscar.cobles@eu.equinix.com>
Signed-off-by: ocobleseqx <oscar.cobles@eu.equinix.com>
Signed-off-by: ocobleseqx <oscar.cobles@eu.equinix.com>
ocobleseqx added 2 commits November 17, 2023 13:50
Signed-off-by: ocobleseqx <oscar.cobles@eu.equinix.com>
Signed-off-by: ocobleseqx <oscar.cobles@eu.equinix.com>
@github-actions

github-actions Bot commented Nov 17, 2023

Copy link
Copy Markdown

Does the PR have any schema changes?

Does the PR have any schema changes?

Found 2 breaking changes:

Types

  • 🟡 "equinix:fabric/ConnectionASideAccessPointInterface:ConnectionASideAccessPointInterface": properties: "id" type changed from "string" to "integer"
  • 🟡 "equinix:fabric/ConnectionZSideAccessPointInterface:ConnectionZSideAccessPointInterface": properties: "id" type changed from "string" to "integer"
    No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

Signed-off-by: ocobleseqx <oscar.cobles@eu.equinix.com>
@ocobles ocobles changed the title chore: update patches to match tf upstream new internal structure chore: update patches to match tf upstream new internal structure and upgrade tf provider to 1.20.0 Nov 17, 2023
Signed-off-by: ocobleseqx <oscar.cobles@eu.equinix.com>
@ocobles ocobles marked this pull request as ready for review November 17, 2023 14:40
@displague displague changed the title chore: update patches to match tf upstream new internal structure and upgrade tf provider to 1.20.0 feat: upgrade tf provider to 1.20.0 Nov 17, 2023
@ocobles ocobles merged commit 00a5f60 into main Nov 17, 2023
@ocobles ocobles deleted the fix-patches branch November 17, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants