-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run 'make pull-release-nodes' manually
Signed-off-by: denis-tingaikin <[email protected]>
- Loading branch information
1 parent
439689b
commit 744a310
Showing
7 changed files
with
398 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
fetch-notes-build: | ||
pull-release-notes-build: | ||
@GOPATH=$(GOPATH) GOBIN=$(GOBIN) go build -o fetchnotes main.go githubv4.go | ||
mv fetchnotes ../../bin/fetchnotes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
|
||
+++ | ||
short="v1.11.2" | ||
title = "Release v1.11.2" | ||
date="2023-01-14 00:00:00 +0000 UTC" | ||
+++ | ||
|
||
|
||
# NSM Release v1.11.2 | ||
|
||
|
||
NSM v1.11.2 has been tested on: | ||
- [kind](https://github.com/networkservicemesh/integration-k8s-kind/actions?query=branch%3Arelease%2Fv1.11.2+) | ||
- [GKE](https://github.com/networkservicemesh/integration-k8s-gke/actions?query=branch%3Arelease%2Fv1.11.2+) | ||
- [AKS](https://github.com/networkservicemesh/integration-k8s-aks/actions?query=branch%3Arelease%2Fv1.11.2+) | ||
- [AWS/AWS IPv6](https://github.com/networkservicemesh/integration-k8s-aws/actions?query=branch%3Arelease%2Fv1.11.2+) | ||
- [Bare metal in Equinix Metal](https://github.com/networkservicemesh/integration-k8s-packet/actions?query=branch%3Arelease%2Fv1.11.2+) | ||
- [Interdomain GKE/AWS/AKS](https://github.com/networkservicemesh/integration-interdomain-k8s/actions?query=branch%3Arelease%2Fv1.11.2+) | ||
|
||
## Changes since last release | ||
|
||
|
||
|
||
## System stability fixes and improvements | ||
|
||
|
||
|
||
### AF_PACKET stopped receiving traffic | ||
|
||
https://jira.fd.io/browse/VPP-2081 | ||
This issues is a continuation of this discussion - https://github.com/networkservicemesh/govpp/issues/9 | ||
|
||
[See more details](https://github.com/networkservicemesh/cmd-forwarder-vpp/issues/927) | ||
|
||
|
||
### Registry k8s can not correctly handle unregister when its scaled | ||
|
||
Status: RESOLVED. | ||
|
||
[See more details](https://github.com/networkservicemesh/sdk-k8s/issues/456) | ||
|
||
|
||
|
||
## Release project board | ||
|
||
[Notes based on](https://github.com/orgs/networkservicemesh/projects/27) |
Oops, something went wrong.