From 5c93784ddc1849f14468ba13f7bd12b9f6d5c5b4 Mon Sep 17 00:00:00 2001 From: Anders Albert <60234212+doctrino@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:59:12 +0100 Subject: [PATCH] Prepare 0.3.6 (#1164) Co-authored-by: GitHub Action --- CHANGELOG.cdf-tk.md | 2 +- CHANGELOG.templates.md | 2 +- cdf.toml | 2 +- cognite_toolkit/_builtin_modules/cdf.toml | 2 +- cognite_toolkit/_repo_files/GitHub/.github/workflows/build.yaml | 2 +- .../_repo_files/GitHub/.github/workflows/deploy.yaml | 2 +- cognite_toolkit/_version.py | 2 +- pyproject.toml | 2 +- tests/data/build_group_with_unknown_acl/_build_environment.yaml | 2 +- tests/data/cdf_toml_data/cdf.toml | 2 +- tests/data/complete_org/cdf.toml | 2 +- tests/data/project_no_cognite_modules/cdf.toml | 2 +- tests/data/project_with_bad_modules/cdf.toml | 2 +- tests/data/project_with_duplicates/cdf.toml | 2 +- tests/data/run_data/cdf.toml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.cdf-tk.md b/CHANGELOG.cdf-tk.md index 83b216ad7..f41bf1a63 100644 --- a/CHANGELOG.cdf-tk.md +++ b/CHANGELOG.cdf-tk.md @@ -15,7 +15,7 @@ Changes are grouped as follows: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## TBD +## [0.3.6] - 2024-11-04 ### Fixed diff --git a/CHANGELOG.templates.md b/CHANGELOG.templates.md index cfa90d735..6361b42ae 100644 --- a/CHANGELOG.templates.md +++ b/CHANGELOG.templates.md @@ -15,7 +15,7 @@ Changes are grouped as follows: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -## TBD +## [0.3.6] - 2024-11-04 ### Added diff --git a/cdf.toml b/cdf.toml index 1725b4709..af5810cad 100644 --- a/cdf.toml +++ b/cdf.toml @@ -16,4 +16,4 @@ dump = true [modules] # This is the version of the modules. It should not be changed manually. # It will be updated by the 'cdf module upgrade' command. -version = "0.3.5" +version = "0.3.6" diff --git a/cognite_toolkit/_builtin_modules/cdf.toml b/cognite_toolkit/_builtin_modules/cdf.toml index 20b582bc7..c83549cd9 100644 --- a/cognite_toolkit/_builtin_modules/cdf.toml +++ b/cognite_toolkit/_builtin_modules/cdf.toml @@ -4,7 +4,7 @@ default_env = "" [modules] # This is the version of the modules. It should not be changed manually. # It will be updated by the 'cdf module upgrade' command. -version = "0.3.5" +version = "0.3.6" [plugins] diff --git a/cognite_toolkit/_repo_files/GitHub/.github/workflows/build.yaml b/cognite_toolkit/_repo_files/GitHub/.github/workflows/build.yaml index 329ed8666..7df534387 100644 --- a/cognite_toolkit/_repo_files/GitHub/.github/workflows/build.yaml +++ b/cognite_toolkit/_repo_files/GitHub/.github/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: environment: dev name: Deploy Dry Run container: - image: cognite/toolkit:0.3.5 + image: cognite/toolkit:0.3.6 env: CDF_CLUSTER: ${{ vars.CDF_CLUSTER }} CDF_PROJECT: ${{ vars.CDF_PROJECT }} diff --git a/cognite_toolkit/_repo_files/GitHub/.github/workflows/deploy.yaml b/cognite_toolkit/_repo_files/GitHub/.github/workflows/deploy.yaml index 6c72be50a..9fd05af06 100644 --- a/cognite_toolkit/_repo_files/GitHub/.github/workflows/deploy.yaml +++ b/cognite_toolkit/_repo_files/GitHub/.github/workflows/deploy.yaml @@ -12,7 +12,7 @@ jobs: environment: dev name: Deploy container: - image: cognite/toolkit:0.3.5 + image: cognite/toolkit:0.3.6 env: CDF_CLUSTER: ${{ vars.CDF_CLUSTER }} CDF_PROJECT: ${{ vars.CDF_PROJECT }} diff --git a/cognite_toolkit/_version.py b/cognite_toolkit/_version.py index a8d4557d2..d7b30e121 100644 --- a/cognite_toolkit/_version.py +++ b/cognite_toolkit/_version.py @@ -1 +1 @@ -__version__ = "0.3.5" +__version__ = "0.3.6" diff --git a/pyproject.toml b/pyproject.toml index 556e98019..016c09f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite_toolkit" -version = "0.3.5" +version = "0.3.6" description = "Official Cognite Data Fusion tool for project templates and configuration deployment" authors = ["Cognite AS "] license = "Apache-2" diff --git a/tests/data/build_group_with_unknown_acl/_build_environment.yaml b/tests/data/build_group_with_unknown_acl/_build_environment.yaml index de83afab6..9b4194eda 100644 --- a/tests/data/build_group_with_unknown_acl/_build_environment.yaml +++ b/tests/data/build_group_with_unknown_acl/_build_environment.yaml @@ -4,4 +4,4 @@ project: pytest-project type: dev selected: - modules -cdf_toolkit_version: 0.3.5 +cdf_toolkit_version: 0.3.6 diff --git a/tests/data/cdf_toml_data/cdf.toml b/tests/data/cdf_toml_data/cdf.toml index 3e74c299e..9291399aa 100644 --- a/tests/data/cdf_toml_data/cdf.toml +++ b/tests/data/cdf_toml_data/cdf.toml @@ -1,7 +1,7 @@ [modules] # This is the version of the modules. It should not be changed manually. # It will be updated by the 'cdf module upgrade' command. -version = "0.3.5" +version = "0.3.6" [plugins] graphql = true diff --git a/tests/data/complete_org/cdf.toml b/tests/data/complete_org/cdf.toml index b33ff02fe..996f60121 100644 --- a/tests/data/complete_org/cdf.toml +++ b/tests/data/complete_org/cdf.toml @@ -1,4 +1,4 @@ [modules] # This is the version of the modules. It should not be changed manually. # It will be updated by the 'cdf module upgrade' command. -version = "0.3.5" +version = "0.3.6" diff --git a/tests/data/project_no_cognite_modules/cdf.toml b/tests/data/project_no_cognite_modules/cdf.toml index b33ff02fe..996f60121 100644 --- a/tests/data/project_no_cognite_modules/cdf.toml +++ b/tests/data/project_no_cognite_modules/cdf.toml @@ -1,4 +1,4 @@ [modules] # This is the version of the modules. It should not be changed manually. # It will be updated by the 'cdf module upgrade' command. -version = "0.3.5" +version = "0.3.6" diff --git a/tests/data/project_with_bad_modules/cdf.toml b/tests/data/project_with_bad_modules/cdf.toml index b33ff02fe..996f60121 100644 --- a/tests/data/project_with_bad_modules/cdf.toml +++ b/tests/data/project_with_bad_modules/cdf.toml @@ -1,4 +1,4 @@ [modules] # This is the version of the modules. It should not be changed manually. # It will be updated by the 'cdf module upgrade' command. -version = "0.3.5" +version = "0.3.6" diff --git a/tests/data/project_with_duplicates/cdf.toml b/tests/data/project_with_duplicates/cdf.toml index b33ff02fe..996f60121 100644 --- a/tests/data/project_with_duplicates/cdf.toml +++ b/tests/data/project_with_duplicates/cdf.toml @@ -1,4 +1,4 @@ [modules] # This is the version of the modules. It should not be changed manually. # It will be updated by the 'cdf module upgrade' command. -version = "0.3.5" +version = "0.3.6" diff --git a/tests/data/run_data/cdf.toml b/tests/data/run_data/cdf.toml index 86b9d5374..7d553eabc 100644 --- a/tests/data/run_data/cdf.toml +++ b/tests/data/run_data/cdf.toml @@ -1,7 +1,7 @@ [modules] # This is the version of the modules. It should not be changed manually. # It will be updated by the 'cdf module upgrade' command. -version = "0.3.5" +version = "0.3.6" [modules.packages] cdf_infield = [