diff --git a/CHANGELOG.cdf-tk.md b/CHANGELOG.cdf-tk.md index 375ecd925..cdb0fbcfa 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.4.8] - 2025-02-14 ### Fixed diff --git a/CHANGELOG.templates.md b/CHANGELOG.templates.md index 24bdf435b..fafdd6971 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.4.8] - 2025-02-14 ### Fixed diff --git a/cdf.toml b/cdf.toml index 826b31407..e7b35915b 100644 --- a/cdf.toml +++ b/cdf.toml @@ -17,4 +17,4 @@ dump = true [modules] # This is the version of the modules. It should'n be changed manually. # It will be updated by the 'cdf module upgrade' command. -version = "0.4.7" +version = "0.4.8" diff --git a/cognite_toolkit/_builtin_modules/cdf.toml b/cognite_toolkit/_builtin_modules/cdf.toml index 5bf6bd8b2..2cdacd4de 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.4.7" +version = "0.4.8" [plugins] diff --git a/cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml b/cognite_toolkit/_repo_files/AzureDevOps/.devops/deploy-pipeline.yml index 925665ba5..2d8e46e0c 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.4.7' + image: 'cognite/toolkit:0.4.8' 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 735209b44..c7ce78200 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.4.7' + image: 'cognite/toolkit:0.4.8' 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 7ea136886..8e9592aef 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.4.7 + image: cognite/toolkit:0.4.8 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 6e065c42f..3d007a938 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.4.7 + image: cognite/toolkit:0.4.8 env: CDF_CLUSTER: ${{ vars.CDF_CLUSTER }} CDF_PROJECT: ${{ vars.CDF_PROJECT }} diff --git a/cognite_toolkit/_version.py b/cognite_toolkit/_version.py index a34b2f6b0..a3a9bd544 100644 --- a/cognite_toolkit/_version.py +++ b/cognite_toolkit/_version.py @@ -1 +1 @@ -__version__ = "0.4.7" +__version__ = "0.4.8" diff --git a/pyproject.toml b/pyproject.toml index a29ed0af6..d010090c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cognite_toolkit" -version = "0.4.7" +version = "0.4.8" description = "Official Cognite Data Fusion tool for project templates and configuration deployment" authors = [ {name ="Cognite AS", email="support@cognite.com"} 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 c17d55dd9..8f3165095 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.4.7 +cdf_toolkit_version: 0.4.8 diff --git a/tests/data/cdf_toml_data/cdf.toml b/tests/data/cdf_toml_data/cdf.toml index a2f9d917d..c18a95878 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.4.7" +version = "0.4.8" [plugins] graphql = true diff --git a/tests/data/complete_org/cdf.toml b/tests/data/complete_org/cdf.toml index 88547475e..a191e650a 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.4.7" +version = "0.4.8" diff --git a/tests/data/complete_org_alpha_flags/cdf.toml b/tests/data/complete_org_alpha_flags/cdf.toml index 88547475e..a191e650a 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.4.7" +version = "0.4.8" diff --git a/tests/data/project_no_cognite_modules/cdf.toml b/tests/data/project_no_cognite_modules/cdf.toml index 88547475e..a191e650a 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.4.7" +version = "0.4.8" diff --git a/tests/data/project_with_bad_modules/cdf.toml b/tests/data/project_with_bad_modules/cdf.toml index 88547475e..a191e650a 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.4.7" +version = "0.4.8" diff --git a/tests/data/project_with_duplicates/cdf.toml b/tests/data/project_with_duplicates/cdf.toml index 88547475e..a191e650a 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.4.7" +version = "0.4.8" diff --git a/tests/data/run_data/cdf.toml b/tests/data/run_data/cdf.toml index 8a3e6974e..631b137e3 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.4.7" +version = "0.4.8" [modules.packages] cdf_infield = [