Skip to content

Commit 91cd7f8

Browse files
authored
Merge pull request #1238 from xencon/dev
Release v1.1.20 (#1236)
2 parents 4e9d9ba + 4ce57a8 commit 91cd7f8

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to the AIXCL project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [v1.1.20] - 2026-05-14
8+
9+
### Summary
10+
11+
Release v1.1.20 -- follow-up to v1.1.19, includes the vault-status.sh hotfix that was merged to main and dev after v1.1.19 was tagged.
12+
13+
### Fixed
14+
15+
- [x] **Vault Status Unknown State**: Fixed `check_vault_health()` in `lib/aixcl/commands/vault-status.sh` to correctly parse `"sealed": false` from Vault health API. Same jq `//` false handling bug as #1229, but in a different file. Also fixed false "⚠ Vault needs initialization" warning caused by `check_credentials()` returning 1 when no generated credential files were present yet. (Fixes #1234, #1235)
16+
17+
### Verification
18+
19+
- [x] CHANGELOG updated
20+
- [x] All CI checks passing on dev
21+
- [ ] All CI checks passing on main
22+
- [ ] Release signed and published
23+
24+
---
25+
726
## [v1.1.19] - 2026-05-14
827

928
### Summary

0 commit comments

Comments
 (0)