Skip to content

Commit

Permalink
Release 2024.2.2: document updates
Browse files Browse the repository at this point in the history
more
  • Loading branch information
robyww committed Jun 25, 2024
1 parent bfd478c commit 69c6acf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 6 additions & 5 deletions docs/new-release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ Try in the firefly dev build you just made
- merge rc into dev, use `--no-ff` to create a new commit
- `git checkout dev`
- `git merge --no-ff <rc-branch>`
#### Do only for major release
- Add the new dev cycle tag, but only if you just did the `.0` release
- _Important:_ Only do this step if this on `.0` releases.
- For example- if you just did the `2024.2.0` do this step. If you just did the `2024.2.1` skip this step.
- Tag the dev branch with the new cycle with the form - `cycle-yyyy.x`
- For example- If you just did the 2024.1.0 release, and we are beginning work on the 2024.2 cycle:
- on the dev branch
- `git tag cycle-2024.2`
- For example- if you just did the `2024.2.0` do this step. If you just did the `2024.2.1` skip this step.
- Tag the dev branch with the new cycle with the form - `cycle-yyyy.x`
- For example- If you just did the 2024.1.0 release, and we are beginning work on the 2024.2 cycle:
- on the dev branch
- `git tag cycle-2024.2`

### Update Docs
- add any improvements to this file
Expand Down
11 changes: 8 additions & 3 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
- [Notes on the next version](next-release-details.md)

## Version 2024.2
- 2024.2.1 - (June 24, 2024), _docker tag_: `latest`, `2024.2`, `2024.2.1`
- 2024.2.2 - (June 25, 2024), _docker tag_: `latest`, `2024.2`, `2024.2.2`
- 2024.2.1 - (June 24, 2024), _docker tag_: `2024.2.1`
- 2024.2.0 - (June 21, 2024), _docker tag_: `2024.2.0`

### _Notes_
Expand Down Expand Up @@ -48,8 +49,12 @@
-
### _Patches 2024.2_
- 2024.2.1
- Bug fix: Avoid IllegalStateException related to recycled request objects in Tomcat [Commit](https://github.com/Caltech-IPAC/firefly/commit/02ea84b4d3cc758fb426341356cf2ef07920ceb6)
- Bug fix: regression when parsing non-cube fits tables [Commit](https://github.com/Caltech-IPAC/firefly/commit/c95b830ab9a57487d517db31f6d50c967228e4aa)
- Bug fix: Avoid IllegalStateException related to recycled request objects in Tomcat ([Commit](https://github.com/Caltech-IPAC/firefly/commit/02ea84b4d3cc758fb426341356cf2ef07920ceb6))
- Bug fix: regression when parsing non-cube fits tables ([Commit](https://github.com/Caltech-IPAC/firefly/commit/c95b830ab9a57487d517db31f6d50c967228e4aa))
- 2024.2.2
- Bug fix: FITS table reader failing on byte columns ([Commit](https://github.com/Caltech-IPAC/firefly/commit/b28b11f7912252e053128de0f8cd3a4ddb868896))
- Bug fix: Regression issue. mask not going away with color dropdown ([Commit](https://github.com/Caltech-IPAC/firefly/commit/fa9439b533f08b72757f6ea480c0602c45d210f5))
- Bug fix: source id extracted from image search- IRSA-5367 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1571))

##### _Pull Requests in this release_
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.2+label%3abug)
Expand Down

0 comments on commit 69c6acf

Please sign in to comment.