Skip to content

Commit 8d25116

Browse files
committed
Release 2022.2.0: document updates
1 parent ca90481 commit 8d25116

File tree

2 files changed

+35
-26
lines changed

2 files changed

+35
-26
lines changed

docs/next-release-details.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,14 @@
11
# Notes for next Release
22

3-
## Version 2022.2 (unreleased, target: end of July)
4-
- 2022.2 - development
3+
## Version 2022.3 (unreleased, rough target: end of October)
4+
- 2022.3 - development
55
- docker tag: `nightly`
66

77
### _Notes_
88
#### This release has notable UI, Infrastructure, and API enhancements
99

10-
#### UI Enhancements
11-
- Charts support multiple charts from different tables [Firefly-994](https://github.com/Caltech-IPAC/firefly/pull/1229)
12-
- Aitoff HiPS [Firefly-978](https://github.com/Caltech-IPAC/firefly/pull/1207)
13-
- Improved dynamic field generation in service descriptors [Firefly-997](https://github.com/Caltech-IPAC/firefly/pull/1226)
14-
- Support HiPs based target selection [Firefly-980](https://github.com/Caltech-IPAC/firefly/pull/1227)
15-
- Filters are on for all search tables [Firefly-971](https://github.com/Caltech-IPAC/firefly/pull/1213)
16-
- Improved large table loading performance [Firefly-978](https://github.com/Caltech-IPAC/firefly/pull/1206)
17-
18-
#### API Enhancements
19-
- API: Add the capability to a create persistent resource from a table request [Firefly-982](https://github.com/Caltech-IPAC/firefly/pull/1214)
20-
21-
#### Infrastructure Enhancements
22-
- Docker support passing firefly client options on startup [Firefly-885](https://github.com/Caltech-IPAC/firefly/pull/1227)
23-
- Improved passing properties to docker [Firefly-996](https://github.com/Caltech-IPAC/firefly/pull/1225)
24-
- Improved status page [Firefly-992](https://github.com/Caltech-IPAC/firefly/pull/1218)
25-
26-
#### Notable Bug fixes
27-
- Fixed: WAVE_TAB: The algorithm is producing incorrect results [Firefly-989](https://github.com/Caltech-IPAC/firefly/pull/1224)
28-
- Multiple table related bugs
10+
_no notes yet_
2911

3012
##### _Pull Requests in this release_
31-
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2022.2+label%3abug)
32-
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2022.2+)
13+
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2022.3+label%3abug)
14+
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2022.3+)

docs/release-notes.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,36 @@
77
- [Notes on next version](next-release-details.md)
88

99

10-
#### Infrastructure updates
11-
- _Build_: Node.js updated to `v18`, `v12` is end-of-life [Pull Request](https://github.com/Caltech-IPAC/firefly/pull/1234)
12-
- _Build_: Improved docker developer environment [Pull Request](https://github.com/Caltech-IPAC/firefly/pull/1234)
10+
## Version 2022.2
11+
- 2022.2 - (July 2022)
12+
- docker tag: `latest`, `2022.2`, `2022.2.0`
13+
14+
### _Notes_
15+
#### This release has notable UI, Infrastructure, and API enhancements
16+
17+
#### UI Enhancements
18+
- Charts support multiple charts from different tables [Firefly-994](https://github.com/Caltech-IPAC/firefly/pull/1229)
19+
- Aitoff HiPS [Firefly-978](https://github.com/Caltech-IPAC/firefly/pull/1207)
20+
- Improved dynamic field generation in service descriptors [Firefly-997](https://github.com/Caltech-IPAC/firefly/pull/1226)
21+
- Support HiPs based target selection [Firefly-980](https://github.com/Caltech-IPAC/firefly/pull/1227)
22+
- Filters are on for all search tables [Firefly-971](https://github.com/Caltech-IPAC/firefly/pull/1213)
23+
- Improved large table loading performance [Firefly-978](https://github.com/Caltech-IPAC/firefly/pull/1206)
24+
25+
#### API Enhancements
26+
- API: Add the capability to a create persistent resource from a table request [Firefly-982](https://github.com/Caltech-IPAC/firefly/pull/1214)
27+
28+
#### Infrastructure Enhancements
29+
- Docker support passing firefly client options on startup [Firefly-885](https://github.com/Caltech-IPAC/firefly/pull/1227)
30+
- Improved passing properties to docker [Firefly-996](https://github.com/Caltech-IPAC/firefly/pull/1225)
31+
- Improved status page [Firefly-992](https://github.com/Caltech-IPAC/firefly/pull/1218)
32+
33+
#### Notable Bug fixes
34+
- Fixed: WAVE_TAB: The algorithm is producing incorrect results [Firefly-989](https://github.com/Caltech-IPAC/firefly/pull/1224)
35+
- Multiple table related bugs
36+
37+
##### _Pull Requests in this release_
38+
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2022.2+label%3abug)
39+
- [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2022.2+)
1340

1441

1542
## Version 2022.1

0 commit comments

Comments
 (0)