Skip to content

Commit 82aeb40

Browse files
authored
Merge pull request #582 from rundeck/RUN-3329/specify-ubuntu
RRUN-3329: specify ubuntu
2 parents f1088eb + a073fc0 commit 82aeb40

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
publish:
1010

11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
with:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.9
2+
3+
* fix: NPE if system info does not return all data
4+
5+
[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.8...v2.0.9)
6+
17
## 2.0.8
28

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

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ url: "https://rundeck.github.io" # the base hostname & protocol for your site, e
2222
twitter_username: rundeck
2323
github_username: rundeck
2424
github_url: https://github.com/rundeck/rundeck-cli
25-
app_version: 2.0.8
25+
app_version: 2.0.9
2626
# Build settings
2727
markdown: kramdown
2828
theme: minima

docs/changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ title: Change Log
44
permalink: /changes/
55
---
66

7+
## 2.0.9
8+
9+
* fix: NPE if system info does not return all data
10+
11+
[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.8...v2.0.9)
12+
713
## 2.0.8
814

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

0 commit comments

Comments
 (0)