Releases: OpsLevel/cli
Releases · OpsLevel/cli
v2023.7.28
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
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
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
v2023.3.16
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
v2023.3.14
March 14, 2023
Refactor
- update opslevel-go to 3.14.23 to pickup pagination fixes and refactor list calls under the hood
Dependency
- Bump golang.org/x/net from 0.5.0 to 0.7.0 in /src
- Bump github.com/go-git/go-git/v5 from 5.5.2 to 5.6.0 in /src
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2023.3.14
v2023.2.10
February 10, 2023
Feature
- Add CSV output to command
list users
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2023.2.10
v2023.1.25
January 25, 2023
Feature
- Allow
create team
to set managerEmail, group, responsiblities - Add
update team
command - Add
update user
command - Allow
create user
to set the role of the user - Add
get user
command
Docs
- Improve examples on
team
commands - Ensure
team
commands have proper usage strings - Improve examples on
user
commands - Ensure
user
commands have proper usage strings
Dependency
- Bump github.com/relvacode/iso8601 from 1.1.0 to 1.3.0 in /src
- Bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2 in /src
- Bump github.com/open-policy-agent/opa from 0.47.3 to 0.48.0 in /src
- Bump github.com/spf13/viper from 1.14.0 to 1.15.0 in /src
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2023.1.25
v2022.10.22
October 22, 2022
Bugfix
- Fix csv reader so it does not close file handle prematurely and only read N number of rows
Feature
- Add support for check type 'HasRecentDeploy'
- Add support for check type 'HasDocumentation'
- Add support for check type 'AlertSourceUsage'
- Add support for check type 'GitBranchProtection'
- Add support for check type 'ServiceDependency'
- add
git_branch_protection
andservice_dependency
checks toexport terraform
command
Refactor
- do not obscure api error responses when doing client validation
Dependency
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 in /src
- Bump github.com/open-policy-agent/opa from 0.44.0 to 0.45.0 in /src
- Bump github.com/gosimple/slug from 1.12.0 to 1.13.1 in /src
- bump opslevel-go to 2022.10.22
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2022.10.22
v2022.9.23
September 23, 2022
Feature
- Add ability to pass arbitrary json as extra input to
run policy
command - Add ability to output
run policy
command directly to a file - Add ability to specify --no-headers to remove the headers from table output
- add rego function for time.diff using iso8601 timestamps
Docker Image
docker pull public.ecr.aws/opslevel/cli:v2022.9.23