From 65b54255e7aa66c116cf495db67e210cb7a97f99 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 3 Dec 2024 13:44:36 +0000 Subject: [PATCH] Prepare 0.3.18 --- CHANGELOG.cdf-tk.md | 2 +- CHANGELOG.templates.md | 4 ++++ cdf.toml | 2 +- cognite_toolkit/_builtin_modules/cdf.toml | 2 +- .../_repo_files/AzureDevOps/.devops/deploy-pipeline.yml | 2 +- .../_repo_files/AzureDevOps/.devops/dry-run-pipeline.yml | 2 +- .../_repo_files/GitHub/.github/workflows/build.yaml | 2 +- .../_repo_files/GitHub/.github/workflows/deploy.yaml | 2 +- cognite_toolkit/_version.py | 2 +- pyproject.toml | 2 +- .../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/complete_org_alpha_flags/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 +- 18 files changed, 21 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.cdf-tk.md b/CHANGELOG.cdf-tk.md index 641664f56..a65ebeb64 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.18] - 2024-12-03 ### Fixed diff --git a/CHANGELOG.templates.md b/CHANGELOG.templates.md index 06402445c..531f73a87 100644 --- a/CHANGELOG.templates.md +++ b/CHANGELOG.templates.md @@ -15,6 +15,10 @@ Changes are grouped as follows: - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. +## [0.3.18] - 2024-12-03 + +No changes to templates. + ## [0.3.17] - 2024-12-02 ### Fixed diff --git a/cdf.toml b/cdf.toml index 6b464d22b..98b1fe94b 100644 --- a/cdf.toml +++ b/cdf.toml @@ -23,4 +23,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.17" +version = "0.3.18" diff --git a/cognite_toolkit/_builtin_modules/cdf.toml b/cognite_toolkit/_builtin_modules/cdf.toml index e0ac6a417..75a52b199 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.17" +version = "0.3.18" [plugins] diff --git a/cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml b/cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml index c73a40d98..dca09f331 100644 --- a/cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml +++ b/cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml @@ -14,7 +14,7 @@ jobs: pool: vmImage: 'ubuntu-latest' container: - image: 'cognite/toolkit:0.3.17' + image: 'cognite/toolkit:0.3.18' env: CDF_CLUSTER: $(CDF_CLUSTER) CDF_PROJECT: $(CDF_PROJECT) diff --git a/cognite_toolkit/_repo_files/AzureDevOps/.devops/dry-run-pipeline.yml b/cognite_toolkit/_repo_files/AzureDevOps/.devops/dry-run-pipeline.yml index de55afd6c..811331d1d 100644 --- a/cognite_toolkit/_repo_files/AzureDevOps/.devops/dry-run-pipeline.yml +++ b/cognite_toolkit/_repo_files/AzureDevOps/.devops/dry-run-pipeline.yml @@ -16,7 +16,7 @@ jobs: pool: vmImage: 'ubuntu-latest' container: - image: 'cognite/toolkit:0.3.17' + image: 'cognite/toolkit:0.3.18' env: CDF_CLUSTER: $(CDF_CLUSTER) CDF_PROJECT: $(CDF_PROJECT) diff --git a/cognite_toolkit/_repo_files/GitHub/.github/workflows/build.yaml b/cognite_toolkit/_repo_files/GitHub/.github/workflows/build.yaml index 752b0f64d..2bad0f877 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.17 + image: cognite/toolkit:0.3.18 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 5a64fd62e..3ba3f19ba 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.17 + image: cognite/toolkit:0.3.18 env: CDF_CLUSTER: ${{ vars.CDF_CLUSTER }} CDF_PROJECT: ${{ vars.CDF_PROJECT }} diff --git a/cognite_toolkit/_version.py b/cognite_toolkit/_version.py index f7e5c1d88..50d85c89d 100644 --- a/cognite_toolkit/_version.py +++ b/cognite_toolkit/_version.py @@ -1 +1 @@ -__version__ = "0.3.17" +__version__ = "0.3.18" diff --git a/pyproject.toml b/pyproject.toml index b8750fb34..6602c8904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite_toolkit" -version = "0.3.17" +version = "0.3.18" 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 e6c3d15ac..499f5ca3b 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.17 +cdf_toolkit_version: 0.3.18 diff --git a/tests/data/cdf_toml_data/cdf.toml b/tests/data/cdf_toml_data/cdf.toml index 09fb68214..0b830ffcd 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.17" +version = "0.3.18" [plugins] graphql = true diff --git a/tests/data/complete_org/cdf.toml b/tests/data/complete_org/cdf.toml index 2f069f4d4..bbbe31ff9 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.17" +version = "0.3.18" diff --git a/tests/data/complete_org_alpha_flags/cdf.toml b/tests/data/complete_org_alpha_flags/cdf.toml index 2f069f4d4..bbbe31ff9 100644 --- a/tests/data/complete_org_alpha_flags/cdf.toml +++ b/tests/data/complete_org_alpha_flags/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.17" +version = "0.3.18" diff --git a/tests/data/project_no_cognite_modules/cdf.toml b/tests/data/project_no_cognite_modules/cdf.toml index 2f069f4d4..bbbe31ff9 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.17" +version = "0.3.18" diff --git a/tests/data/project_with_bad_modules/cdf.toml b/tests/data/project_with_bad_modules/cdf.toml index 2f069f4d4..bbbe31ff9 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.17" +version = "0.3.18" diff --git a/tests/data/project_with_duplicates/cdf.toml b/tests/data/project_with_duplicates/cdf.toml index 2f069f4d4..bbbe31ff9 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.17" +version = "0.3.18" diff --git a/tests/data/run_data/cdf.toml b/tests/data/run_data/cdf.toml index e14910f7b..cad897fed 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.17" +version = "0.3.18" [modules.packages] cdf_infield = [