Releases: cognitedata/inso-bootstrap-cli
v3.4.1: fix: security updates (#108)
Addressing dependabot security alerts by upgrading dependencies, no functional changes.
Full Changelog: v.3.4.0...v3.4.1
v3.4.0: feat: add new hostedExtractorAcl (#107)
What's Changed
- feat(acls): adding hostedExtractorAcl by @spex66 in #107
- fix: several versions bumped in pyproject.toml
- fix: gh-action CD workflow using DOCKERHUB secrets now supported by automatically terraformed environment
CD
Full Changelog: v.3.3.0...v3.4.0
Release v3.3.0
Features
With this release, following new capability is available through with-undocumented-capabilities
feature flag:
workflowOrchestrationAcl : actions: [READ, WRITE]
Development
- README chapter added with "versioning and release steps" checklist
Full Changelog: v3.0.0...v3.3.0
Release v3.2.1
Regression / Bugfix
threedAcl
got dataset-scope support with release v3.0.0- but it was still created with "all"-scope
- thx @chrfla-cognite for reporting and opening #101
Feature
- the
-github
suffix is removed from image build (which is published to dockerhub)- reason: GitHub Action and Azure DevOps Pipelines can use the same image going forward
- see dockerhub releases on https://hub.docker.com/r/cognite/bootstrap-cli/tags
Development
- no changes
What's Changed
Full Changelog: v3.2.0...v3.2.1
Release v3.2.0
Features
- new configuration feature added
with-undocumented-capabilities
bootstrap:
features:
# The default and recommended value is false
with-undocumented-capabilities: false
- Supports early testing and adoption of capabilities which are not yet officially documented.
- Over time they will either be removed, replaced or getting an official and documented capability.
With this release, following capabilities are available through it:
documentFeedbackAcl : actions: [READ, CREATE, DELETE]
documentPipelinesAcl : actions: [READ, WRITE]
monitoringTasksAcl : actions: [READ, WRITE]
notificationsAcl: actions: [READ, WRITE]
Development
- no changes
Full Changelog: v3.0.0...v3.2.0
Release v3.1.0
Features
- new capability (acl) added:
timeSeriesSubscriptions
Development
- Pydantic upgraded from v1 to v2 (watch out and report issues with stricter validations)
pre-commit autoupdate
to latest versions
Full Changelog: v3.0.0...v3.1.0
Release v3.0.7
Changes only affecting CLI command bootstrap-cli deploy
and fixes a regression (v3.0.6 crashed on creating a new space)
Please update your GitHub Action to
- uses: cognitedata/[email protected]
bug fix release:
- bug: fixing regression running
bootstrap-cli deploy
command
Full Changelog: v3.0.0...v3.0.7
Release v3.0.6
Changes only affecting CLI command bootstrap-cli prepare
and bootstrap-cli diagram
:
bug fix release:
- bug: fixing regression running
bootstrap-cli prepare
command (no config forbootstrap.features.group-prefix
) - bug: diagram was ignoring
with_raw_capability
andwith_datamodel_capability
config combinations - development: updated pre-commit configuration and cleaned up
dev.dependencies
Full Changelog: v3.0.0...v3.0.6
Release v3.0.5
bug fix release
- bug: fixing regression running
bootstrap-cli prepare
command- not affecting gh-action usage of
bootstrap deploy
command
- not affecting gh-action usage of
- development: deactivated automatic semantic-versioning
- updated all versions manually, manual gh-release and tag creation, manual ci run
the v3.0.4 release will be removed
Full Changelog: v3.0.0...v3.0.4
Release v3.0.0
BREAKING CHANGE release: with new features, slightly changed configuration file syntax
- added support for Cognite Data Modeling
- introducing
space
scoped capabilities for dataModelsAcl
&dataModelInstancesAcl
- introducing
- cleanup and changes to configuration syntax (breaking)
- more of an light improvement, not a radical change
- README updated and MIGRATION notes from v2 to v3 configuration syntax added
developer information
- refactored code-base for easier collaboration and contributions
- moved to py3.11, Cognite SDK v6.2, Pydantic, dependency-injection
- gh-action benefits from pre-built images published on docker-hub
- built using buildpacks
- significant reduced run-time
Full Changelog: v2.7.0...v3.0.0