Skip to content

Commit ebd4cfe

Browse files
dprotasoCali0707
andauthored
Drop 1.19 from version drop-down due to OTel issues & warn folks on the blog (#6348)
* Drop 1.19 from version drop-down due to OTel issues & warn folks on the blog * Update blog/docs/releases/announcing-knative-v1-19-release.md Co-authored-by: Calum Murray <[email protected]> --------- Co-authored-by: Calum Murray <[email protected]>
1 parent 59d2ab8 commit ebd4cfe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

blog/docs/releases/announcing-knative-v1-19-release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ type: "blog"
1010

1111
## Announcing Knative v1.19 Release
1212

13+
!!! note
14+
We've discovered severe issues with the OpenTelemetry Prometheus Exporter (see: https://github.com/knative/pkg/issues/3224). We advise users to hold off upgrading until we have new patch releases out.
15+
1316
A new version of Knative is now available across multiple components.
1417

1518
Follow the instructions in

hack/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set -x
2727
# 1) Make a release-NN branch as normal.
2828
# 2) Update VERSIONS below (on main) to include the new version, and remove the oldest
2929
# Order matters :-), Most recent first.
30-
VERSIONS=("1.19" "1.18" "1.17") # Docs version, results in the url e.g. knative.dev/docs-1.9/..
30+
VERSIONS=("1.18" "1.17") # Docs version, results in the url e.g. knative.dev/docs-1.9/..
3131
# 4) PR the result to main.
3232
# 5) Party.
3333

0 commit comments

Comments
 (0)