Skip to content

Commit

Permalink
Merge pull request #382 from asfadmin/test
Browse files Browse the repository at this point in the history
Release v1.2.1
  • Loading branch information
asjohnston-asf authored Dec 28, 2023
2 parents efc7f96 + 74b366c commit fcadbb8
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ on:
jobs:
call-changelog-check-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.8.0
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.9.0
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
name: ${{ matrix.environment }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: aws-actions/configure-aws-credentials@v2
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8

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 @@ -13,4 +13,4 @@ on:
jobs:
call-labeled-pr-check-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.8.0
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.9.0
2 changes: 1 addition & 1 deletion .github/workflows/release-checklist-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
call-release-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.8.0
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.9.0
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/reusable-release.yml@v0.8.0
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.9.0
with:
release_prefix: GRFN Ingest
release_branch: prod
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8

Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: scottbrenner/cfn-lint-action@v2
with:
Expand All @@ -32,7 +32,7 @@ jobs:
statelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
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 @@ -8,7 +8,7 @@ on:
jobs:
call-bump-version-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.8.0
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.9.0
with:
user: tools-bot
email: UAF-asf-apd@alaska.edu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: mamba-org/provision-with-micromamba@v15
- uses: mamba-org/provision-with-micromamba@v16

- shell: bash -l {0}
run: |
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.1]
### Changed
- Upgraded Python and GitHub Action dependencies.

## [1.2.0]
### Removed
- ` (BETA)` from collection data set ID values to match new collection titles in grfn-cmr v2.1.0
Expand Down
4 changes: 2 additions & 2 deletions requirements-cmr-token.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.28.2
requests-pkcs12==1.18
boto3==1.34.9
requests-pkcs12==1.22
4 changes: 2 additions & 2 deletions requirements-echo10-construction.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3==1.28.2
boto3==1.34.9
Jinja2==3.1.2
shapely==2.0.1
shapely==2.0.2
2 changes: 1 addition & 1 deletion requirements-echo10-to-cmr.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.28.2
boto3==1.34.9
requests==2.31.0
2 changes: 1 addition & 1 deletion requirements-ingest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.28.2
boto3==1.34.9
2 changes: 1 addition & 1 deletion requirements-invoke.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.28.2
boto3==1.34.9
2 changes: 1 addition & 1 deletion requirements-notify.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.28.2
boto3==1.34.9
4 changes: 2 additions & 2 deletions requirements-verify.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.28.2
jsonschema==4.18.0
boto3==1.34.9
jsonschema==4.20.0

0 comments on commit fcadbb8

Please sign in to comment.