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(stepfunctions-tasks): add revision number #24226

Merged
merged 22 commits into from
Feb 28, 2023
Merged

Conversation

westhouseK
Copy link
Contributor

I can specify revision number when we use EcsRunTask. According to API referance, we can specify revision number.
I initially thought that EcsTask has to have this propety, but revision number can be specified only when we execute(ECS referance). So I fixed it like this.

Closes #23491


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

@gitpod-io
Copy link

gitpod-io bot commented Feb 19, 2023

@github-actions github-actions bot added beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 labels Feb 19, 2023
@aws-cdk-automation aws-cdk-automation requested a review from a team February 19, 2023 06:19
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.

The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.

A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.

@aws-cdk-automation aws-cdk-automation dismissed their stale review February 19, 2023 12:28

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

@TheRealAmazonKendra TheRealAmazonKendra changed the title feat(stepfunctions-tasks): added revision number feat(stepfunctions-tasks): add revision number Feb 20, 2023
Copy link
Contributor

@TheRealAmazonKendra TheRealAmazonKendra left a comment

Choose a reason for hiding this comment

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

This looks good. We just now have merge conflicts. Could you please take a look at those?

@mergify mergify bot dismissed TheRealAmazonKendra’s stale review February 21, 2023 13:48

Pull request has been modified.

@westhouseK
Copy link
Contributor Author

This looks good. We just now have merge conflicts. Could you please take a look at those?

Hi, @TheRealAmazonKendra . I have resolved merge conficts. Please review files changed again.

RomainMuller and others added 2 commits February 28, 2023 23:09
The runtime code uses `process.env.CDK_DOCKER` if present, but the test fails to account for the same.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…chineImege is provided (aws#23593)

closes aws#23592

Reading through the discussion in PR aws#12385, which introduced the original code, I could not find any reason not to create userData when machineImage is provided. They also agreed with the design [here](aws#12385 (comment)), but it seems it accidentally became out of scope at the time.

This change should not be considered as a breaking change because we are just adding empty userData to launchTemplates whose userData is not specified explicitly, and it will not have any effect on the existing behavior.

* Users who already sets a userData explicitly:
   * will not see any change to their synthesized template, as this PR only modifies userData when it is not set explicitly.
* Users who is not using userData:
   * will see a userData is added to their template. But the userData is empty and does nothing. It should not have any effect on the previous behavior.

----

### All Submissions:

* [X] Have you followed the guidelines in our [Contributing guide?](https:/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Construct Runtime Dependencies:

* [ ] This PR adds new construct runtime dependencies following the process described [here](https:/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-construct-runtime-dependencies)

### New Features

* [X] Have you added the new feature to an [integration test](https:/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [X] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
corymhall and others added 4 commits February 28, 2023 23:09
)

If you were not applying a permissions boundary at all (previously or currently) then you would get a message like `Switching from  to undefined...`. This PR fixes that and updates the wording a little.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
When installing Helm chart sometimes it is needed to skip the installation of custom resource definitions.
This MR adds the functionality to the helm chart construct.

In fact I did the following

* Add the possibility to skip the installation of crds in a helm chart via a new property
* Add tests for skipCrds property
* Update README

Closes aws#24296 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@westhouseK
Copy link
Contributor Author

Hi, @comcalvi !
Thank you for reviewing. I fixed all the points you pointed out, so please check again.

@mergify
Copy link
Contributor

mergify bot commented Feb 28, 2023

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).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 9020d20
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify mergify bot merged commit 643042b into aws:main Feb 28, 2023
@mergify
Copy link
Contributor

mergify bot commented Feb 28, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws-stepfunctions-tasks: Allow using a specific revision in EcsRunTask
8 participants