Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/4.10.1 #31

Merged
merged 42 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
57809a8
Update develop version
jamesfwood Oct 9, 2023
61af721
/version v4.11.0-1
Oct 9, 2023
2b981fd
feature/hitide-profile-29: update node in dockerifle to 21.6 (#30)
jbyrne6 Feb 28, 2024
fa93bfd
/version v4.11.0-2
Feb 28, 2024
95a01d4
release 4.10.1
Feb 28, 2024
6d2e18e
/version v4.10.1-rc.1
Feb 28, 2024
ce11f4c
revert
Feb 28, 2024
a4e949b
/version v4.10.1-rc.2
Feb 28, 2024
812ce31
back to 21.6
Feb 28, 2024
c17bbc2
/version v4.10.1-rc.3
Feb 28, 2024
0604f83
back to 10
Feb 28, 2024
7e72037
/version v4.10.1-rc.4
Feb 28, 2024
a2972e7
back to 21.6
Feb 29, 2024
ee48d01
/version v4.10.1-rc.5
Feb 29, 2024
f011c04
revert to 10
Feb 29, 2024
e9b7eb8
/version v4.10.1-rc.6
Feb 29, 2024
df61809
Feature/hitide profile 29 - update docker node version to 20.12.1 (#33)
jbyrne6 Apr 9, 2024
b316770
/version v4.10.1-rc.7
Apr 9, 2024
fcc9dc8
revert to node 10 again
Apr 16, 2024
d7f77e7
/version v4.10.1-rc.8
Apr 16, 2024
1a1e64b
Merge branch 'release/4.10.1' into develop
Apr 17, 2024
b777a72
/version v4.11.0-3
Apr 17, 2024
6d2ed76
update node version and fix changelog
Apr 29, 2024
a1b1d71
/version v4.10.1-rc.9
Apr 29, 2024
8404008
Feature/update express version (#34)
jbyrne6 Apr 30, 2024
cc5d8c5
/version v4.10.1-rc.10
Apr 30, 2024
18256f8
Feature/hitide profile 58 - change harmony submit to POST (#35)
jbyrne6 Jun 7, 2024
ed22986
/version v4.11.0-4
Jun 7, 2024
de06e35
Merge branch 'develop' into release/4.10.1
Jun 7, 2024
95997ff
/version v4.10.1-rc.11
Jun 7, 2024
cd03f3d
deploy/sit (#36)
jbyrne6 Jun 10, 2024
385c00d
/version v4.10.1-rc.12
Jun 10, 2024
7e32e8b
Issue/fix release 4.10.1 - add granules to download harmony fix (#37)
jbyrne6 Jun 10, 2024
94623c5
/version v4.10.1-rc.13
Jun 10, 2024
759f044
Issue/hitide profile 45 - fix history not showing up (#38)
jbyrne6 Jun 17, 2024
0261501
/version v4.10.1-rc.14
Jun 17, 2024
9b9d2a5
issue/hitide-profile-72: add form data content type to harmony call (…
jbyrne6 Jul 29, 2024
654df79
/version v4.11.0-5
Jul 29, 2024
a010650
Merge branch 'develop' into release/4.10.1
Jul 29, 2024
ae34175
/version v4.10.1-rc.15
Jul 29, 2024
b0db1bf
Issue/hitide profile 72 - harmony form data submit fix (#40)
jbyrne6 Aug 12, 2024
6a3c91d
/version v4.10.1-rc.16
Aug 12, 2024
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
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