Skip to content

Commit 3c4ee47

Browse files
committed
Release 2021.2.0: document updates
1 parent a19bf8c commit 3c4ee47

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docs/new-release-procedure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
- `gradle :firefly:test`
2020

2121
1. **Commit, Tag**
22-
- commit your changes - _example message:_ "Release 2020.1.0: document updates"
22+
- commit your changes - _example message:_ "Release 2021.1.0: document updates"
2323
- tag the `rc-yyyy.m` branch with the release `release-yyyy.m.r`
2424
- _example:_
25-
- the second release from branch `rc-2020.2` with the git tagged with `release-2020.2.1`
26-
- `git tag release-2020.2.1`
25+
- the second release from branch `rc-2021.2` with the git tagged with `release-2021.2.1`
26+
- `git tag release-2021.2.1`
2727

2828
1. **Push to GitHub**:
29-
- push the rc: _example:_ `git push origin rc-2020.1`
29+
- push the rc: _example:_ `git push origin rc-2021.1`
3030
- push the tags: `git push origin --tags`
3131

3232
1. **Build docker images and deploy it to IRSA Kubernetes**
3333
- Best to use Jenkins: https://irsawebdev5.ipac.caltech.edu:8443/view/IRSA%20k8s/job/ikc_firefly/build
3434
- Build the docker with the following docker tags: `rc-yyyy.m`, `release-yyyy.m`,`release-yyyy.m.r`, `latest`
35-
- _example:_ from the example above the release would be built with: `rc-2020.2`, `release-2020.2`,`release-2020.2.1`, `latest`
35+
- _example:_ from the example above the release would be built with: `rc-2021.2`, `release-2021.2`,`release-2021.2.1`, `latest`
3636
- `ACTION`: Select 'both'
3737
- `DEPLOY_ENV`: Select 'ops' to have this release deploy to fireflyops.ipac.caltech.edu
3838
- _notes:_
@@ -59,7 +59,7 @@
5959
- `BuildMinor = -1`
6060
- `BuildRev = 0`
6161
- add any improvements to this file
62-
- commit and push dev, _example message_ - "Post 2020.1 release: dev clean up"
62+
- commit and push dev, _example message_ - "Post 2021.1 release: dev clean up"
6363

6464
1. **Edit docker hub instructions**
6565
- Go the the Firefly page on docker hub. https://cloud.docker.com/u/ipac/repository/docker/ipac/firefly

docs/release-notes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,21 @@
1414
- TAP search panel have substantial enhancements for ObsCore searches
1515
- First release for the Spectral Viewing mode for charts
1616
- Target panel recognizes new type of ra/dec input
17-
- Docker now support setting the cleanup internal
17+
- Charting UI has had substantial clean up and bug fixes
18+
- Docker container now supports setting the cleanup interval (`docker run --rm ipac/firefly:latest --help`)
1819

1920

2021
##### _UI_
2122
- Spectral Viewer ([Firefly-691](https://github.com/Caltech-IPAC/firefly/pull/1079))
2223
- TAP ObsCore search ([PR](https://github.com/Caltech-IPAC/firefly/pull/1073))
2324
- KOA added to List of TAP services ([PR](https://github.com/Caltech-IPAC/firefly/pull/1069))
25+
- Charting UI improvements ([PR](https://github.com/Caltech-IPAC/firefly/pull/1082))
2426

2527
##### _Other_
2628
- Docker cleanup interval ([Firefly-737](https://github.com/Caltech-IPAC/firefly/pull/1076))
2729

2830
##### _API_
29-
- coverage can handle tables with HMS columns ([Firefly-678](https://github.com/Caltech-IPAC/firefly/pull/1069))
31+
- Coverage can handle tables with HMS columns ([Firefly-678](https://github.com/Caltech-IPAC/firefly/pull/1069))
3032

3133
##### _Pull Request in this release_
3234
- [Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2021.2+label%3abug)

0 commit comments

Comments
 (0)