Skip to content

Releases: cognitedata/inso-bootstrap-cli

v3.4.1: fix: security updates (#108)

03 Feb 10:01
97659b8
Compare
Choose a tag to compare

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)

14 May 08:21
711c5f1
Compare
Choose a tag to compare

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

29 Nov 17:45
fd10cae
Compare
Choose a tag to compare

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

18 Oct 12:33
732419e
Compare
Choose a tag to compare

Regression / Bugfix

  • threedAcl got dataset-scope support with release v3.0.0

Feature

Development

  • no changes

What's Changed

Full Changelog: v3.2.0...v3.2.1

Release v3.2.0

16 Oct 10:07
c7f0fbf
Compare
Choose a tag to compare

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

11 Oct 07:27
4cc1b19
Compare
Choose a tag to compare

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

24 Aug 07:13
e837618
Compare
Choose a tag to compare

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

03 Aug 10:59
a89a5d3
Compare
Choose a tag to compare

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 for bootstrap.features.group-prefix)
  • bug: diagram was ignoring with_raw_capability and with_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

02 Aug 17:26
854f71d
Compare
Choose a tag to compare

bug fix release

  • bug: fixing regression running bootstrap-cli prepare command
    • not affecting gh-action usage of bootstrap deploy command
  • 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

04 Jul 09:53
Compare
Choose a tag to compare

BREAKING CHANGE release: with new features, slightly changed configuration file syntax

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