-
Notifications
You must be signed in to change notification settings - Fork 8
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
Release v7.3.0 #2294
Conversation
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]>
binary media types for RestAPI
Revert "binary media types for RestAPI"
….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
Bump cryptography from 42.0.5 to 42.0.7
Bump cfn-lint from 0.87.1 to 0.87.2
Bump boto3 from 1.34.100 to 1.34.106
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
Bump cfn-lint from 0.87.2 to 0.87.3
updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Access codes for automatic user approval
Developer checklist
Reviewer checklist
|
Update ACCESS hyp3 deployment
There was a problem hiding this 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.
@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. |
TODO:
Validate for https://hyp3-test-api.asf.alaska.edu:
PATCH /user
withoutaccess_code
sets application status toPENDING
PATCH /user
with validaccess_code
sets application status toAPPROVED
with correct number of credits and correctaccess_code
field403
responses fromPATCH /user
for invalid, not yet active, and expired access codesValidate for https://hyp3-enterprise-test.asf.alaska.edu:
PATCH /user
withoutaccess_code
sets application status toPENDING
PATCH /user
with validaccess_code
sets application status toAPPROVED
with correct number of credits and correctaccess_code
field403
responses fromPATCH /user
for invalid, not yet active, and expired access codesValidate for https://hyp3-api.asf.alaska.edu:
PATCH /user
withoutaccess_code
sets application status toPENDING
PATCH /user
with validaccess_code
sets application status toAPPROVED
with correct number of credits and correctaccess_code
field403
responses fromPATCH /user
for invalid, not yet active, and expired access codes