Skip to content

Commit

Permalink
Merge pull request #121 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v0.5.5
  • Loading branch information
asjohnston-asf authored Jul 2, 2024
2 parents d085d7d + eba1803 commit a8e0e82
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ on:

jobs:
call-changelog-check-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].1
uses: ASFHyP3/actions/.github/workflows/[email protected].2
2 changes: 1 addition & 1 deletion .github/workflows/create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
call-create-jira-issue-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].1
uses: ASFHyP3/actions/.github/workflows/[email protected].2
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeled-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
call-labeled-pr-check-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].1
uses: ASFHyP3/actions/.github/workflows/[email protected].2
2 changes: 1 addition & 1 deletion .github/workflows/release-checklist-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
call-release-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].1
uses: ASFHyP3/actions/.github/workflows/[email protected].2
permissions:
pull-requests: write
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
call-release-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].1
uses: ASFHyP3/actions/.github/workflows/[email protected].2
with:
release_prefix: its-live-monitoring
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-anaysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
call-ruff-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].1
uses: ASFHyP3/actions/.github/workflows/[email protected].2

cfn-lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-bump-version-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].1
uses: ASFHyP3/actions/.github/workflows/[email protected].2
secrets:
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.5]
### Fixed
- Reduced maximum concurrent executions of the `its_live_monitoring` lambda from 1,000 to 100 to reduce the frequency of
`hyp3_sdk.exceptions.ServerError` exceptions when de-duplicating new jobs. See [#119](https://github.com/ASFHyP3/its-live-monitoring/issues/119).

## [0.5.4]
### Fixed
- Convert the `FilterPolicy` property of the `LandsatSubscription` CloudFormation resource from JSON to YAML, to allow upgrading to `cfn-lint` v1.3.4 (see <https://github.com/aws-cloudformation/cfn-lint/issues/3403>).
Expand Down
2 changes: 2 additions & 0 deletions cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Resources:
EventSourceArn: !GetAtt Queue.Arn
FunctionResponseTypes:
- ReportBatchItemFailures
ScalingConfig:
MaximumConcurrency: 100

LambdaLogGroup:
Type: AWS::Logs::LogGroup
Expand Down
4 changes: 2 additions & 2 deletions requirements-all.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements-its_live_monitoring.txt
-r requirements-status-messages.txt
cfn-lint==1.3.4
ruff==0.4.10
cfn-lint==1.4.2
ruff==0.5.0
pytest==8.2.2
responses==0.25.3

0 comments on commit a8e0e82

Please sign in to comment.