Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.2.2 release notes #4555

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/about/notes/1.2.1/index.md
@@ -0,0 +1,10 @@
---
title: Istio 1.2.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened to 1.2.1?

publishdate: 2019-06-28
icon: notes
release: 1.2.2
---

This release includes bugfixes and improvements. This release note describes what's different between Istio 1.2 and Istio 1.2.2.

{{< relnote >}}
11 changes: 11 additions & 0 deletions content/blog/2019/announcing-1.2.1/index.md
@@ -0,0 +1,11 @@
---
title: Announcing Istio 1.2.2
description: Istio 1.2.2 patch release.
publishdate: 2019-06-28
attribution: The Istio Team
release: 1.2.2
---

We're pleased to announce the availability of Istio 1.2.2. Please see below for what's changed.

{{< relnote >}}
12 changes: 12 additions & 0 deletions content/boilerplates/notes/1.2.1.md
@@ -0,0 +1,12 @@
## Bug fixes and minor enhancements
fpesce marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about we completely separate bug fixes from enhancements? Then you don't need to say "Fix:" everywhere.


- Fix duplicate CRD being generated in the install ([Issue 14976](https://github.com/istio/istio/issues/14976))
- Allow users to disable istio default retries by setting retries to 0 ([Issue 14900](https://github.com/istio/istio/issues/14900))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be great if we can indicate what the default is (think it is 2 or 3), and how to reset it to 0.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- Fix Mixer unable to start when Galley is disabled ([Issue 14841](https://github.com/istio/istio/issues/14841))
- Add HTTP/1.0 support to gateway configuration generation ([Issue 13085](https://github.com/istio/istio/issues/13085))
- Redis filter (this feature is guarded with the environment feature flag PILOT_ENABLE_REDIS_FILTER, disabled by default):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to actually say something beyond "Redis filter", and sentence ends with a colon.

- Fix: Environment variable shadowing (NAMESPACE is used for listened namespaces and overwrites Citadel storage namespace (istio-system))
- Add [toleration](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) for Istio components ([Pull Request 15081](https://github.com/istio/istio/pull/15081))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't link to PRs in release notes.

This should be linking to an updated doc page instead if needed.

- Fix cause of 'TLS error: Secret is not supplied by SDS' errors during upgrade ([Issue 15020](https://github.com/istio/istio/issues/15020))
- Fix crash in Istio's JWT Envoy filter caused by malformed JWT ([Issue 15084](https://github.com/istio/istio/issues/15084))

2 changes: 1 addition & 1 deletion data/args.yml
Expand Up @@ -2,7 +2,7 @@
version: "1.2"

# The full Istio version identifier the docs describe
full_version: "1.2.0"
full_version: "1.2.2"

# The year to display in copyright notices
copyright_year: 2019
Expand Down