Skip to content

Conversation

@mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Nov 3, 2025

Issue # (if applicable)

N/A

Reason for this change

The previous Go package name awscdkeks-v2alpha was not usable in Go because hyphens are not allowed in Go package names. This made the package effectively unusable for Go developers.

Description of changes

Updated the Go package name in package.json from awscdkeks-v2alpha to awscdkeksv2alpha by removing the hyphen. Since the old name was not functional in Go, this rename does not break any existing usage.

Describe any new or updated permissions being added

No permission changes.

Description of how you validated changes

This is a metadata-only change to the package configuration that makes the Go package usable.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Remove hyphen from Go package name to follow Go naming conventions.
Changes package name from awscdkeks-v2alpha to awscdkeksv2alpha.
@github-actions github-actions bot added the p2 label Nov 3, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team November 3, 2025 10:43
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Nov 3, 2025
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

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

(This review is outdated)

@mrgrain mrgrain added the pr/request-cli-integ-tests Request CLI integ tests to be run. You will need to review the code and approve the deployment. label Nov 3, 2025
@mrgrain mrgrain changed the title fix(aws-eks-v2-alpha): remove hyphen from Go package name fix(eks-v2-alpha): remove hyphen from Go package name Nov 3, 2025
@mrgrain mrgrain added pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Nov 3, 2025
@aws-cdk-automation aws-cdk-automation dismissed their stale review November 3, 2025 10:46

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@mrgrain
Copy link
Contributor Author

mrgrain commented Nov 3, 2025

Exempted tests since this was failing the main pipeline. The full pipeline passing will show this is workig.

@aws-cdk-automation
Copy link
Collaborator

➡️ PR build request submitted to test-main-pipeline ⬅️

A maintainer must now check the pipeline and add the pr-linter/cli-integ-tested label once the pipeline succeeds.

@mergify
Copy link
Contributor

mergify bot commented Nov 3, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 2cdfc8a into main Nov 3, 2025
66 of 69 checks passed
@mergify mergify bot deleted the mrgrain/fix/aws-eks-v2-alpha/go-package-name branch November 3, 2025 11:21
@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2025

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

contribution/core This is a PR that came from AWS. p2 pr/request-cli-integ-tests Request CLI integ tests to be run. You will need to review the code and approve the deployment. pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants