Skip to content

Commit

Permalink
Adding changelog for v1.1.0-rc2 (#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed May 2, 2024
1 parent c8218ff commit 6fc4f83
Show file tree
Hide file tree
Showing 18 changed files with 58 additions and 27 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Table of Contents

- [v1.1.0-rc2](#v110-rc2)
- [v1.1.0-rc1](#v110-rc1)
- [v1.0.0](#v100)
- [v1.0.0-rc2](#v100-rc2)
Expand Down Expand Up @@ -40,6 +41,36 @@
We expect that this release candidate is quite close to the final v1.1.0
release. However, subsequent breaking API changes are still possible.

This release candidate is suitable for implementors, but we do not recommend
shipping products based on a release candidate API due to the possibility of
incompatible changes prior to the final release. The following represents the
changes since # v1.1.0-rc1:

## Conformance Profiles
- Add SupportMeshConsumerRoute and SupportMeshClusterIPMatching supported
features to more clearly communicate the purpose of existing Mesh conformance
tests (#3035, @howardjohn)
- Add conformance test for HTTP listener isolation (#3047, @arkodg, @pleshakov)

## gwctl
- Properly handle different API versions (#3001, @gauravkghildiyal)
- Provide more detail in describe output (#2999, @gauravkghildiyal)
- Support JSON and YAML output format in get commands (#2940,
@yashvardhan-kukreja)

## Cleanup
- Revert accidental removal of experimental kustomize configuration (#3022,
@howardjohn)

## Dependencies
- sigs.k8s.io/controller-tools from 0.14.0 to 0.15.0 (#3031)
- sigs.k8s.io/controller-runtime from 0.17.0 to 0.18.0 (#3023, @tao12345666333)

# v1.1.0-rc1

We expect that this release candidate is quite close to the final v1.1.0
release. However, subsequent breaking API changes are still possible.

This release candidate is suitable for implementors, but we do not recommend
shipping products based on a release candidate API due to the possibility of
incompatible changes prior to the final release. The following represents the
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions conformance/utils/suite/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "gateways.gateway.networking.k8s.io",
Annotations: map[string]string{
consts.BundleVersionAnnotation: "v1.1.0-rc1",
consts.BundleVersionAnnotation: "v1.1.0-rc2",
consts.ChannelAnnotation: "standard",
},
},
Expand All @@ -55,13 +55,13 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "httproutes.gateway.networking.k8s.io",
Annotations: map[string]string{
consts.BundleVersionAnnotation: "v1.1.0-rc1",
consts.BundleVersionAnnotation: "v1.1.0-rc2",
consts.ChannelAnnotation: "standard",
},
},
},
},
expectedVersion: "v1.1.0-rc1",
expectedVersion: "v1.1.0-rc2",
expectedChannel: "standard",
},
{
Expand All @@ -71,7 +71,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "gateways.gateway.networking.k8s.io",
Annotations: map[string]string{
consts.BundleVersionAnnotation: "v1.1.0-rc1",
consts.BundleVersionAnnotation: "v1.1.0-rc2",
consts.ChannelAnnotation: "standard",
},
},
Expand All @@ -80,7 +80,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "httproutes.gateway.networking.k8s.io",
Annotations: map[string]string{
consts.BundleVersionAnnotation: "v1.1.0-rc1",
consts.BundleVersionAnnotation: "v1.1.0-rc2",
consts.ChannelAnnotation: "standard",
},
},
Expand All @@ -91,7 +91,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
},
},
},
expectedVersion: "v1.1.0-rc1",
expectedVersion: "v1.1.0-rc2",
expectedChannel: "standard",
},
{
Expand All @@ -101,7 +101,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "gateways.gateway.networking.k8s.io",
Annotations: map[string]string{
consts.BundleVersionAnnotation: "v1.1.0-rc1",
consts.BundleVersionAnnotation: "v1.1.0-rc2",
consts.ChannelAnnotation: "standard",
},
},
Expand All @@ -125,7 +125,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "gateways.gateway.networking.k8s.io",
Annotations: map[string]string{
consts.BundleVersionAnnotation: "v1.1.0-rc1",
consts.BundleVersionAnnotation: "v1.1.0-rc2",
consts.ChannelAnnotation: "standard",
},
},
Expand All @@ -134,7 +134,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "httproutes.gateway.networking.k8s.io",
Annotations: map[string]string{
consts.BundleVersionAnnotation: "v1.1.0-rc1",
consts.BundleVersionAnnotation: "v1.1.0-rc2",
consts.ChannelAnnotation: "experimental",
},
},
Expand All @@ -149,7 +149,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "gateways.gateway.networking.k8s.io",
Annotations: map[string]string{
consts.BundleVersionAnnotation: "v1.1.0-rc1",
consts.BundleVersionAnnotation: "v1.1.0-rc2",
consts.ChannelAnnotation: "standard",
},
},
Expand All @@ -158,7 +158,7 @@ func TestGetAPIVersionAndChannel(t *testing.T) {
ObjectMeta: metav1.ObjectMeta{
Name: "httproutes.gateway.networking.k8s.io",
Annotations: map[string]string{
consts.BundleVersionAnnotation: "v1.1.0-rc1",
consts.BundleVersionAnnotation: "v1.1.0-rc2",
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (

// BundleVersion is the value used for the "gateway.networking.k8s.io/bundle-version" annotation.
// These value must be updated during the release process.
BundleVersion = "v1.1.0-rc1"
BundleVersion = "v1.1.0-rc2"

// ApprovalLink is the value used for the "api-approved.kubernetes.io" annotation.
// These value must be updated during the release process.
Expand Down

0 comments on commit 6fc4f83

Please sign in to comment.