Skip to content

Commit 96148df

Browse files
committed
Add 2.9.2 notes
1 parent 8e25ea7 commit 96148df

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = u'2.9'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'2.9.1'
63+
release = u'2.9.2'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

cpt-quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To install the CVMFS package run
4848

4949
::
5050

51-
sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.1/cvmfs-2.9.1-1.fc34.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm
51+
sudo dnf install https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.2/cvmfs-2.9.2-1.fc34.x86_64.rpm https://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm
5252

5353

5454
Docker Container
@@ -65,7 +65,7 @@ or with
6565

6666
::
6767

68-
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.1/cvmfs-service-2.9.1-1.x86_64.docker.tar.gz | docker load
68+
curl https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.2/cvmfs-service-2.9.2-1.x86_64.docker.tar.gz | docker load
6969

7070
Run the container as a system service with
7171

@@ -98,7 +98,7 @@ Download the CernVM-FS client package in the terminal in order to avoid signatur
9898

9999
::
100100

101-
curl -o ~/Downloads/cvmfs-2.9.1.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.1/cvmfs-2.9.1.pkg
101+
curl -o ~/Downloads/cvmfs-2.9.2.pkg https://ecsft.cern.ch/dist/cvmfs/cvmfs-2.9.2/cvmfs-2.9.2.pkg
102102

103103
Install the CernVM-FS package by opening the .pkg file and reboot.
104104
Future releases will provide a signed and notarized package.

cpt-releasenotes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Release Notes for CernVM-FS 2.9.1
1+
Release Notes for CernVM-FS 2.9.2
22
=================================
33

4-
CernVM-FS 2.9.1 is a patch release. It includes fixes for clients and servers.
4+
CernVM-FS 2.9.2 is a patch release. It includes fixes for clients and servers.
55

66
As with previous releases, upgrading clients should be seamless just by
77
installing the new package from the repository. As usual, we recommend to update
@@ -13,6 +13,8 @@ For Stratum 1 servers, there should be no running snapshots during the upgrade.
1313
For publisher and gateway nodes, all transactions must be closed and no active
1414
leases must be present before upgrading.
1515

16+
The CernVM-FS 2.9.1 packages contained an issue which prevented the rebuilding of source RPMs. CernVM-FS 2.9.2 addressed this and was released in place of 2.9.1, containing no other changes.
17+
1618
Bug Fixes and Improvements
1719
--------------------------
1820

0 commit comments

Comments
 (0)