Skip to content

Release/0.16.0#188

Open
harshadixit12 wants to merge 4 commits intomainfrom
release/0.16.0
Open

Release/0.16.0#188
harshadixit12 wants to merge 4 commits intomainfrom
release/0.16.0

Conversation

@harshadixit12
Copy link
Contributor

@harshadixit12 harshadixit12 commented Feb 27, 2026

Summary

In this PR, we are releasing the following changes:

  1. Cloud Gateway Add On
  2. Some breaking changes to Event Gateway resources

Note: These breaking changes for some event gateway resources were already included in the GA provider release for Event Gateway, the beta provider is catching up.

Issues resolved

Related PRs on platform-api (if any)

Checklist ✅

  • Features being added are live
  • Added/updated examples (if applicable)
  • Added/updated acceptance tests (if applicable)
  • Updated CHANGELOG.md to clearly mention any breaking changes, new features and bug fixes
  • Clean commit history (reset to the current release (release/x.y.z) and git cherry-pick if necessary)

harshadixit12 and others added 4 commits February 24, 2026 16:59
* tests: fix according to event gateway breaking changes

* OpenAPI changes

* Generated provider and docs

* Update CHANGELOG.md
* feat: Updated OpenAPI file for cloud gateway-addon.

* feat: added .go files, .speakeasy and docs directory

* feat: added test for cloud gateway add-on

* fix: resolved review comments on test
## Example Usage

```terraform
resource "konnect_cloud_gateway_add_on" "my_cloudgatewayaddon" {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

cc: @mheap for visibility before release - I had reviewed the original PR for feature.

Copy link
Member

Choose a reason for hiding this comment

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

Thank you for the tag. I believe we're using addon, so this would be konnect_cloud_gateway_addon

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Understood, let me make the change and send a PR.

t.Run("Cloud Gateways AddOns", func(t *testing.T) {
builder := hclbuilder.New()
cp, err := hclbuilder.FromString(`
resource "konnect_gateway_control_plane" "test_cp" {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

cc: @mheap for visibility - we are creating a CGW CP in an acceptance test - which we haven't done before on terraform providers.

@harshadixit12 harshadixit12 requested a review from mheap February 27, 2026 12:28
@harshadixit12 harshadixit12 marked this pull request as ready for review February 27, 2026 12:28
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.

3 participants