Skip to content

fix(versions): rm last main pins; fix examples#475

Merged
amitchell-moz merged 10 commits into
mainfrom
amitchell-MZCLD-2019-4
May 28, 2026
Merged

fix(versions): rm last main pins; fix examples#475
amitchell-moz merged 10 commits into
mainfrom
amitchell-MZCLD-2019-4

Conversation

@amitchell-moz
Copy link
Copy Markdown
Contributor

Description

Removes last remaining main pins in google_bigquery_syndicated_dataset & google_permissions to comply with our versioning strategy.

Also replaces all main pins in examples.

Related Tickets & Documents

@github-actions github-actions Bot added the patch This PR will increment a patch version label May 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Release plan

Directory Previous version New version
google_bigquery_syndicated_dataset 1.3.1 1.3.2
google_datastream 0.3.0 0.3.1
google_gar 0.4.0 0.4.1
google_gke 0.11.0 0.11.1
google_gke_namespace_logging 1.3.0 1.3.1
google_memcache 0.3.0 0.3.1
google_permissions 0.9.0 0.9.1
google_redis 0.4.0 0.4.1
mozilla_access_event_consumer 1.3.0 1.3.1
mozilla_workgroup 1.3.0 1.3.1
pagerduty_team 0.2.0 0.2.1

Copy link
Copy Markdown
Member

@jbuck jbuck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ with 2 suggestions

# Currently Jenkins with plans to move to Airflow, see https://mozilla-hub.atlassian.net/browse/SVCSE-3005
module "syndication_workgroup" {
source = "github.com/mozilla/terraform-modules//mozilla_workgroup?ref=main"
source = "github.com/mozilla/terraform-modules//mozilla_workgroup?ref=mozilla_workgroup-1.3.0"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this reference the local path instead?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For modules that aren't tightly coupled (like the aws_gke_oidc_*s) I think it makes more sense to pin - that way breaking changes can be made to mozilla_workgroup without having to think about bigquery datasets

@@ -1,14 +1,14 @@
module "admins_workgroup" {
source = "github.com/mozilla/terraform-modules//mozilla_workgroup?ref=main"
source = "github.com/mozilla/terraform-modules//mozilla_workgroup?ref=mozilla_workgroup-1.3.0"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this reference the local path instead?

@amitchell-moz amitchell-moz merged commit a7b6a5b into main May 28, 2026
1 check passed
@amitchell-moz amitchell-moz deleted the amitchell-MZCLD-2019-4 branch May 28, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch This PR will increment a patch version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants