Skip to content

Commit 8d0e7b7

Browse files
authored
prepare v0.8.0 release and update roadmap (#170)
Signed-off-by: Angelos Kolaitis <neoaggelos@gmail.com>
1 parent 1cc5826 commit 8d0e7b7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ See [Quick Start](https://capn.linuxcontainers.org/tutorial/quick-start.html) to
3333

3434
## Project Roadmap
3535

36-
### v0.8.0
36+
### v0.9.0
3737

38-
Rough steps for version v0.8.0:
38+
Rough steps for version v0.9.0:
3939

40-
- [ ] Add `kini` command line tool, re-using building blocks from [kind](https://kind.sigs.k8s.io).
41-
- [ ] Use `kini` for quick start guide and e2e tests.
40+
- [ ] Use `kini` for quick start guide.
4241
- [ ] Load balancer IPAM (CAPN automatically claims/releases load balancer IP addresses from the network).
42+
- [x] Add `kini` command line tool, re-using building blocks from [kind](https://kind.sigs.k8s.io).
43+
- [x] Use `kini` for e2e tests.
4344
- [x] Build images for v1.34.0, based on Ubuntu 24.04 and Debian 13.
4445
- [x] Private initial alpha testing.
4546
- [x] Cloud provider node patch to link Machines with workload cluster Nodes.

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ releaseSeries:
2222
- major: 0
2323
minor: 7
2424
contract: v1beta1
25+
- major: 0
26+
minor: 8
27+
contract: v1beta1

0 commit comments

Comments
 (0)