Skip to content

Commit

Permalink
chore(main): release 2.13.0 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot authored Dec 3, 2024
1 parent 64915bc commit 20c2f9f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.13.0](https://github.com/OctopusDeploy/cli/compare/v2.12.2...v2.13.0) (2024-12-02)


### Features

* Add support for deleting Git runbooks ([#444](https://github.com/OctopusDeploy/cli/issues/444)) ([64915bc](https://github.com/OctopusDeploy/cli/commit/64915bcc87328e469cd73958aa4c0b191f2854cc))
* Add support for listing Git runbooks ([#443](https://github.com/OctopusDeploy/cli/issues/443)) ([e5d1966](https://github.com/OctopusDeploy/cli/commit/e5d1966c350af0dbfb10ded7b96378b7445ae93d))
* Add support for running Git runbooks ([#441](https://github.com/OctopusDeploy/cli/issues/441)) ([7cc29ad](https://github.com/OctopusDeploy/cli/commit/7cc29ad4afe2a511560947bac39bd9ad8b1a5cb3))
* Adds an option to disable ssl verifications for login for use of custom certs ([22d93bd](https://github.com/OctopusDeploy/cli/commit/22d93bd33dba3bc15704e8bba904a7110f5a2116))

## [2.12.2](https://github.com/OctopusDeploy/cli/compare/v2.12.1...v2.12.2) (2024-11-20)


Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

log "Selecting version..."

version=${VERSION:-v2.12.2}
version=${VERSION:-v2.13.0}

if [ ! $version ]; then
log "${YELLOW}"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.2
2.13.0

0 comments on commit 20c2f9f

Please sign in to comment.