Skip to content

Commit

Permalink
Release/4.10.1 (#31)
Browse files Browse the repository at this point in the history
* Update develop version

* /version v4.11.0-1

* feature/hitide-profile-29: update node in dockerifle to 21.6 (#30)

Co-authored-by: jbyrne <[email protected]>

* /version v4.11.0-2

* release 4.10.1

* /version v4.10.1-rc.1

* revert

* /version v4.10.1-rc.2

* back to 21.6

* /version v4.10.1-rc.3

* back to 10

* /version v4.10.1-rc.4

* back to 21.6

* /version v4.10.1-rc.5

* revert to 10

* /version v4.10.1-rc.6

* Feature/hitide profile 29 - update docker node version to 20.12.1 (#33)

* feature/hitide-profile-29: update node in dockerifle to 21.6

* /version v4.11.0-2

* feature/hitide-profile-29: update changelog

* feature/hitide-profile-29: updated changelog node version to 20.12.1

---------

Co-authored-by: jbyrne <[email protected]>
Co-authored-by: hitide-profile bot <[email protected]>

* /version v4.10.1-rc.7

* revert to node 10 again

* /version v4.10.1-rc.8

* /version v4.11.0-3

* update node version and fix changelog

* /version v4.10.1-rc.9

* Feature/update express version (#34)

* /version v4.10.1-rc.10

* Feature/hitide profile 58 - change harmony submit to POST (#35)

* feature/hitide-ui-58: change harmony submit from get to post

* feature/hitide-profile-58: cleaned up commented code

---------

Co-authored-by: jbyrne <[email protected]>

* /version v4.11.0-4

* /version v4.10.1-rc.11

Co-authored-by: jbyrne <[email protected]>

* /version v4.10.1-rc.12

* Issue/fix release 4.10.1 - add granules to download harmony fix (#37)


---------

Co-authored-by: jbyrne <[email protected]>

* /version v4.10.1-rc.13

* Issue/hitide profile 45 - fix history not showing up (#38)

* issue/hitide-profile-45: fixed parsing error for history


---------

Co-authored-by: jbyrne <[email protected]>

* /version v4.10.1-rc.14

* issue/hitide-profile-72: add form data content type to harmony call (#39)

Co-authored-by: jbyrne <[email protected]>

* /version v4.11.0-5

* /version v4.10.1-rc.15

* Issue/hitide profile 72 - harmony form data submit fix (#40)

* issue/hitide-profile-72: add form data content type to harmony call

---------

Co-authored-by: jbyrne <[email protected]>

* /version v4.10.1-rc.16

---------

Co-authored-by: hitide-profile bot <[email protected]>
Co-authored-by: Jimmy <[email protected]>
Co-authored-by: jbyrne <[email protected]>
Co-authored-by: James Wood <[email protected]>
  • Loading branch information
5 people authored Aug 29, 2024
1 parent 5554856 commit 3704a70
Show file tree
Hide file tree
Showing 6 changed files with 4,650 additions and 2,554 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Removed
### Fixed
- issue-72: Fixed multipart form data for harmony submit.
- issue-45: Fixed history not showing up.


## [4.10.1]
### Added
### Changed
- issue-58: Changed harmony submit call from GET to POST.
- feature-29: updated docker node version to 20.12.1 (the most current long term support version).
### Removed
### Fixed

## [4.10.0]
### Added
### Changed
Expand All @@ -20,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [4.9.8]
### Added
- Update github actions to have commit message trigger deploys
- Update github actions to have commit message trigger deploys.
- PODAAC-5326: Fixed 'Add matching granules to download' button.
### Changed
### Removed
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:20.12.1
LABEL org.opencontainers.image.source="https://github.com/podaac/hitide-profile"
RUN npm install forever -g

Expand Down
Loading

0 comments on commit 3704a70

Please sign in to comment.