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(all): remove vestiges of v1 support #1062

Merged
merged 5 commits into from
Jan 29, 2024
Merged

chore(all): remove vestiges of v1 support #1062

merged 5 commits into from
Jan 29, 2024

Conversation

biffgaut
Copy link
Contributor

Description of changes:
There are still scripts left from when we supported V1 and V2 simultaneously, and some scripts made more complex for that support. V1 is long since deprecated, we can remove this support and simplify our scripts.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: githubautobuild-for-cdk-v2
  • Commit ID: bd9c717
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: githubautobuild-for-cdk-v2
  • Commit ID: acbd70b
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

@georgebearden georgebearden left a comment

Choose a reason for hiding this comment

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

looks good to me.

@@ -27,10 +27,13 @@
"jsii-pacmak": "^1.92.0",
"tslint": "^5.20.1",
"typescript": "4.7.4",
"aws-cdk-migration": "^1.135.0"
"aws-cdk-migration": "^1.135.0",
"constructs": "10.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

pinning constructs to 10.0.0 explicitly, without allowing for minor or patch upgrades seems intentional, so just curious about the reasoning?

@biffgaut biffgaut merged commit 0e9b833 into main Jan 29, 2024
2 checks passed
@biffgaut biffgaut deleted the MakeBuildsV2Only branch January 29, 2024 21:05
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