From 63574e6d76a96d515bf938fa7fd97ce958ab8546 Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Mon, 2 Dec 2024 04:49:51 -0500 Subject: [PATCH] Bump version for 0.2.1 release. --- Taskfile.yml | 2 +- components/clp-package-utils/pyproject.toml | 2 +- .../clp-py-utils/clp_py_utils/clp_config.py | 2 +- components/clp-py-utils/pyproject.toml | 2 +- components/core/src/clp/version.hpp | 2 +- components/core/src/glt/version.hpp | 2 +- components/job-orchestration/pyproject.toml | 2 +- components/package-template/src/README.md | 2 +- components/webui/imports/ui/Sidebar/Sidebar.jsx | 2 +- docs/conf/conf.py | 15 ++------------- 10 files changed, 11 insertions(+), 22 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 5c20ef460..d87a0b51a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -30,7 +30,7 @@ vars: G_UTILS_TASKFILE: "{{.ROOT_DIR}}/tools/yscope-dev-utils/taskfiles/utils.yml" # Versions - G_PACKAGE_VERSION: "0.2.0-dev" + G_PACKAGE_VERSION: "0.2.1" tasks: default: diff --git a/components/clp-package-utils/pyproject.toml b/components/clp-package-utils/pyproject.toml index 5c9dcd2bc..76ac1188e 100644 --- a/components/clp-package-utils/pyproject.toml +++ b/components/clp-package-utils/pyproject.toml @@ -3,7 +3,7 @@ requires-python = ">= 3.8" [tool.poetry] name = "clp-package-utils" -version = "0.2.0-dev" +version = "0.2.1" description = "Utilities for the CLP package." authors = ["YScope Inc. "] readme = "README.md" diff --git a/components/clp-py-utils/clp_py_utils/clp_config.py b/components/clp-py-utils/clp_py_utils/clp_config.py index 79a94505d..20234c4f8 100644 --- a/components/clp-py-utils/clp_py_utils/clp_config.py +++ b/components/clp-py-utils/clp_py_utils/clp_config.py @@ -483,7 +483,7 @@ def load_execution_container_name(self): os_release = dotenv_values(self._os_release_file_path) if "ubuntu" == os_release["ID"]: self.execution_container = ( - f"clp-execution-x86-{os_release['ID']}-{os_release['VERSION_CODENAME']}:main" + f"clp-execution-x86-{os_release['ID']}-{os_release['VERSION_CODENAME']}:0.2.1" ) else: raise NotImplementedError( diff --git a/components/clp-py-utils/pyproject.toml b/components/clp-py-utils/pyproject.toml index 4e827b926..b7ad9d8fb 100644 --- a/components/clp-py-utils/pyproject.toml +++ b/components/clp-py-utils/pyproject.toml @@ -3,7 +3,7 @@ requires-python = ">= 3.8" [tool.poetry] name = "clp-py-utils" -version = "0.2.0-dev" +version = "0.2.1" description = "Utilities for other Python packages in CLP." authors = ["YScope Inc. "] readme = "README.md" diff --git a/components/core/src/clp/version.hpp b/components/core/src/clp/version.hpp index 06f5a1a74..4e4a0ed87 100644 --- a/components/core/src/clp/version.hpp +++ b/components/core/src/clp/version.hpp @@ -2,7 +2,7 @@ #define CLP_VERSION_HPP namespace clp { -constexpr char cVersion[] = "0.2.0-dev"; +constexpr char cVersion[] = "0.2.1"; } // namespace clp #endif // CLP_VERSION_HPP diff --git a/components/core/src/glt/version.hpp b/components/core/src/glt/version.hpp index 3577237f9..66392427d 100644 --- a/components/core/src/glt/version.hpp +++ b/components/core/src/glt/version.hpp @@ -2,7 +2,7 @@ #define GLT_VERSION_HPP namespace glt { -constexpr char cVersion[] = "0.2.0-dev"; +constexpr char cVersion[] = "0.2.1"; } // namespace glt #endif // GLT_VERSION_HPP diff --git a/components/job-orchestration/pyproject.toml b/components/job-orchestration/pyproject.toml index c89d84dec..629e1e2fe 100644 --- a/components/job-orchestration/pyproject.toml +++ b/components/job-orchestration/pyproject.toml @@ -3,7 +3,7 @@ requires-python = ">= 3.8" [tool.poetry] name = "job-orchestration" -version = "0.2.0-dev" +version = "0.2.1" description = "Scheduler and worker cluster for CLP's distributed architecture." authors = ["YScope Inc. "] readme = "README.md" diff --git a/components/package-template/src/README.md b/components/package-template/src/README.md index 173f9d927..8a8c4bc15 100644 --- a/components/package-template/src/README.md +++ b/components/package-template/src/README.md @@ -5,4 +5,4 @@ compressed data without decompression. CLP's compression ratio is significantly general-purpose compressors like gzip. For setup and usage instructions, see -https://docs.yscope.com/clp/main/user-guide/quick-start-overview +https://docs.yscope.com/clp/v0.2.1/user-guide/quick-start-overview diff --git a/components/webui/imports/ui/Sidebar/Sidebar.jsx b/components/webui/imports/ui/Sidebar/Sidebar.jsx index 78d0f00d5..2b160508e 100644 --- a/components/webui/imports/ui/Sidebar/Sidebar.jsx +++ b/components/webui/imports/ui/Sidebar/Sidebar.jsx @@ -52,7 +52,7 @@ const Sidebar = ({ + link={"https://docs.yscope.com/clp/v0.2.1/"}/>