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

Release v4.1.2 #1871

Merged
merged 10 commits into from
Oct 10, 2023
Merged

Release v4.1.2 #1871

merged 10 commits into from
Oct 10, 2023

Conversation

jtherrmann
Copy link
Contributor

@jtherrmann jtherrmann commented Oct 9, 2023

See https://asfdaac.atlassian.net/browse/TOOL-2220 for notes on how we validated the new retry implementation.

Re: the Developer Checklist (below), the Step Function code has changed, but I don't think it should cause any problems (so no need to drain the job queue, I hope).

dependabot bot and others added 10 commits October 6, 2023 19:36
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.80.3 to 0.81.0.
- [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v0.80.3...v0.81.0)

---
updated-dependencies:
- dependency-name: cfn-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Use exponential backoff retry strategy
Bumps [boto3](https://github.com/boto/boto3) from 1.28.55 to 1.28.62.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.28.55...1.28.62)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [moto[dynamodb]](https://github.com/getmoto/moto) from 4.2.4 to 4.2.5.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@4.2.4...4.2.5)

---
updated-dependencies:
- dependency-name: moto[dynamodb]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
….2.5

Bump moto[dynamodb] from 4.2.4 to 4.2.5
@jtherrmann jtherrmann added the patch Bump the patch version number of this project label Oct 9, 2023
@jtherrmann jtherrmann requested a review from a team as a code owner October 9, 2023 23:16
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

Developer checklist

  • Indicated the level of changes to this package by affixing one of these labels:

    • major -- Major changes to the API that may break current workflows
    • minor -- Minor changes to the API that do not break current workflows
    • patch -- Patches and bugfixes for the current version that do not break current workflows
    • bumpless -- Changes to documentation, CI/CD pipelines, etc. that don't affect the software's version
  • (If applicable) Updated the dependencies and indicated any downstream changes that are required

  • Added/updated documentation for these changes

  • Added/updated tests for these changes

  • If the step function code has changed, have you drained the job queue before merging?

    • For example, if the interface for a Lambda function has changed to expect different input,
      then currently running jobs (which use the old step function definition) will call the new
      function with the old input. So we must drain the job queue before deployment, so that the new
      function is only called by the new step function definition.

Reviewer checklist

  • Have all dependencies been updated?
  • Is the level of changes labeled appropriately?
  • Are all the changes described appropriately in CHANGELOG.md?
  • Has the documentation been adequately updated?
  • Are the tests adequate?

@jtherrmann jtherrmann merged commit 46441a6 into main Oct 10, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Bump the patch version number of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants