Skip to content

Releases: OpsLevel/cli

v2023.11.16

16 Nov 21:44
Compare
Choose a tag to compare

November 16, 2023

Bugfix

  • update UserIdentifierInput to accept pointers, matches updates to opslevel-go

Feature

  • add "parentTeam" field to "import teams" command and team command examples
  • add parent field to exported opslevel_team terraform resource
  • update, create, delete team membership in CLI

Refactor

  • BREAKING CHANGE ownerAlias deprecated on service inputs

Deprecated

  • group commands deprecated in favor of Team hierarchies
  • "opslevel import group" command is deprecated

Removed

  • remove "group" field from "import teams" command
  • drop func IsID() from common, exists in opslevel-go

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.11.16

v2023.10.8

08 Oct 13:51
Compare
Choose a tag to compare

October 08, 2023

Bugfix

  • BREAKING CHANGE - fix get/list tags on an object returning a nonzero exit code if no tag matches, return empty JSON array instead
  • fix bug not reading files when using -f

Feature

  • New subcommands for create, assign, update, delete tags on all taggable resources
  • BREAKING CHANGE - split up get tag KEY and list tags. get tag KEY gets all tags matching KEY. list tags lists all tags on an object
  • show last updated when listing secrets
  • add 'infra' to type flag for tag management

Deprecated

  • BREAKING CHANGE: remove tag functions for Service, Team

Dependency

  • Bump docker/login-action from 2 to 3
  • Bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0
  • Bump github.com/go-resty/resty/v2 from 2.7.0 to 2.8.0 in /src
  • Bump github.com/open-policy-agent/opa from 0.54.0 to 0.57.0 in /src

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.10.8

v2023.9.12

12 Sep 04:12
Compare
Choose a tag to compare

September 12, 2023

Dependency

  • Bump actions/checkout from 3 to 4
  • Bump crazy-max/ghaction-import-gpg from 5 to 6
  • Bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.9.12

v2023.8.28

28 Aug 18:14
Compare
Choose a tag to compare

August 28, 2023

Feature

  • add support for scorecards
  • add secrets API operations

Dependency

  • update to go 1.21 and go.sum dependencies

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.8.28

v2023.8.15

15 Aug 02:24
Compare
Choose a tag to compare

August 15, 2023

Bugfix

  • Fix inability to read YAML from stdin in containers
  • BREAKING CHANGE: to disable interactive UI pass the --noninteractive flag when creating and updating a check

Feature

  • Add task workflow for tandem opslevel-go dev
  • Can now update a check in CLI
  • Add support for handling Webhook Actions
  • Add support for handling Trigger Definitions

Dependency

  • Bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1
  • Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
  • Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
  • Bump github.com/opslevel/opslevel-go/v2023 from 2023.7.28 to 2023.8.14

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.8.15

v2023.7.28

28 Jul 16:40
Compare
Choose a tag to compare

July 28, 2023

Bugfix

  • Fix bug when updating a resource using a yaml file

Feature

  • Add support for creating and updating Filters using YAML files

Dependency

  • Bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 in /src
  • Update opslevel-go to latest version

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.7.28

v2023.7.19

19 Jul 02:08
Compare
Choose a tag to compare

July 19, 2023

Bugfix

  • PrettyPrint no longer escapes html

Feature

  • Add commands for working with infrastructure resources in the catalog
  • Add commands to create and delete aliases

Deprecated

  • Updated old function calls to new sources

Dependency

  • Bump github.com/go-git/go-git/v5 from 5.6.1 to 5.7.0 in /src
  • Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 in /src
  • Bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
  • Bump opslevel/report-deploy-github-action from 0.5.0 to 0.6.0
  • Bump github.com/spf13/viper from 1.15.0 to 1.16.0 in /src
  • Bump github.com/open-policy-agent/opa from 0.52.0 to 0.54.0 in /src
  • Update go to version 1.20

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.7.19

v2023.5.18

18 May 20:10
Compare
Choose a tag to compare

May 18, 2023

Bugfix

  • Fix bug where command create deploy does not properly error out and incorrectly reports successful deploy event registered

Feature

  • Add ability to create, delete service dependencies
  • Add dependents and dependencies to the return data of the command opslevel get service
  • Support ability to skip the welcome e-mail on user invite

Refactor

  • Add validation to command create deploy to ensure --integration-url is set

Dependency

  • Bump github.com/creasty/defaults from 1.6.0 to 1.7.0 in /src
  • Bump github.com/go-git/go-git/v5 from 5.6.0 to 5.6.1 in /src
  • Bump docker/login-action from 1 to 2
  • Bump goreleaser/goreleaser-action from 2.7.0 to 4.2.0
  • Bump codecov/codecov-action from 2 to 3
  • Bump actions/setup-go from 2 to 4
  • Bump actions/cache from 2 to 3
  • Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 in /src
  • Bump emmyoop/changie_bot from 1.0.1 to 1.1.0
  • Bump github.com/open-policy-agent/opa from 0.48.0 to 0.52.0 in /src
  • Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 in /src

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.5.18

v2023.4.11

11 Apr 21:36
Compare
Choose a tag to compare

April 11, 2023

Feature

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.4.11

v2023.3.16

16 Mar 19:39
Compare
Choose a tag to compare

March 16, 2023

Bugfix

  • Pickup an opslevel-go hotfix that fixes export terraform command

Docker Image

  • docker pull public.ecr.aws/opslevel/cli:v2023.3.16