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 2 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.1
fpesce marked this conversation as resolved.
Show resolved Hide resolved
publishdate: 2019-06-25
fpesce marked this conversation as resolved.
Show resolved Hide resolved
icon: notes
release: 1.2.1
fpesce marked this conversation as resolved.
Show resolved Hide resolved
---

This release includes bugfixes and improvements. This release note describes what's different between Istio 1.2 and Istio 1.2.1.
fpesce marked this conversation as resolved.
Show resolved Hide resolved

{{< 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.1
fpesce marked this conversation as resolved.
Show resolved Hide resolved
description: Istio 1.2.1 patch release.
fpesce marked this conversation as resolved.
Show resolved Hide resolved
publishdate: 2019-06-25
fpesce marked this conversation as resolved.
Show resolved Hide resolved
attribution: The Istio Team
release: 1.2.1
fpesce marked this conversation as resolved.
Show resolved Hide resolved
---

We're pleased to announce the availability of Istio 1.2.1. Please see below for what's changed.
fpesce marked this conversation as resolved.
Show resolved Hide resolved

{{< relnote >}}
16 changes: 16 additions & 0 deletions content/boilerplates/notes/1.2.1.md
@@ -0,0 +1,16 @@
## 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.

- Improve citadel log ([Pull Request 15032](https://github.com/istio/istio/pull/15032))
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- Add citadel replicaCount flag back and workloadCertTtl to support multi-citadel and short cert TTL for perf test ([Pull Request 15066](https://github.com/istio/istio/pull/15066))
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- Fix Mixer CRD store issue ([Issue 14841](https://github.com/istio/istio/issues/14841))
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- Add HTTP/1.0 support to gateway configuration generation ([Pull Request 15062](https://github.com/istio/istio/pull/15062))
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- Redis filter (this feature is guarded with the feature flag PILOT_ENABLE_REDIS_FILTER, disabled by default):
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- Enable redis filter ([Pull Request 15049](https://github.com/istio/istio/pull/15049))
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- Default Redis Cluster ([Pull Request 15052](https://github.com/istio/istio/pull/15052))
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- Configure Redis latency in microseconds ([Pull Request 15119](https://github.com/istio/istio/pull/15119))
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- Do not overwrite Citadel storage namespace with env var ([Pull Request 15082](https://github.com/istio/istio/pull/15082))
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- Add toleration for Istio components ([Pull Request 15081](https://github.com/istio/istio/pull/15081))
fpesce marked this conversation as resolved.
Show resolved Hide resolved
- set nodeagent updateStrategy to RollingUpdate ([Pull Request 15129](https://github.com/istio/istio/pull/15129)) ([Issue 15020](https://github.com/istio/istio/issues/15020))
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Fix cause of 'TLS error: Secret is not supplied by SDS' errors during upgrade (Issue 15020).
  • Fix crash in Istio's JWT Envoy filter caused by malformed JWT (Issue 15084).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@duderino You are commenting the 1.2.1 release note, I was going to open another PR for 1.2.2 which included these ones. I can continue with this and rename everything to 1.2.2

fpesce marked this conversation as resolved.
Show resolved Hide resolved

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.1"
fpesce marked this conversation as resolved.
Show resolved Hide resolved

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