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

feat: experimental golang bindings #523

Merged
merged 12 commits into from
Feb 4, 2021
Merged

feat: experimental golang bindings #523

merged 12 commits into from
Feb 4, 2021

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Jan 31, 2021

Build & publishes experimental Go bindings for CDK8s under github.com/awslabs/cdk8s-go/cdk8s and github.com/awslabs/cdk8s-go/cdk8splus17.

This required the following changes:

Resolves aws/jsii#2444
Resolves aws/jsii#2454


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

Publishes experimental Golang bindings for CDK8s under `github.com/awslabs/cdk8s-go/cdk8s` and `github.com/awslabs/cdk8s-go/cdk8splus17`
@eladb eladb requested a review from iliapolo January 31, 2021 21:17
@eladb eladb changed the title feat: experimental Golang release feat: experimental golang release Feb 1, 2021
Comment on lines -37 to -39
"@types/node": "^10.17.50",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
Copy link
Member

Choose a reason for hiding this comment

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

How come these were downgraded?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They are hard-coded in projen so whenever you run projen they get updated. But the important part is yarn.lock, no?

@mergify
Copy link
Contributor

mergify bot commented Feb 4, 2021

Your pull request will be updated and merged automatically (do not update manually).

@eladb eladb changed the title feat: experimental golang release feat: experimental golang bindings Feb 4, 2021
@eladb eladb merged commit 6737351 into master Feb 4, 2021
@eladb eladb deleted the benisrae/publish-go branch February 4, 2021 11:13
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.

Publish CDK8s to Go (after jsii-release supports Go) Integrate Go Into Build cdk8s
3 participants