Skip to content

Commit

Permalink
remove threed from all scopes only (#101)
Browse files Browse the repository at this point in the history
- remove threed from "all scopes only"
- bum[ version to v3.1.1
  - Update pyproject.toml
  - action.yaml
  - `__init__.py`

- fix(image-name): removed the `-github` suffix
  - as Azure DevOps and GH-Actions are using the same image since 3.1.0

---------

Co-authored-by: Peter Arwanitis <[email protected]>
  • Loading branch information
chrfla-cognite and spex66 authored Oct 18, 2023
1 parent c7f0fbf commit 732419e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ inputs:

runs:
using: "docker"
image: docker://cognite/bootstrap-cli:v3.2.0-github
image: docker://cognite/bootstrap-cli:v3.2.1
env:
BOOTSTRAP_TOKEN_URL: ${{ inputs.token-url }}
BOOTSTRAP_PROJECT: ${{ inputs.cdf-project-name }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "inso-bootstrap-cli"
# 230802 pa: switched to keep manually in sync with
# 1. src/bootstrap/__init__.py => __version__ = "3.0.6"
# 2. action.yml => image: docker://cognite/bootstrap-cli:v3.0.6-github
version = "3.2.0"
# 2. action.yml => image: docker://cognite/bootstrap-cli:v3.0.6
version = "3.2.1"
description = "A CLI to deploy a CDF Project to bootstrap CDF Groups scoped with Data Sets and RAW DBs"
authors = ["Peter Arwanitis <[email protected]>", "Tugce Ozgur Oztetik <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# 230301 pa: automated by adding it to pyproject.toml > [tool.semantic_release] > version_variable

# 230802 pa: switched to manual updates, after issues with semver gh-actions
__version__ = "3.2.0"
__version__ = "3.2.1"
1 change: 0 additions & 1 deletion src/bootstrap/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def getAllAclTypes(with_undocumented_capabilities: bool = False):
"entitymatching",
"functions",
"types",
"threed",
"seismic",
"digitalTwin",
"geospatial",
Expand Down

0 comments on commit 732419e

Please sign in to comment.