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.3.0 #2294

Merged
merged 68 commits into from
May 24, 2024
Merged

Release v7.3.0 #2294

merged 68 commits into from
May 24, 2024

Conversation

jtherrmann
Copy link
Contributor

@jtherrmann jtherrmann commented May 23, 2024

TODO:

Validate for https://hyp3-test-api.asf.alaska.edu:

  • API spec changes
  • PATCH /user without access_code sets application status to PENDING
  • PATCH /user with valid access_code sets application status to APPROVED with correct number of credits and correct access_code field
  • 403 responses from PATCH /user for invalid, not yet active, and expired access codes
  • submitted job has correct request time

Validate for https://hyp3-enterprise-test.asf.alaska.edu:

  • API spec changes
  • PATCH /user without access_code sets application status to PENDING
  • PATCH /user with valid access_code sets application status to APPROVED with correct number of credits and correct access_code field
  • 403 responses from PATCH /user for invalid, not yet active, and expired access codes
  • submitted job has correct request time

Validate for https://hyp3-api.asf.alaska.edu:

  • API spec changes
  • PATCH /user without access_code sets application status to PENDING
  • PATCH /user with valid access_code sets application status to APPROVED with correct number of credits and correct access_code field
  • 403 responses from PATCH /user for invalid, not yet active, and expired access codes
  • submitted job has correct request time

dependabot bot and others added 30 commits May 13, 2024 19:38
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.87.1 to 0.87.2.
- [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/v0.87.2/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v0.87.1...v0.87.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 [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 42.0.7.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.5...42.0.7)

---
updated-dependencies:
- dependency-name: cryptography
  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.6 to 5.0.7.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.6...5.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.5)

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

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

Bump moto[dynamodb] from 5.0.6 to 5.0.7
Bumps [boto3](https://github.com/boto/boto3) from 1.34.100 to 1.34.106.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.100...1.34.106)

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

Signed-off-by: dependabot[bot] <[email protected]>
…ns/checkout-4.1.5

Bump actions/checkout from 4.1.2 to 4.1.5
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
updated-dependencies:
- dependency-name: cfn-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
updated-dependencies:
- dependency-name: serverless-wsgi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Bump serverless-wsgi from 3.0.3 to 3.0.4
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@jtherrmann jtherrmann added the minor Bump the minor version number of this project label May 23, 2024
Copy link

github-actions bot commented May 23, 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?

@jtherrmann jtherrmann temporarily deployed to hyp3-enterprise-test May 23, 2024 22:33 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-a19-jpl-test May 23, 2024 22:33 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-its-live-test May 23, 2024 22:33 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-enterprise-test May 23, 2024 22:38 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-a19-jpl-test May 23, 2024 22:38 — with GitHub Actions Inactive
@jtherrmann jtherrmann temporarily deployed to hyp3-its-live-test May 23, 2024 22:38 — with GitHub Actions Inactive
@jtherrmann jtherrmann marked this pull request as ready for review May 23, 2024 22:39
@jtherrmann jtherrmann requested a review from a team as a code owner May 23, 2024 22:39
Copy link
Contributor

@forrestfwilliams forrestfwilliams left a comment

Choose a reason for hiding this comment

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

All the workshop access codes look good to me, and the changes to HyP3 Access match what is described on the changelog. @jtherrmann and @asjohnston-asf, I'm ready to approve, but will hold off until you two are in the office.

@cmarshak
Copy link
Contributor

@jtherrmann - we are going to leave our zeroed out ACCESS deployment as is. We have very few jobs so we are not in any risk of overrunning our account (we do not need to manually limit the compute environment either). When we need to resume processing, we will coordinate a release to increase the throughput back up again. Thanks for your help and communication on this front.

@jtherrmann jtherrmann merged commit aa76f18 into main May 24, 2024
19 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.

4 participants