Skip to content

Commit

Permalink
Release 2023.1.1: document updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robyww committed May 5, 2023
1 parent 0b86e11 commit 7a81881
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/new-release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
- _example:_ from the example above the release would be built with: `rc-2021.2`, `2021.2`,`2021.2.1`, `latest`
- `BUILD_ENV`: Select 'ops'
- `ACTION`: Select 'both'
- `DEPLOY_ENV`: Select 'ops' to have this release deploy to fireflyops.ipac.caltech.edu
- `DEPLOY_ENV`: Select 'ops' to have this release deploy to `fireflyops.ipac.caltech.edu`
- _notes:_
- the `rc-yyyy.m` docker tag does not represent the release, it is just the most recent build of the branch
- the `yyyy.m` docker tag always represents the latest release of the version
- the `latest` tag is always the latest formal release. (note- development release use `nightly`)

### Test the Build
- Try in in the firefly dev build you just main
- Try in in the firefly dev build you just made

### Merge RC and Start a new development cycle
- merge rc into dev, use `--no-ff` to create a new commit
Expand All @@ -52,7 +52,7 @@
- For example- If you just did the 2022.1.0 release, and we are beginning work on the 2022.2 cycle:
- on the dev branch
- `git tag cycle-2022.2`
-

### Update Docs
- add any improvements to this file
- commit and push dev, _example message_ - "Post 2021.1 release: dev clean up"
Expand All @@ -62,7 +62,7 @@
- Go to the Firefly page on docker hub. https://cloud.docker.com/u/ipac/repository/docker/ipac/firefly
- Edit the markdown to include the recent tags

### Publish on Github
### Publish on GitHub
- The text should use the [release-page-template.md](release-page-template.md)
- After using the template, copy the markdown (for this release only) from the release-notes.md
- paste markdown at the end of the template
Expand Down
22 changes: 15 additions & 7 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,33 @@
- [Notes on next version](next-release-details.md)

## Version 2023.1
- 2022.3.0 - (May 2023)
- docker tag: `latest`, `2022.3`, `2022.3.0`
- 2023.1.1 - (May 1, 2023)
- docker tag: `latest`, `2023.1`, `2023.1.1`
- 2023.1.0 - (May 5, 2023)
- docker tag: `2023.1.0`

### _Notes_
#### This release includes some significant new features, existing feature improvements, and code clean up

#### New Features
- TAP Upload: [Firefly-1142](https://github.com/Caltech-IPAC/firefly/pull/1317), [Firefly-1148](https://github.com/Caltech-IPAC/firefly/pull/1331), [Firefly-1189](https://github.com/Caltech-IPAC/firefly/pull/1337)
- Improve TAP UI: [Firefly-1215](https://github.com/Caltech-IPAC/firefly/pull/1354)
- Improved Click to search UI: [Firefly-1152](https://github.com/Caltech-IPAC/firefly/pull/1326)
- Improved Derived columns UI: [Firefly-1153](https://github.com/Caltech-IPAC/firefly/pull/1330)
- Improved Charting and Spectral UI layout: [Firefly-1183](https://github.com/Caltech-IPAC/firefly/pull/1348)
- Improved 3-color selection: [Firefly-1134](https://github.com/Caltech-IPAC/firefly/pull/1310)
- Improved: TAP UI: [Firefly-1215](https://github.com/Caltech-IPAC/firefly/pull/1354)
- Improved: Click to search UI: [Firefly-1152](https://github.com/Caltech-IPAC/firefly/pull/1326)
- Improved: Derived columns UI: [Firefly-1153](https://github.com/Caltech-IPAC/firefly/pull/1330)
- Improved: Charting and Spectral UI layout: [Firefly-1183](https://github.com/Caltech-IPAC/firefly/pull/1348)
- Improved: 3-color selection: [Firefly-1134](https://github.com/Caltech-IPAC/firefly/pull/1310)
- UWS support: [Firefly-1128](https://github.com/Caltech-IPAC/firefly/pull/1308), [Firefly-1129](https://github.com/Caltech-IPAC/firefly/pull/1319)
- Faster image loading: [Firefly-1190](https://github.com/Caltech-IPAC/firefly/pull/1338)
- Table of loaded image available in pinned image section: [Firefly-1081](https://github.com/Caltech-IPAC/firefly/pull/1344)
- Obscore table packaging: [Firefly-1193](https://github.com/Caltech-IPAC/firefly/pull/1351)
- Embedded spacial search UI in Hips: [Firefly-1177](https://github.com/Caltech-IPAC/firefly/pull/1328)


##### _Patches 2023.1_
- 2023.1.1
- fixed: polygon searches force spaces after comma [Firefly-1234](https://github.com/Caltech-IPAC/firefly/pull/1376)


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

0 comments on commit 7a81881

Please sign in to comment.