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 v7.11.0 #2446

Merged
merged 14 commits into from
Oct 1, 2024
Merged

Release v7.11.0 #2446

merged 14 commits into from
Oct 1, 2024

Conversation

jhkennedy
Copy link
Contributor

No description provided.

dependabot bot and others added 14 commits September 30, 2024 19:20
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.15.0 to 1.15.2.
- [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v1.15.0...v1.15.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [boto3](https://github.com/boto/boto3) from 1.35.24 to 1.35.29.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.24...1.35.29)

---
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 5.0.15 to 5.0.16.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.15...5.0.16)

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

Signed-off-by: dependabot[bot] <[email protected]>
Update jobs available in enterprise deployments to match production hyp3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Bump moto[dynamodb] from 5.0.15 to 5.0.16
…ns/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
Bumps [boto3](https://github.com/boto/boto3) from 1.35.29 to 1.35.31.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.29...1.35.31)

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

Signed-off-by: dependabot[bot] <[email protected]>
@jhkennedy jhkennedy added the minor Bump the minor version number of this project label Oct 1, 2024
@jhkennedy jhkennedy requested a review from a team as a code owner October 1, 2024 23:03
Copy link

github-actions bot commented Oct 1, 2024

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
  • Verified changes in test deployment and summarized results, e.g. in PR description or comments on the related issue(s)
  • 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?
  • Have the changes been verified in the test deployment?

@jhkennedy jhkennedy merged commit c5fc0a7 into main Oct 1, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Bump the minor version number of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants