diff --git a/BUILDING.md b/BUILDING.md index 5750d41..d783a89 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -31,7 +31,7 @@ Replace `LOCKER_NAME` with the name of your locker. cp templates/openpbs.txt templates/openpbs-test.txt sed -i -e 's/\(\[*cluster-init[^]]*\)\]/\1:RELEASE_VERSION]/' -e 's/cyclecloud\/pbspro/pbspro/g' templates/openpbs-test.txt ``` -Replace `RELEASE_VERSION` with the cyclecloud-pbspro release version (ex: `2.0.25`) +Replace `RELEASE_VERSION` with the cyclecloud-pbspro release version (ex: `2.0.26`) 2. Import the template by running the following command. ```bash diff --git a/README.md b/README.md index 1f82a44..1dac053 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ in CycleCloud by specifying the PBSPro OSS version. Note: When using the cluster that is shipped with CycleCloud, the autoscaler and default queues are already installed. -First, download the installer pkg from GitHub. For example, you can download the [2.0.25 release here](https://github.com/Azure/cyclecloud-pbspro/releases/download/2.0.25/cyclecloud-pbspro-pkg-2.0.25.tar.gz) +First, download the installer pkg from GitHub. For example, you can download the [2.0.26 release here](https://github.com/Azure/cyclecloud-pbspro/releases/download/2.0.26/cyclecloud-pbspro-pkg-2.0.26.tar.gz) ```bash # Prerequisite: python3, 3.6 or newer, must be installed and in the PATH -wget https://github.com/Azure/cyclecloud-pbspro/releases/download/2.0.25/cyclecloud-pbspro-pkg-2.0.25.tar.gz -tar xzf cyclecloud-pbspro-pkg-2.0.25.tar.gz +wget https://github.com/Azure/cyclecloud-pbspro/releases/download/2.0.26/cyclecloud-pbspro-pkg-2.0.26.tar.gz +tar xzf cyclecloud-pbspro-pkg-2.0.26.tar.gz cd cyclecloud-pbspro # Optional, but recommended. Adds relevant resources and enables strict placement ./initialize_pbs.sh diff --git a/pbspro/setup.py b/pbspro/setup.py index 71695d0..b9d25a8 100644 --- a/pbspro/setup.py +++ b/pbspro/setup.py @@ -7,7 +7,7 @@ from setuptools.command.test import Command from setuptools.command.test import test as TestCommand # noqa: N812 -__version__ = "2.0.25" +__version__ = "2.0.26" CWD = os.path.dirname(os.path.abspath(__file__)) diff --git a/project.ini b/project.ini index b986303..35e0a24 100644 --- a/project.ini +++ b/project.ini @@ -2,11 +2,11 @@ name = pbspro label = OpenPBS type = scheduler -version = 2.0.25 +version = 2.0.26 autoupgrade = true [blobs] -Files = cyclecloud-pbspro-pkg-2.0.25.tar.gz, cyclecloud_api-8.3.1-py2.py3-none-any.whl, hwloc-libs-1.11.9-3.el8.x86_64.rpm, openpbs-client-20.0.1-0.x86_64.rpm, openpbs-client-22.05.11-0.x86_64.rpm, openpbs-execution-20.0.1-0.x86_64.rpm, openpbs-execution-22.05.11-0.x86_64.rpm, openpbs-server-20.0.1-0.x86_64.rpm, openpbs-server-22.05.11-0.x86_64.rpm, pbspro-client-18.1.4-0.x86_64.rpm, pbspro-debuginfo-18.1.4-0.x86_64.rpm, pbspro-execution-18.1.4-0.x86_64.rpm, pbspro-server-18.1.4-0.x86_64.rpm +Files = cyclecloud-pbspro-pkg-2.0.26.tar.gz, cyclecloud_api-8.3.1-py2.py3-none-any.whl, hwloc-libs-1.11.9-3.el8.x86_64.rpm, openpbs-client-20.0.1-0.x86_64.rpm, openpbs-client-22.05.11-0.x86_64.rpm, openpbs-execution-20.0.1-0.x86_64.rpm, openpbs-execution-22.05.11-0.x86_64.rpm, openpbs-server-20.0.1-0.x86_64.rpm, openpbs-server-22.05.11-0.x86_64.rpm, pbspro-client-18.1.4-0.x86_64.rpm, pbspro-debuginfo-18.1.4-0.x86_64.rpm, pbspro-execution-18.1.4-0.x86_64.rpm, pbspro-server-18.1.4-0.x86_64.rpm [spec server] diff --git a/specs/default/cluster-init/files/default.sh b/specs/default/cluster-init/files/default.sh index 2d5fab0..49a66e4 100644 --- a/specs/default/cluster-init/files/default.sh +++ b/specs/default/cluster-init/files/default.sh @@ -1,4 +1,4 @@ -PBSPRO_AUTOSCALE_VERSION="2.0.25" +PBSPRO_AUTOSCALE_VERSION="2.0.26" PBSPRO_VERSION="20.0.1-0" PBSPRO_HWLOCS_LIB_EL8="hwloc-libs-1.11.9-3.el8.x86_64.rpm" CONFIG_PATH="/opt/cycle/jetpack/config/connection.json" \ No newline at end of file