From 7e5f53bcb8a8f36572199bca54cbd3ac322681ac Mon Sep 17 00:00:00 2001 From: Anders Albert <60234212+doctrino@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:31:50 +0100 Subject: [PATCH] Prepare 0.3.25 (#1347) Co-authored-by: GitHub Action --- 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 9abe1483f..9e16818ea 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.25] - 2025-01-10 ### Added diff --git a/CHANGELOG.templates.md b/CHANGELOG.templates.md index 5dfbc3861..5edf297b0 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.25] - 2025-01-10 + +No changes to templates. + ## [0.3.24] - 2025-01-06 ### Fixed diff --git a/cdf.toml b/cdf.toml index f0a002350..d25958399 100644 --- a/cdf.toml +++ b/cdf.toml @@ -29,4 +29,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.24" +version = "0.3.25" diff --git a/cognite_toolkit/_builtin_modules/cdf.toml b/cognite_toolkit/_builtin_modules/cdf.toml index 092428bf1..edc1a83ee 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.24" +version = "0.3.25" [plugins] diff --git a/cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml b/cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml index 696e1ae4d..c743a44ae 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.24' + image: 'cognite/toolkit:0.3.25' 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 e72e75db2..26f0e2d59 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.24' + image: 'cognite/toolkit:0.3.25' 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 e8bb88efc..090a237b3 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.24 + image: cognite/toolkit:0.3.25 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 c6e2ba003..6b07a2687 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.24 + image: cognite/toolkit:0.3.25 env: CDF_CLUSTER: ${{ vars.CDF_CLUSTER }} CDF_PROJECT: ${{ vars.CDF_PROJECT }} diff --git a/cognite_toolkit/_version.py b/cognite_toolkit/_version.py index edae530f1..0af2a4a43 100644 --- a/cognite_toolkit/_version.py +++ b/cognite_toolkit/_version.py @@ -1 +1 @@ -__version__ = "0.3.24" +__version__ = "0.3.25" diff --git a/pyproject.toml b/pyproject.toml index 61388941f..7cc00ecb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cognite_toolkit" -version = "0.3.24" +version = "0.3.25" 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 9a42ccb27..1613b4ed7 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.24 +cdf_toolkit_version: 0.3.25 diff --git a/tests/data/cdf_toml_data/cdf.toml b/tests/data/cdf_toml_data/cdf.toml index 861dec221..fb512bff2 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.24" +version = "0.3.25" [plugins] graphql = true diff --git a/tests/data/complete_org/cdf.toml b/tests/data/complete_org/cdf.toml index e35048ac8..5ffb5ba0d 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.24" +version = "0.3.25" diff --git a/tests/data/complete_org_alpha_flags/cdf.toml b/tests/data/complete_org_alpha_flags/cdf.toml index e35048ac8..5ffb5ba0d 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.24" +version = "0.3.25" diff --git a/tests/data/project_no_cognite_modules/cdf.toml b/tests/data/project_no_cognite_modules/cdf.toml index e35048ac8..5ffb5ba0d 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.24" +version = "0.3.25" diff --git a/tests/data/project_with_bad_modules/cdf.toml b/tests/data/project_with_bad_modules/cdf.toml index e35048ac8..5ffb5ba0d 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.24" +version = "0.3.25" diff --git a/tests/data/project_with_duplicates/cdf.toml b/tests/data/project_with_duplicates/cdf.toml index e35048ac8..5ffb5ba0d 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.24" +version = "0.3.25" diff --git a/tests/data/run_data/cdf.toml b/tests/data/run_data/cdf.toml index b7a0bc7a3..0134880a0 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.24" +version = "0.3.25" [modules.packages] cdf_infield = [