Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit c568572

Browse files
authored
Merge pull request #927 from timtheisen/master
Release notes for 2022-02-17 data release
2 parents ec77d3e + 4caf7a5 commit c568572

3 files changed

Lines changed: 94 additions & 0 deletions

File tree

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
OSG Data Release 3.5.56-2
2+
=========================
3+
4+
**Release Date:** 2022-02-17
5+
**Supported OS Versions:** EL7, EL8
6+
7+
!!!tip "Want faster access to production-ready software?"
8+
OSG 3.5 offers a rolling release repository where packages are added as soon as they pass acceptance testing.
9+
To install packages from this repository, enable `[osg-rolling]` in `/etc/yum.repos.d/osg-rolling.repo`:
10+
11+
[osg-rolling]
12+
...
13+
enabled=1
14+
15+
Or for one-time installations, append the following to your `yum` command:
16+
17+
--enablerepo=osg-rolling
18+
19+
Summary of Changes
20+
------------------
21+
22+
- [VO Package v120](https://github.com/opensciencegrid/osg-vo-config/releases/tag/release-120)
23+
- Update FNAL voms1 DN
24+
25+
These [JIRA tickets](https://opensciencegrid.atlassian.net/issues/?jql=project%20%3D%20SOFTWARE%20AND%20fixVersion%20%3D%203.5.56-2%20ORDER%20BY%20priority%20DESC%2C%20key%20DESC) were addressed in this release.
26+
27+
Containers
28+
----------
29+
30+
The [OSG Docker images](https://hub.docker.com/u/opensciencegrid/) have been updated to contain the latest CA certificates.
31+
32+
Updating to the New Release
33+
---------------------------
34+
35+
To update to the OSG 3.5 series from an earlier release series, please consult the page on
36+
[updating between release series](../updating-to-osg-35.md).
37+
38+
For sites using non-RPM worker node client installations, new [tarballs](../../worker-node/install-wn-tarball.md) and
39+
[container images](../../worker-node/using-wn-containers.md) are available:
40+
41+
- Tarball: <https://repo.opensciencegrid.org/tarball-install/3.5/osg-wn-client-latest.el7.x86_64.tar.gz>
42+
- Container Images: <https://hub.docker.com/r/opensciencegrid/osg-wn/>
43+
44+
Need Help?
45+
----------
46+
47+
Do you need help with this release? [Contact us for help](../../common/help.md).
48+
49+
Detailed Changes in This Release
50+
--------------------------------
51+
52+
### Packages
53+
54+
We added or updated the following packages to the production OSG yum repository.
55+
Note that in some cases, there are multiple RPMs for each package.
56+
You can click on any given package to see the set of RPMs or see the complete list [below](#rpms).
57+
58+
#### Enterprise Linux 7
59+
60+
- [vo-client-120-1.osg35.el7](https://koji.chtc.wisc.edu/koji/search?match=glob&type=build&terms=vo-client-120-1.osg35.el7)
61+
62+
#### Enterprise Linux 8
63+
64+
- [vo-client-120-1.osg35.el8](https://koji.chtc.wisc.edu/koji/search?match=glob&type=build&terms=vo-client-120-1.osg35.el8)
65+
66+
### RPMs
67+
68+
If you wish to manually update your system, you can run yum update against the following packages:
69+
70+
vo-client vo-client-dcache vo-client-lcmaps-voms
71+
72+
If you wish to only update the RPMs that changed, the set of RPMs is:
73+
74+
#### Enterprise Linux 7
75+
76+
``` file
77+
vo-client-120-1.osg35.el7
78+
vo-client-dcache-120-1.osg35.el7
79+
vo-client-lcmaps-voms-120-1.osg35.el7
80+
```
81+
82+
#### Enterprise Linux 8
83+
84+
``` file
85+
vo-client-120-1.osg35.el8
86+
vo-client-dcache-120-1.osg35.el8
87+
vo-client-lcmaps-voms-120-1.osg35.el8
88+
```

docs/release/notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Releases
2727

2828
| Version | Date | Summary |
2929
|:------------------------------------|:-----------|:------------------------------------------------------------------------------|
30+
| [3.5.56-2](3.5/release-3-5-56-2.md) | 2022-02-17 | VO Package v120 |
3031
| [3.5.56](3.5/release-3-5-56.md) | 2022-02-10 | VO Package v119, hosted-ce-tools 9.0 (EL8), scitokens-credmon 0.6.1 (EL8); Upcoming: HTCondor 9.0.9 |
3132
| [3.5.55](3.5/release-3-5-55.md) | 2022-02-03 | VO Package v118 |
3233
| [3.5.54-2](3.5/release-3-5-54-2.md) | 2022-01-27 | VO Package v117, osg-scitokens-mapfile 5 |

docs/release/osg-36.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ The following issues are known to currently affect packages distributed in OSG 3
4343
Latest News
4444
-----------
4545

46+
### **February 17, 2022:** VO Package v120
47+
48+
- [VO Package v120](https://github.com/opensciencegrid/osg-vo-config/releases/tag/release-120)
49+
- Update FNAL voms1 DN
50+
4651
### **February 10, 2022:** HTCondor 9.0.9 LTS
4752

4853
- [HTCondor 9.0.9 LTS](https://www-auth.cs.wisc.edu/lists/htcondor-world/2022/msg00000.shtml)

0 commit comments

Comments
 (0)