Skip to content

Commit f34f1c7

Browse files
authored
Merge pull request #300 from foundation-model-stack/doc
sync doc before release 1.28
2 parents 5f43106 + fce7196 commit f34f1c7

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ assignees: ''
1313
- [ ] Make sure that doc branch is synced to main branch by pushing PR from doc to main.
1414
- [ ] Make sure that all workflows on the main branch are completed successfully.
1515
- [ ] Create a release on GitHub repository: https://github.com/foundation-model-stack/multi-nic-cni/releases
16+
- [ ] Prepare kbuilder image for new version. Dispatch the [workflow](https://github.com/foundation-model-stack/multi-nic-cni/actions/workflows/build_push_kbuilder.yaml) with image version X.Y.Z.
1617
- [ ] Set new version with the following command and push a PR upgrade version: X.Y.Z to the main branch.
1718
- [ ] Update catalog template file and push PR to community operator hub - [OpenShift](https://github.com/redhat-openshift-ecosystem/community-operators-prod)
1819
- [ ] Update catalog template file and push PR to community operator hub - [OperatorHub.io](https://github.com/k8s-operatorhub/community-operators)

document/docs/contributing/maintainer.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
* Create a new tag with format `release-vX.Y.Z` from the main branch.
1111
* Add [auto-generate release note](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes).
1212
* Insert summarized updates from [milestone](https://github.com/foundation-model-stack/multi-nic-cni/milestones).
13-
4. Set new version with the following command and push a PR `upgrade version: X.Y.Z` to the main branch.
13+
14+
4. Prepare kbuilder image for new version. Dispatch the [workflow](https://github.com/foundation-model-stack/multi-nic-cni/actions/workflows/build_push_kbuilder.yaml) with image version `X.Y.Z`.
15+
5. Set new version with the following command and push a PR `upgrade version: X.Y.Z` to the main branch.
1416

1517
make set_version X.Y.Z
1618

17-
5. Update catalog template file and push PR to community operator hub:
19+
6. Update catalog template file and push PR to community operator hub:
1820
* https://github.com/redhat-openshift-ecosystem/community-operators-prod
1921
* https://github.com/k8s-operatorhub/community-operators
2022

21-
6. Once the above PR merged, update release page in documentation. Check [documentation update guide](../contributing/local_build_push.md#documentation-update).
23+
7. Once the above PR merged, update release page in documentation. Check [documentation update guide](../contributing/local_build_push.md#documentation-update).

document/docs/release/alpha-1.2.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Alpha 1.2 Channel
22

3+
## v1.2.7
4+
- support macvlan plugin
5+
- code enhancements:
6+
* refactor code structure (add internal packages)
7+
* upgrade test to ginkgo V2
8+
* generate measurable test coverage results
9+
* improve test coverage to 60%
10+
- fixes:
11+
* correct sample multinicnetwork for macvlan+whereabouts IPAM
12+
* handle error from ghw.PCI call
13+
314
## v1.2.6
415

516
- upgrade go version
@@ -10,8 +21,8 @@
1021
- update concept image, user and contributing guide
1122
- rewrite the highlighted features and add demo and references
1223
- fix bugs:
13-
* [sample-concheck make error](https://github.com/foundation-model-stack/multi-nic-cni/pull/235)
14-
* [failed to load netconf: post fail: Post "http://localhost:11000/select": EOF](https://github.com/foundation-model-stack/multi-nic-cni/issues/240)
24+
* [sample-concheck make error](https://github.com/foundation-model-stack/multi-nic-cni/pull/235)
25+
* [failed to load netconf: post fail: Post "http://localhost:11000/select": EOF](https://github.com/foundation-model-stack/multi-nic-cni/issues/240)
1526

1627
## v1.2.5
1728

document/docs/release/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Channel|Version|IPVLAN L2/L3|AWS IPVLAN|Mellanox Host Device|IP-less (zero host
66
[stable-1.2](./stable-1.2.md)|v1.2.4|✓|✓|✓|X|X
77
[beta](./beta.md)|v1.2.3|✓|✓|✓|X|X
88
[alpha](./alpha.md)|v1.3.0|✓|✓|✓|✓|✓
9-
[alpha-1.2](./alpha-1.2.md)|v1.2.6|✓|✓|✓|X|X
9+
[alpha-1.2](./alpha-1.2.md)|v1.2.7|✓|✓|✓|X|X

0 commit comments

Comments
 (0)