Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/.release-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
${{ startsWith(github.ref, 'refs/heads/release/') }}
steps:
# Checks-out the develop branch
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: 'refs/heads/develop'
- uses: actions/setup-python@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
source: ${{ steps.build-outputs.outputs.source }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0 # Needed for proper versioning
Comment on lines +40 to 42

Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
### Changed
- [issue/116](https://github.com/podaac/tig/issues/116): Poetry update python libraries for cumulus consolidation.
### Deprecated
### Removed
### Fixed
Expand All @@ -24,9 +25,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed
- [issue/72] (https://github.com/podaac/hitide/issues/72): empty granules for VIIRS_NPP-NAVO-L2P-v3.0 moved up code where we test lon lat for nans.
- [issue/78] (https://github.com/podaac/hitide/issues/78): error message for empty granules
- [issue/87] (https://github.com/podaac/hitide/issues/87): output message from cli call on input used to call tig.
- [issue/72](https://github.com/podaac/tig/issues/72): empty granules for VIIRS_NPP-NAVO-L2P-v3.0 moved up code where we test lon lat for nans.
- [issue/78](https://github.com/podaac/tig/issues/78): error message for empty granules
- [issue/87](https://github.com/podaac/tig/issues/87): output message from cli call on input used to call tig.
### Security


Expand Down Expand Up @@ -59,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed
- [issue/79] (https://github.com/podaac/hitide/issues/79): Fix calculating how big the image resolution is, possibly size is 0 so make sure its at least 1
- [issue/79](https://github.com/podaac/tig/issues/79): Fix calculating how big the image resolution is, possibly size is 0 so make sure its at least 1
Comment thread
Copilot marked this conversation as resolved.
Outdated
### Security


Expand Down Expand Up @@ -138,7 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ** Add image uploading **
- update tig to upload tig image to ecr
- ** Add palette support to generating configuration **
- [issue/44] (https://github.com/podaac/hitide/issues/44): Add support to palette, ppd, fill_missing in csv in generating configuration
- [issue/44](https://github.com/podaac/tig/issues/44): Add support to palette, ppd, fill_missing in csv in generating configuration
- ** Fix swot 2.0 alignment issue **
- Added way to use global grid for region if it is in hitide configurations
### Changed
Expand All @@ -156,9 +157,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ** Add Hitide Generate Configuration **
- [issue/26](https://github.com/podaac/tig/issues/26): Added cli command to generate hitide configurations for tig/forge
- ** Added in swot expert image generation **
- [issue/18] (https://github.com/podaac/hitide/issues/18): Added in code to generate ssha_karin_2 in swot expert
- [issue/18](https://github.com/podaac/hitide/issues/18): Added in code to generate ssha_karin_2 in swot expert
- ** Upgrade to support Cumulus 16 **
- [issue/29] (https://github.com/podaac/hitide/issues/29): Upgrade to support cumulus 16
- [issue/29](https://github.com/podaac/hitide/issues/29): Upgrade to support cumulus 16
Comment thread
Copilot marked this conversation as resolved.
Outdated
### Changed
### Deprecated
### Removed
Expand Down
Loading
Loading