Commit Graph

416 Commits

Author SHA1 Message Date
Martin Taillefer a222793255
Site improvements. (#5939)
- Move some info to front-matter in the different security bulletins
such that it can be used when building the security bulleting index page.

- Update the security bulletin index page to show affected relesses and
impact score.

- Make it so table headers are vertically centered, which looks a lot nicer
when there are a combination of single-line and multi-line headers in the
same table.

- Add a few checks to correctly hide draft mode documents from sight
in more cases.

- Remove a stale document that's been in draft mode since first being
created in 2017.

- Clean up a bit of text in some release notes.
2019-12-02 09:37:57 -08:00
Steve Manuel db7cc60300 typo: fix 'multicluster' sub-command (#5884) 2019-11-26 10:41:11 -08:00
Frank Budinsky 60f73570f0 Another ops guide incremental improvement (#5830)
* Another ops guide incremental improvement

* fix broken links

* more lint errors

* one more lint

* fix aliases
2019-11-25 11:58:39 -08:00
Martin Taillefer e3c8077416
Introduce a shortcode to produce the disclosure detail table in security bulletins. (#5800) 2019-11-20 08:06:15 -08:00
Jianfei Hu d398b01587 Add auto mtls in annoucing doc for 1.4. (#5798)
* add auto mtls in annoucing

* suggestion from code review, 1st.

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-20 07:16:47 -08:00
Martin Taillefer 6cdafbeb3d Add support for dots & pills for both news and blog posts. (#5768)
- If a returning user comes to the site, if there are unread
blog posts or news articles less than 15 quadrllion nanosecond
old will be treated as being unread. When there are unred articles,
the News or Blog link in the title bar will get a green dot indicating
articles are available. When clicking on News, then you'll get the
news categories with a pill showing how many articles are unread for
each category.

First-time visitors to the site will not get any dots or pills for
existing articles. These will only appear in subsequent visits for
new articles.

Due to the default behavior for new users, if you just look at the
preview, you will not see any pills or dots. To see what this actually
looks like, load up the preview, then go to the Chrome Developer Tools,
click on the Application tab, then on Local Storage, and then find the
visitedPages entry. Right click on the entry, select Edit Value,
and set the value to {}. Then refresh the page and you
should see some dots show up next to the Blog and News links in
the header.
2019-11-19 11:44:46 -08:00
Martin Taillefer b5ddc1fa56
Big cleanup of security bulletins. (#5761)
- Security bulletins now have a cleaner style, with a common table
at the top capturing common info.

- Generate a custom table when showing the list of bulletins.
2019-11-18 07:19:36 -08:00
Martin Taillefer 6e6eb6d031
Reorganize the news section. (#5740) 2019-11-16 19:25:54 -08:00
Phillip Quy Le 865069ca13 Add link to authz trust domain migration (#5733) 2019-11-15 11:23:46 -08:00
Yangmin Zhu 14f573a717 add announcement for authorization in Beta (#5695)
* add announcement for authorization in Beta

* minor fix
2019-11-14 14:38:46 -08:00
Martin Taillefer 48c8a28968
Prepare for 1.5. (#5689) 2019-11-14 13:01:31 -08:00
Lin Sun 4b9e8de50e small clarification (#5688)
we got users asking us if this config can be removed so add a comment here to clarify it.
2019-11-14 12:45:46 -08:00
Rigs Caballero 22d066be37 Added the Best Practices section with general principles. (#5137)
* Added the Best Practices section with general principles.

This is the beginning of the new Best Practices section.
Our goal is to provide a section for all the best practices and recommendations
for Istio deployments. The best practices are based on the identified and
recommended deployment models.

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

* Change headings for clarity.

Adds clarity to some passages based on feedback.
Removes a list of recommendations that was causing some confusion.
Adds a glossary entry for failure domains and how they relate to a
platform's availability zones.

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

* Move Best Practices to Ops Guide

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

* Moved Deployment Best Practices to a new "Prepare Your Deployment" section.

Moved all deployment preparation content into a new section under "Setup".
For now the content includes the following sections:

- Deployment models
- Deployment best practices
- Pod requirements

Merged the two existing pages containing pod requirements into one single page.

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

* Replace example with better guidance around namespace tenancy.

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

* Add links and language pointing to the Prepare section

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

* Fix minor typos and broken links.

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

* Move from Setup to Operations

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

* Fix broken links

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

* Fix rebasing issues.

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

* Fix multicluster install link.

Signed-off-by: Rigs Caballero <grca@google.com>
2019-11-14 11:58:29 -05:00
John Howard 048c8e2deb Added more security release notes (#5604)
* Added more security release notes

* Fixes

* auto mtls note

* Fix lint errors
2019-11-14 08:47:46 -08:00
lei-tang 4ea1f997f0 Fix the descriptions of two security features (#5641) 2019-11-12 11:22:54 -08:00
John Howard a33fb6493b Initial P&T release notes (#5477)
* Initial P&T release notes

* Remove metadata filter

* Added egress note

* Add wiki link

* Trim whitespace

* Update stack driver wiki url

* Update content/en/news/2019/announcing-1.4/change-notes/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Remove TCP
2019-11-12 10:45:54 -08:00
Lin Sun f20dae83ac typo and add experimental for operator (#5634) 2019-11-12 08:17:54 -08:00
Dan Ciruli a87c626ecd Announcement for 1.4. (#5596)
* Announcement for 1.4.

* addressing comments

* fixing lint problems

* last phrasing change?

* phrasing improvement

* last linting fixes!
2019-11-12 06:55:54 -08:00
Yangmin Zhu 7251f1fe82 update release notes to link to blog post for authz v1beta1 (#5610) 2019-11-11 15:43:01 -08:00
Frank Budinsky 823e85b69a
Reorganize reference docs (#5595)
* Reorganize reference docs

* aliases

* corrections

* fix broken links

* fix broken link

* another broken link

* another broken link
2019-11-11 17:46:27 -05:00
Yangmin Zhu 28c675c8e5 authz: update 1.4 release notes (#5601)
* authz: update 1.4 release notes

* Update content/en/news/2019/announcing-1.4/change-notes/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-11 13:28:53 -08:00
John Howard 7fd31e2bdb Add 2 more istioctl updates for 1.4 notes (#5605) 2019-11-11 12:24:54 -08:00
John Howard c16590cd6f Add networking releae notes (#5602) 2019-11-11 12:13:54 -08:00
Francois Pesce 31d4b56b22 Announce upcoming 1.2 EOL. (#5593)
* Announce upcoming 1.2 EOL.

* Update index.md
2019-11-11 11:26:54 -08:00
Brian Avery f759c3f845 Added release notes for 1.3.5 (#5431)
* Added release notes for 1.3.5

* Cleaned up description of Issue 16458 and 17266

* Cleaned up wording for 17266

* added entry for ISTIO-SECURITY-2019-006 and two more bug fix entries

* Make update lowercase

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Added CVE
2019-11-11 10:20:55 -08:00
John Howard 37428fb664 Add config release notes (#5528)
* Add config release notes

* language
2019-11-11 09:02:53 -08:00
Martin Taillefer 4b9b63046c
Fix publication dates to reflect 1.4 launch date. (#5589) 2019-11-11 07:58:09 -08:00
Martin Taillefer 01747f2349
Fix a bunch of busted links. (#5588) 2019-11-11 07:43:43 -08:00
Martin Taillefer 2e378b70ab No helm diff available for 1.4 (#5586) 2019-11-11 06:57:53 -08:00
Martin Taillefer ff16e5f477
Release note improvements. (#5547)
- Improved look of the call to action buttons

- Removed redundant attributions on all news items, those were
leftovers from when the relesse notes were in the blog section.

- Used consistent subtitles and descriptions for all news items.
2019-11-09 12:52:33 -08:00
Frank Budinsky f2e005466e
Standalone operator (#5433)
* Standalone operator guide

* verify install

* separate controller and CR

* tweaks

* add section

* address review comments

* remove update command

* fix lint
2019-11-08 19:10:21 -05:00
Martin Taillefer 5effeb4c3c
Update reference docs. (#5526) 2019-11-08 15:53:54 -08:00
Francois Pesce 2607a9bb51 - ISTIO-SECURITY-2019-006 (#5481)
* - ISTIO-SECURITY-2019-006

* - address linting process

* Apply suggestions from code review

* Add spelling

* Update content/en/news/2019/istio-security-2019-006/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/news/2019/istio-security-2019-006/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Update content/en/news/2019/istio-security-2019-006/index.md

* Update content/en/news/2019/istio-security-2019-006/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
2019-11-08 11:46:52 -08:00
Frank Budinsky a6a5769f12
Organize security tasks (#5474)
* Organize security tasks

* lint errors

* fixes

* more fixes
2019-11-07 15:54:27 -05:00
John Howard ebe6f3dd3c 1.4.0 release notes for operator (#5476) 2019-11-07 11:19:52 -08:00
John Howard 71db049e91 Initial 1.4.0 release notes (#5248)
* Initial 1.4.0 release notes

There will definitely be more release notes to add in the future, but
for now I think we can focus on getting a few in and iterate from there
to try to avoid the 300 comment PR madness.

* Update content/en/news/2019/announcing-1.4/change-notes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Apply suggestions from code review

Co-Authored-By: Rigs Caballero <grca@google.com>

* Update content/en/news/2019/announcing-1.4/change-notes/index.md

Co-Authored-By: Rigs Caballero <grca@google.com>

* Fix mirror notes

* Update content/en/news/2019/announcing-1.4/change-notes/index.md

Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>

* Replace daily builds
2019-11-07 09:29:52 -08:00
Francois Pesce 75648ff229 - 1.2.9 release notes (#5430) 2019-11-06 13:14:13 -08:00
Neeraj Poddar db10e052ff Fix directory structure/heading for istioctl install (#5390) 2019-11-05 12:37:19 -08:00
Steven Dake 94c352004f Fix 134 announce link bug (#5348) 2019-11-04 11:04:39 -08:00
Istio Automation cbf0c319a9 Fix date, which fixes sorting order. (#5340) 2019-11-04 07:36:24 -08:00
Martin Taillefer 4d4e6ae28e
General cleanup items. (#5325)
- Fix a bunch of heading capitalization.

- Remove words that shouldn't be in the dictionary
and update the text accordingly.

- Added a few @@ sequences to reference content files from text blocks.

- Used a few {{< source_branch_name >}} sequences to refer to the proper
branch in GitHub rather than master.
2019-11-04 06:41:54 -08:00
Steven Dake 0f7907ef1b 1.3.4 release notes (#5320)
* 1.3.4 release notes

* Add a closing `)' to one missing line

* Address reviewer comments.

* Address linting problems.
2019-11-02 05:52:23 -07:00
Frank Budinsky abab549d5d Fix broken links (#5288) 2019-10-29 16:18:21 -07:00
Adam Miller 72ac49375e istioctl upgrade feature docs (#5245)
* Draft of upgrade docs

* Fixed PR comments

* More PR review comments addressed

* Added note about -f and --set flag support

* Further PR comments

* shortcode added for istioctl

* rebase and typo fixes

* Typo fixes
2019-10-29 17:12:11 -04:00
Martin Taillefer 68c6ee0b84
Update reference docs. (#5269) 2019-10-28 14:42:16 -07:00
Rigs Caballero 03ca9f6478 Move pages out from the Concepts section (#5256)
* Move Deployment Models from Concepts to Setup

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

* Move Architecture from Concepts to Ops.

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

* Move Performance page from Concepts to Ops

Signed-off-by: rcaballeromx <grca@google.com>
2019-10-24 15:40:25 -07:00
Jason Wang 05a9a2eed2 remove kubectl explain in upgrade notes (#5246) 2019-10-24 06:44:42 -07:00
Francois Pesce e446d666ce - 1.2.8 release notes (#5237)
* - 1.2.8 release notes

* Update content/en/news/2019/announcing-1.2.8/index.md
2019-10-23 12:00:43 -07:00
Martin Taillefer bbd4452d89 Remove links to istio-ecosystem. (#5223)
* Remove links to istio-ecosystem.

* Apply suggestions from code review

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>
2019-10-22 14:10:09 -07:00
Joshua Blatt 08d311bb5d 1.1.17 release notes and final EOL announcement (#5169)
* 1.1.17 release notes

* Fix date and remove unnecessary alias.

* Update 1.1.17 publish date and add alias.
2019-10-21 11:15:37 -07:00
Jason Wang 55d2ef9683 update upgrade notes with CRD schema instructions (#5174)
* update upgrade notes with CRD schema instructions

* fix lint

* fixes to comments

* add istioctl analyze to suggested steps

* fix linter

* changed heading
2019-10-18 13:18:57 -07:00
Martin Taillefer 70189427c0 Add year-free aliases for release announcements. (#5187) 2019-10-18 10:02:55 -07:00
Martin Taillefer d6445fc726
Update reference docs. (#5173)
preliminary.istio.io will now display reference material for the release-1.4 branches
of istio/istio, istio/api, and istio/operator.
2019-10-17 11:09:11 -07:00
Frank Budinsky c8ac8eb91c Better organize operations guide material (#5163)
\
2019-10-16 09:59:04 -07:00
John Howard 37b0fd749c Add traffic management 1.4 upgrade notice (#5153) 2019-10-15 17:05:38 -07:00
Martin Taillefer f7dd8c6613
Consolidate release-specific material into the news section. (#5138) 2019-10-15 09:27:11 -07:00
Brian Avery 955b93a7fa 1.3.3 release notes (#5122)
* 1.3.3 release notes

* 1.3.3 release notes

* Apply suggestions from code review

Co-Authored-By: Romain Lenglet <romain.lenglet@berabera.info>

* Added note regarding Envoy crash
2019-10-14 11:01:56 -07:00
Lin Sun 869ab9f17d fix link issue (#5115)
* fix link issue

* space

* use the link frank suggested

* Update content/en/news/2019/istio-security-2019-005/index.md
2019-10-09 12:10:39 -07:00
Lin Sun f556d09041 Fix lint in the announcement (#5106)
* fix lint

* add spelling

* temporary remove bad doc
2019-10-09 12:16:17 -04:00
Rigs Caballero 4492b89b4f Ensure consistent use of 'multicluster'. (#5108) 2019-10-08 20:55:42 -07:00
Lin Sun 1ae8904e9f
release note and announcement for 1.3.2/1.1.16/1.2.7 (#5104)
* .spelling change

* announcement and notes

* add a msg about distroless
2019-10-08 14:01:04 -04:00
Ed Snible c072e65db6 Erroneous spelling of 'erroneous' (#5099) 2019-10-07 07:59:53 -07:00
Frank Budinsky 78ec428817 Improve concepts organization (#5095)
* cleanup unused files

* tweak wording

* merge traffic management architecture material

* reorg top level concept sections

* lint errors

* fix list style
2019-10-04 11:43:31 -07:00
Frank Budinsky 910991317e Clarify protocol enablement (#5090)
* Clarify protocol enablement

* clarify name syntax

* fix bad link
2019-10-02 09:36:26 -07:00
Brian Avery a0df1ff05a 1.3.1 release notes (#5063)
* 1.1 release notes

* Cleaned up wording and formatting to match other point release

* Updated to remove UTF-8 from spelling as well as link to the last issue

* Moved release announcement to news

* Fixed capitalization and removed aliases for 1.3.1 release notes

* Removed references to pull requests rather than issues and added reference for metadata exchange and stats

* Added WebAssembly to the dictionary and removed duplicate of webhook

* Fixed date
2019-09-27 13:42:05 -07:00
Martin Taillefer d42dfe94ba
Introduce top-level News section. (#5060) 2019-09-27 07:09:58 -07:00