Commit Graph

33 Commits

Author SHA1 Message Date
Joshua Blatt 0b6663f42a cherry pick 1.1.9 release notes into release-1.1 branch (#4466) 2019-06-17 20:06:43 -07:00
Martin Taillefer 326747a260
Publish 1.1.8 and 1.0.8 notes.
* Patch #4273 to master branch (#4285)

(cherry picked from commit 521a2fe7d9)

* 1.0.8 release notes (#4278)

(cherry picked from commit 82c5f46ae3)

* 1.1.8 release notes (#4276)

* First draft 1.1.8 release notes

* s/multi-cluster/multicluster/

(cherry picked from commit ab7e8dcf13)
2019-06-07 13:17:08 -07:00
mergify[bot] 29e20ef1c2 Update 1.1.7 release notes to mention the CVE (#4235) (#4237)
(cherry picked from commit 9495d15325)
2019-05-29 18:55:11 -07:00
Joshua Blatt 24a52b0a76 1.1.7 release notes (#4165) 2019-05-17 17:38:28 -07:00
Joshua Blatt 4e086d7417 1.1.6 release notes (#4113) 2019-05-11 20:54:09 -07:00
Joshua Blatt 97c363fb6a Release notes for 1.1.5 (#4088) 2019-05-03 12:09:53 -07:00
Lin Sun 90c0a6fef8
add a note to address grafana issue (#4027)
* add a note to address grafana issue

https://github.com/istio/istio/issues/11742

* typo

* make lint happy
2019-04-24 15:27:59 -04:00
mtail 14833130b0 Remove stray text. 2019-04-24 11:32:46 -07:00
mtail d05093e186 Review feedback. 2019-04-24 08:01:22 -07:00
mtail c8cfa2178b Release notes for 1.1.4 2019-04-24 05:49:44 -07:00
Martin Taillefer a035f99e1e
Fix broken Envoy links. (#4022) 2019-04-23 08:19:18 -07:00
Martin Taillefer 942c4e66d7 Site improvements. (#4015)
- Substantially simplify logic that deals with releases & release notes.

- Make it easier to add a new release to the site. THere are fewer things to
change as the site infra can figure more stuff out on its own.

- Make it so release notes can be added in one language without require them
to be added in the other language.

- Replace the ugly "a new version is available" callout on older release note
pages with a popup that only shows up when you click on the download button.

(cherry picked from commit d458423cf4)
2019-04-22 09:46:35 -07:00
Martin Taillefer d89b610735
Fix missing parens and other small typos. (#4004) 2019-04-17 07:12:31 -07:00
mtail 2630ebe667 Release notes for 1.1.3 2019-04-15 20:01:32 -07:00
Frank Budinsky f53794e8bd Remove warning from egress boilerplate (#3994) 2019-04-15 11:15:50 -07:00
Frank Budinsky 925f0a18de Improved egress task (#3973)
* Improved egress task

* spelling

* address review comments
2019-04-09 16:41:48 -07:00
Frank Budinsky f727f04dd8 improve 1.1 release notes (#3930) 2019-04-04 06:13:48 -07:00
Steven Dake 3a05ad2861 Fix broken helm link in boilerplate security warn (#3924) 2019-04-02 12:10:21 -07:00
Martin Taillefer 97b2c989fe
More prep work for 1.1.2 (#3919) 2019-04-01 21:11:20 -07:00
Martin Taillefer 430143a620 Site improvements (#3868)
- Release notes for a release now sport a warning message if there's a newer patch
available. The warning includes a link to the patch's release notes.

- Release announcement blog posts get the same warning message.

- Release announcement blog posts now generally contain the text of the
release notes directly in place, rather than containing a link to the notes

- Add support for a ticker on the home page.
This will be used for important announcements.
2019-03-28 08:45:46 -07:00
Brian Avery d87d9b0fde Fixed CRD count and added note regarding cert-manager (#3743) 2019-03-18 12:57:40 -07:00
Martin Taillefer 2a5108806b
Site improvements. (#3706)
- Added a test suite to test out the different compositions of
site features.

- Substantially improve the composability of site features
(callouts, tabs, text blocks, boilerplates, lists). You can
now more confidentally mix & match these in any combination
and have a pretty good chance it'll render correctly.
2019-03-15 09:53:58 -07:00
mtail 5c1c9ae630 Revert "Site improvements (#3696)"
This reverts commit e1ce0c36
2019-03-14 19:59:48 -07:00
Martin Taillefer e1ce0c3633 Site improvements (#3696)
- Add a test suite for various compositions of site features.

- Substantially improve composition of various site features to eliminate bad
interactions. It's not perfect yet, but it's much better. The one thing still
broken is "a text block inside a warning in a list in a tab". There's still
something funny going on there, but I have some ideas for later.

- Added a new linter check to detect misuse of https://preliminary.istio.io in docs,
and fixed one offending instance.
2019-03-14 17:20:38 -07:00
Frank Budinsky dd8b7aac40 Use helm charts from downloaded release (#3689)
* Use charts from downloaded release

* fix circleci errors

* bad link

* more bad links

* undo fix links
2019-03-14 13:38:37 -07:00
Martin Taillefer bb81b68d9c
Improve boilerplates by adding front-matter marker. (#3693)
Also fixed formatting of multi-paragraph callouts. There
was some unsightly extra spacing at the top and bottom of the callout
in that case.
2019-03-14 13:19:23 -07:00
Steven Dake 2849da674c Add warning callout to securing Tiller installs (#3646)
* Add warning callout to securing Tiller installs

There are 3 other `helm init` redundant sections.  I am likely
to just C&P this warning to those sections.  As a team, we need
to seriously rethink how to document these options longer term.

* Add C&P warning to all `helm init` sections

Clearly the C&P is not ideal.  What would be better is to consolidate
all install instructions in these various documents into our main helm
install page as the helm init instructions are not doing anything special.

* Fix linter errors

* Boilerplate the helm security warning

* Workaround <{{ not parsable by hugo

use <pre></pre> to get hugo moving on the boilerplate.  This needs
to be resolved at some point, but I'm hopeful this workaround will
work for now.

* Better workaround to problem of parsing a boiler

* Address reviewer comments
2019-03-12 10:41:36 -07:00
Douglas Reid da77bb2bb5 Add sampling info to Tracing tasks (#3397)
* Add sampling info to Tracing tasks

* Address review comments and add boilerplate

* Add link to OpenTracing

* Address review comments

* Wording changes
2019-03-06 07:42:59 -08:00
Vadim Eisenberg 5c255e9618 add start-httpbin-service boilerplate (#3514) 2019-03-05 10:03:32 -08:00
Vadim Eisenberg 5f9d723012 use a boilerplate for setting environment variables for kubectl contexts (#3509)
* use a boilerplate for setting environment variables for kubectl contexts of the two clusters

share the boilerplate for gateway connectivity and for split horizon EDS clusters

* add the boilerplate file
2019-03-05 07:37:30 -08:00
Rigs Caballero 21c918fbe4 Organize the Kubernetes Installation content. (#3422)
* WIP Add Kubernetes Installation landing page.

This adds the landing page and organizes the content to make it easier to navigate.

Signed-off-by: rcaballeromx <grca@google.com>

* Apply initial feedback on landing page content.

Signed-off-by: rcaballeromx <grca@google.com>

* Rename and move files to enhance navigation.

Added aliases to redirect after filename changes.

Signed-off-by: rcaballeromx <grca@google.com>

* Harmonize all installation guide titles and intros.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix all links affected by the restructure.

Fixed all internal links and added aliases to ensure external redirects.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix paths of images on the ZH content.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix additional links and apply feedback.

Signed-off-by: rcaballeromx <grca@google.com>

* Fix link error introduced by rebase.

Signed-off-by: rcaballeromx <grca@google.com>

* Remove redundant instances of "Istio" in titles.

Signed-off-by: rcaballeromx <grca@google.com>
2019-02-28 14:37:30 -08:00
Vadim Eisenberg ddd3ad1788 Replace before you begin egress with boilerplate (#3022)
* add before-you-begin-egress boilerplate and use it in one case

* move the boilerplate into content

* replace before-you-begin section for egress task/examples

* remove egress related details from the boilerplate
2019-01-03 07:52:42 -08:00
Martin Taillefer 1ca2020e42
Improve boilerplates so they can now contain shortcodes (#3019) 2019-01-02 17:42:56 -08:00