Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.9

* fix: NPE if system info does not return all data

[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.8...v2.0.9)

## 2.0.8

* Fix: rd acl validate fails [Issue #541](https://github.com/rundeck/rundeck-cli/issues/541)
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: 2.0.8
app_version: 2.0.9
# Build settings
markdown: kramdown
theme: minima
Expand Down
6 changes: 6 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ title: Change Log
permalink: /changes/
---

## 2.0.9

* fix: NPE if system info does not return all data

[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.8...v2.0.9)

## 2.0.8

* Fix: rd acl validate fails [Issue #541](https://github.com/rundeck/rundeck-cli/issues/541)
Expand Down
Loading