diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e12a291a..dd76946e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: publish: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f32c45..4e9a576e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/docs/_config.yml b/docs/_config.yml index 16023b81..26bc7775 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: 2.0.8 +app_version: 2.0.9 # Build settings markdown: kramdown theme: minima diff --git a/docs/changes.md b/docs/changes.md index 281dbd65..4af62161 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -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)