|
| 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 | +``` |
0 commit comments