Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 25.0.0 #1512

Merged
merged 2 commits into from
Feb 3, 2023
Merged

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Dec 28, 2022

🤖 I have created a release beep boop

25.0.0 (2023-02-03)

⚠ BREAKING CHANGES

  • Promote node sysctl config to GA (#1536)
  • enable auto repair and upgrade with cluster autoscaling (#1530)
  • support for gateway api for safer cluster variants (#1523)
  • promote gke_backup_agent_config to ga (#1513)
  • enable private nodes with specified pod ip range (#1514)
  • Promote managed_prometheus to GA (#1505)
  • support for gateway api (#1510)
  • Add option to pass resource_labels to NP (#1508)
  • promote gce_pd_csi_driver to GA (#1509)
  • Set the provided SA when creating autopilot clusters (#1495)

Features

  • add all pod_ranges to cluster firewall rules and add missing shadow rules (#1480) (bcd5e03)
  • Add option to pass resource_labels to NP (#1508) (e7566c5)
  • add support for policy bundles and metrics SA (#1529) (0f63eab)
  • promote gce_pd_csi_driver to GA (#1509) (ac062f8)
  • promote gke_backup_agent_config to ga (#1513) (966135f)
  • Promote managed_prometheus to GA (#1505) (9c77c6c)
  • Promote node sysctl config to GA (#1536) (754f4e3)
  • Set the provided SA when creating autopilot clusters (#1495) (d122a55)
  • support for gateway api (#1510) (4181276)
  • support for gateway api for safer cluster variants (#1523) (912da8c)

Bug Fixes


This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team and Jberlinsky as code owners December 28, 2022 06:35
@release-please release-please bot force-pushed the release-please--branches--master branch 5 times, most recently from e449b15 to 3d25e8c Compare January 4, 2023 20:28
@release-please release-please bot force-pushed the release-please--branches--master branch 3 times, most recently from 2a2c796 to 350d9fd Compare January 10, 2023 01:33
@release-please release-please bot requested a review from ericyz as a code owner January 10, 2023 01:33
@release-please release-please bot force-pushed the release-please--branches--master branch from 350d9fd to 361c5cf Compare January 10, 2023 01:55
@release-please release-please bot force-pushed the release-please--branches--master branch 3 times, most recently from a7e3146 to e6cd1fc Compare January 17, 2023 16:26
@release-please release-please bot force-pushed the release-please--branches--master branch from e6cd1fc to 2ff981a Compare January 20, 2023 16:01
@release-please release-please bot force-pushed the release-please--branches--master branch 2 times, most recently from 4f559c6 to 6d46941 Compare January 25, 2023 18:57
@sourcec0de
Copy link

sourcec0de commented Jan 27, 2023

Hey all, hoping to get access to the gateway_api.
Any ETA on this release?

if not does anyone know of a way to point a terraform provider at its source repo?

edit

Answered my own question

module "gke" {
  source                     = "git@github.com:terraform-google-modules/terraform-google-kubernetes-engine.git//modules/private-cluster-update-variant"
}

@tuunit
Copy link
Contributor

tuunit commented Jan 27, 2023

Hey all, hoping to get access to the gateway_api. Any ETA on this release?

if not does anyone know of a way to point a terraform provider at its source repo?

edit

Answered my own question

module "gke" {
  source                     = "git@github.com:terraform-google-modules/terraform-google-kubernetes-engine.git//modules/private-cluster-update-variant"
}

Good that you found a solution by directly importing from the master branch (be aware that your solution always fetches the latest version and could break. Therefore switch to this release asap when it is available)

Regarding your original question you can always use the base resources defined by a Terraform provider. In this case that would be the google_container_cluster resource. For example:

resource "google_container_cluster" "primary" {
  name     = "my-gke-cluster"
  location = "us-central1"

  gateway_api_config {
    channel = "CHANNEL_STANDARD"
  }
  ...
}

Unfortunately that would mean you would lose the comforts of a modules such as this one, as you would need to define all the variables yourself.

@apeabody
Copy link
Contributor

We probably want to include #1537

@xakraz
Copy link

xakraz commented Feb 1, 2023

Hi there 👋🏻 !

May I ask when this release is planned to be made?

Today, 2023-02-01, we faced this issue (#1309), which mention updating the README.
However, this related PR has been closed back in August 2022 ...

Thank you so much for your time 🙏🏻

@release-please release-please bot force-pushed the release-please--branches--master branch 2 times, most recently from 8d4f935 to 090e445 Compare February 3, 2023 19:26
@release-please release-please bot force-pushed the release-please--branches--master branch from 090e445 to 7cf5fcb Compare February 3, 2023 19:26
@comment-bot-dev
Copy link

@release-please[bot]
Thanks for the PR! 🚀
✅ Lint checks have passed.

@bharathkkb bharathkkb merged commit e9a72cf into master Feb 3, 2023
@bharathkkb bharathkkb deleted the release-please--branches--master branch February 3, 2023 20:28
@release-please
Copy link
Contributor Author

release-please bot commented Feb 3, 2023

CPL-markus pushed a commit to WALTER-GROUP/terraform-google-kubernetes-engine that referenced this pull request Jul 15, 2024
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants