From 636e463cd013671ab1446034a29c1618c318af83 Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Sat, 8 Jun 2024 22:35:53 -0400 Subject: [PATCH] Bump version for 0.1.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 256898d55..c86f2466f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -16,7 +16,7 @@ vars: G_WEBUI_NODEJS_BIN_DIR: "{{.G_WEBUI_NODEJS_BUILD_DIR}}/bin" # Versions - G_PACKAGE_VERSION: "0.2.0-dev" + G_PACKAGE_VERSION: "0.1.1" tasks: default: diff --git a/components/clp-package-utils/pyproject.toml b/components/clp-package-utils/pyproject.toml index 5c9dcd2bc..e75b58ffe 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.1.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 58cc84d63..f8227d554 100644 --- a/components/clp-py-utils/clp_py_utils/clp_config.py +++ b/components/clp-py-utils/clp_py_utils/clp_config.py @@ -416,7 +416,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.1.1" ) else: raise NotImplementedError( diff --git a/components/clp-py-utils/pyproject.toml b/components/clp-py-utils/pyproject.toml index 4e827b926..3e3ebfdab 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.1.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..c79d43e99 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.1.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..11c98fb3d 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.1.1"; } // namespace glt #endif // GLT_VERSION_HPP diff --git a/components/job-orchestration/pyproject.toml b/components/job-orchestration/pyproject.toml index c89d84dec..2d0fde9fb 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.1.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..fc2582796 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.1.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..5909c6406 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.1.1/"}/>