Skip to content

Commit

Permalink
Update changelog-0.7.x.md (#1283)
Browse files Browse the repository at this point in the history
* Update changelog-0.7.x.md

* Update on-prem.md
  • Loading branch information
Despire authored Mar 19, 2024
1 parent 05872b4 commit e83d56b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CHANGELOG/changelog-0.7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ Kubernetes version 1.24 is no longer supported.
## v0.7.2
### Features
* Target Nodepools [#1241](https://github.com/berops/claudie/pull/1241)

## v0.7.3
### Bugfixes
- Fix endless queueing of manifests with static nodepools, [#1282](https://github.com/berops/claudie/pull/1282)

3 changes: 2 additions & 1 deletion docs/input-manifest/providers/on-prem.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ spec:
name: static-node-key
namespace: mynamespace

- name: compute
- name: compute
nodes:
- endpoint: "192.168.10.2"
secretRef:
name: static-node-key
Expand Down

0 comments on commit e83d56b

Please sign in to comment.