Skip to content

Commit

Permalink
Merge pull request #459 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v0.3.4 - Hand licesne
  • Loading branch information
jhkennedy authored Dec 19, 2023
2 parents 4f00459 + a0b341b commit b0bd0a8
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:

jobs:
call-changelog-check-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected].2
uses: ASFHyP3/actions/.github/workflows/[email protected].3
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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].2
uses: ASFHyP3/actions/.github/workflows/[email protected].3
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/deploy-stac-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:

call-bump-version-workflow:
needs: deploy-stac-api
uses: ASFHyP3/actions/.github/workflows/[email protected].2
uses: ASFHyP3/actions/.github/workflows/[email protected].3
secrets:
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}
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].2
uses: ASFHyP3/actions/.github/workflows/[email protected].3
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].2
uses: ASFHyP3/actions/.github/workflows/[email protected].3
with:
release_prefix: ASF STAC
secrets:
Expand Down
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.3.4]
### Changed
- HAND license changed to CC0 from CCBy 4.0 in `collections/glo-30-hand/glo-30-hand.json` to match NASA data publishing guidelines.


## [0.3.3]
### Changed
- Updated GitHub actions to use `setup-micromamba` instead of `setup-miniconda`
Expand Down
2 changes: 1 addition & 1 deletion collections/glo-30-hand/glo-30-hand.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
}
},
"stac_extensions": [],
"license": "Creative Commons Attribution 4.0 International Public License."
"license": "Creative Commons Zero (CC0) 1.0 Universal License"
}
6 changes: 3 additions & 3 deletions requirements-apps-api.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mangum==0.17.0
stac-fastapi.api==2.4.8
stac-fastapi.extensions==2.4.5
stac-fastapi.pgstac==2.4.5
stac-fastapi.types==2.4.5
stac-fastapi.extensions==2.4.8
stac-fastapi.pgstac==2.4.10
stac-fastapi.types==2.4.8
2 changes: 1 addition & 1 deletion requirements-run-codebuild.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
boto3==1.26.163
boto3==1.33.4
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements-apps-api.txt
-r requirements-run-codebuild.txt
./lib/asf-stac-util/
boto3==1.26.163
cfn-lint==0.79.9
flake8==6.0.0
boto3==1.33.4
cfn-lint==0.83.3
flake8==6.1.0
pypgstac[psycopg]==0.7.10
pystac==1.8.3
pytest==7.4.2
pystac==1.9.0
pytest==7.4.3
requests==2.31.0
shapely==2.0.1
shapely==2.0.2
tqdm==4.66.1
uvicorn==0.23.2
uvicorn==0.24.0.post1

0 comments on commit b0bd0a8

Please sign in to comment.