diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7fa47d..b7808a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.10 + +* Fix [Issue #342](https://github.com/rundeck/rundeck-cli/issues/342) uninstall script does not work with sh + +[Changes](https://github.com/rundeck/rundeck-cli/compare/v1.3.9...v1.3.10) + ## 1.3.9 * Update OkHttp lib [#357](https://github.com/rundeck/rundeck-cli/pull/357) diff --git a/docs/_config.yml b/docs/_config.yml index 5c4875aa..433a9d5e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,7 +22,7 @@ url: "https://rundeck.github.io" # the base hostname & protocol for your site, e twitter_username: rundeck github_username: rundeck github_url: https://github.com/rundeck/rundeck-cli -app_version: 1.3.9 +app_version: 1.3.10 # Build settings markdown: kramdown theme: minima diff --git a/docs/changes.md b/docs/changes.md index 99165fc0..d5a4bc85 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -4,6 +4,12 @@ title: Change Log permalink: /changes/ --- +## 1.3.10 + +* Fix [Issue #342](https://github.com/rundeck/rundeck-cli/issues/342) uninstall script does not work with sh + +[Changes](https://github.com/rundeck/rundeck-cli/compare/v1.3.9...v1.3.10) + ## 1.3.9 * Update OkHttp lib [#357](https://github.com/rundeck/rundeck-cli/pull/357) @@ -17,19 +23,6 @@ from bintray to packagecloud and java libs are now published to maven central. S [Changes](https://github.com/rundeck/rundeck-cli/compare/v1.3.4...v1.3.9) -## 1.3.5 - -* Fix [Issue #352](https://github.com/rundeck/rundeck-cli/issues/352) node attribute expansion not working for ssh-xyz attributes -* Fix: centos 6 EOL -* Fix: rd script requires `which` utility -* Fix: docker build arg not working -* Fix: centos 6 EOL -* Fix: allow using java 11 to build -* Fix [Issue #331](https://github.com/rundeck/rundeck-cli/issues/331) java 11 illegal access warnings -* Fix: extension jars not loadable running as shadow dist - -[Changes](https://github.com/rundeck/rundeck-cli/compare/v1.3.4...v1.3.5) - ## 1.3.4 * Fix [Issue #302](https://github.com/rundeck/rundeck-cli/issues/302) jvm exit delayed by lingering threads