-
Notifications
You must be signed in to change notification settings - Fork 276
chore(release): cut v1.1.0-rc.1 #4630
chore(release): cut v1.1.0-rc.1 #4630
Conversation
Signed-off-by: Sarah Christoff <[email protected]>
Signed-off-by: Sarah Christoff <[email protected]>
.github/workflows/nightly-images.yml
Outdated
@@ -10,7 +10,7 @@ jobs: | |||
env: | |||
DOCKER_USER: ${{ secrets.RELEASE_DOCKER_USER }} | |||
DOCKER_PASS: ${{ secrets.RELEASE_DOCKER_PASS }} | |||
CTR_TAG: latest-main | |||
CTR_TAG: v1.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the CI config should stay the same
@@ -43,7 +43,7 @@ var testPresetMeshConfigMap *corev1.ConfigMap = &corev1.ConfigMap{ | |||
"logLevel": "error", | |||
"maxDataPlaneConnections": 0, | |||
"envoyImage": "envoyproxy/envoy-alpine:v1.19.3@sha256:874e699857e023d9234b10ffc5af39ccfc9011feab89638e56ac4042ecd4b0f3", | |||
"initContainerImage": "openservicemesh/init:latest-main", | |||
"initContainerImage": "openservicemesh/init:v1.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test will still pass as-is, so we don't need to change this. If the test passes without this line at all, I'd also be in favor of removing it.
Codecov Report
@@ Coverage Diff @@
## release-v1.1 #4630 +/- ##
=============================================
Coverage 68.97% 68.97%
=============================================
Files 213 213
Lines 14861 14861
=============================================
Hits 10250 10250
Misses 4558 4558
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
charts/osm/Chart.yaml
Outdated
@@ -18,7 +18,7 @@ version: 1.0.0 | |||
|
|||
# This is the version number of the application being deployed. This version number should be | |||
# incremented each time you make changes to the application. | |||
appVersion: latest-main | |||
appVersion: v1.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we cutting an RC first? v1.1.0-rc.1
Co-authored-by: Jon Huhn <[email protected]>
Co-authored-by: Jon Huhn <[email protected]>
Co-authored-by: Jon Huhn <[email protected]>
@@ -18,7 +18,7 @@ version: 1.0.0 | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version
field should also be updated
Signed-off-by: Sarah Christoff <[email protected]>
Signed-off-by: Sarah Christoff <[email protected]>
@@ -1,6 +1,6 @@ | |||
# Open Service Mesh Helm Chart | |||
|
|||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest-main](https://img.shields.io/badge/AppVersion-latest--main-informational?style=flat-square) | |||
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.0](https://img.shields.io/badge/AppVersion-v1.1.0-informational?style=flat-square) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.0](https://img.shields.io/badge/AppVersion-v1.1.0-informational?style=flat-square) | |
![Version: 1.1.0-rc.1](https://img.shields.io/badge/Version-1.1.0--rc.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.1.0-rc.1](https://img.shields.io/badge/AppVersion-v1.1.0--rc.1-informational?style=flat-square) |
[ x] I have cherry-picked any changes labelled
needs-cherry-pick-vX.Y.Z
[ x] I have made all of the following version and patch updates:
[x ] I have checked that the base branch for this PR is correct as defined by the release guide
Is this a release candidate?