Skip to content

Commit

Permalink
Release version: 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jun 9, 2021
1 parent fe03866 commit c1a23e3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 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
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
app_version: 1.3.5
# Build settings
markdown: kramdown
theme: minima
Expand Down
13 changes: 13 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ title: Change Log
permalink: /changes/
---

## 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
Expand Down

0 comments on commit c1a23e3

Please sign in to comment.