Skip to content

Commit 6fc4f83

Browse files
authored
Adding changelog for v1.1.0-rc2 (#3046)
1 parent c8218ff commit 6fc4f83

18 files changed

+58
-27
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Table of Contents
44

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

44+
This release candidate is suitable for implementors, but we do not recommend
45+
shipping products based on a release candidate API due to the possibility of
46+
incompatible changes prior to the final release. The following represents the
47+
changes since # v1.1.0-rc1:
48+
49+
## Conformance Profiles
50+
- Add SupportMeshConsumerRoute and SupportMeshClusterIPMatching supported
51+
features to more clearly communicate the purpose of existing Mesh conformance
52+
tests (#3035, @howardjohn)
53+
- Add conformance test for HTTP listener isolation (#3047, @arkodg, @pleshakov)
54+
55+
## gwctl
56+
- Properly handle different API versions (#3001, @gauravkghildiyal)
57+
- Provide more detail in describe output (#2999, @gauravkghildiyal)
58+
- Support JSON and YAML output format in get commands (#2940,
59+
@yashvardhan-kukreja)
60+
61+
## Cleanup
62+
- Revert accidental removal of experimental kustomize configuration (#3022,
63+
@howardjohn)
64+
65+
## Dependencies
66+
- sigs.k8s.io/controller-tools from 0.14.0 to 0.15.0 (#3031)
67+
- sigs.k8s.io/controller-runtime from 0.17.0 to 0.18.0 (#3023, @tao12345666333)
68+
69+
# v1.1.0-rc1
70+
71+
We expect that this release candidate is quite close to the final v1.1.0
72+
release. However, subsequent breaking API changes are still possible.
73+
4374
This release candidate is suitable for implementors, but we do not recommend
4475
shipping products based on a release candidate API due to the possibility of
4576
incompatible changes prior to the final release. The following represents the

config/crd/experimental/gateway.networking.k8s.io_backendlbpolicies.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_backendtlspolicies.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_gatewayclasses.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_gateways.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_grpcroutes.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_referencegrants.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_tcproutes.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/experimental/gateway.networking.k8s.io_tlsroutes.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)