Skip to content

Commit

Permalink
Update cmr-umm-updater action version and UMM-S URL entries (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace authored Apr 3, 2024
1 parent d28e292 commit c33d766
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
- name: Publish UMM-S with new version
id: publish-umm-s
uses: podaac/[email protected].0
uses: podaac/[email protected].1
if: |
github.ref == 'refs/heads/main' ||
startsWith(github.ref, 'refs/heads/release')
Expand All @@ -335,7 +335,7 @@ jobs:
- name: Publish UMM-S with new version retry
id: publish-umm-s-retry
uses: podaac/[email protected].0
uses: podaac/[email protected].1
if: |
steps.publish-umm-s.outcome == 'failure'
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Issue 105 - Only benchmarking data is being loaded even when load_benchmarking_data flag is false
- Issue 44 - Load data lambda only loads the first granule found in the time range
- Issue 116 - CICD will not publish when build run as workflow dispatch
- Issue 146 - Fixed value of URL and RelatedURLs in UMM-S record
### Security

## [1.0.0]
Expand Down
9 changes: 6 additions & 3 deletions cmr/hydrocron_umm_s.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"Version": "#.#.#",
"VersionDescription": "Version released in UAT",
"LastUpdatedDate": "20231214",
"URL": "https://soto.podaac.uat.earthdatacloud.nasa.gov/hydrocron/v1",
"URL": {
"Description": "Service top-level URL",
"URLValue": "*Replaced by CICD*"
},
"RelatedURLs": [
{
"URL": "https://podaac.github.io/hydrocron/intro.html",
Expand All @@ -14,7 +17,7 @@
"Type": "VIEW RELATED INFORMATION"
},
{
"URL": "https://soto.podaac.uat.earthdatacloud.nasa.gov/hydrocron/v1/timeseries",
"URL": "https://soto.podaac.earthdatacloud.nasa.gov/hydrocron/v1/timeseries",
"Description": "Hydrocron time series API endpoint.",
"URLContentType": "DistributionURL",
"Format": "GeoJSON",
Expand All @@ -23,7 +26,7 @@
"MimeType": "application/json"
},
{
"URL": "https://soto.podaac.uat.earthdatacloud.nasa.gov/hydrocron/v1/timeseries",
"URL": "https://soto.podaac.earthdatacloud.nasa.gov/hydrocron/v1/timeseries",
"Description": "Hydrocron time series API endpoint.",
"URLContentType": "DistributionURL",
"Format": "CSV",
Expand Down

0 comments on commit c33d766

Please sign in to comment.