Commit Graph

90 Commits

Author SHA1 Message Date
Joshua Blatt 9b3e9444a2 1.1.7 release notes (#4165) (#4215) 2019-05-24 13:59:55 +00:00
Joshua Blatt c165195df4 1.1.6 release notes (#4113) (#4216) 2019-05-24 13:59:15 +00:00
Joshua Blatt dfb076ac52 Release notes for 1.1.5 (#4088) (#4217) 2019-05-24 13:58:31 +00:00
Martin Taillefer a5936f40be
1.1.4 release notes. (#4028)
* Release notes for 1.1.4

* Review feedback.
2019-04-24 13:25:31 -07:00
Martin Taillefer d458423cf4 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.
2019-04-22 09:12:18 -07:00
Martin Taillefer 533a3efc0e
Merge from release-1.1 branch (#4012) 2019-04-20 08:16:09 -07:00
mtail 4cfcc026d4 Grammar fix. 2019-03-18 20:53:59 -07:00
mtail 8267c918e6 Update publication dates. 2019-03-18 20:52:00 -07:00
Louis Ryan a20a273e75 Add some detail to networking release notes for 1.1 (#3747)
* Add some detail to networking stuff

* Qualify language around service visibility

* Fix misc and refine the language around exportTo

* Add port control details to sidecar

* Water down language around namespace scoping

* Fix trailing space

* Resolve sdake's comments

* Fix typo
2019-03-18 19:07:39 -07:00
Martin Taillefer b09acf8e51 Shuffle upgrade notice location. (#3735) 2019-03-18 11:07:39 -07:00
Rigs Caballero e5499e77e9 Edit release notes for consistency and clarity. (#3737)
Signed-off-by: rcaballeromx <grca@google.com>
2019-03-18 10:52:40 -07:00
Martin Taillefer 9ecb917ff1
Improve upgrade notice. (#3732) 2019-03-18 09:40:54 -07:00
Steven Dake a1c8aa7943 Merge behavioral changes content into relnotes (#3725)
* Merge behavioral changes content into relnotes

This merges some of the behavior changes into the release
notes as per @geeknoid's suggestion.
2019-03-17 08:02:46 -07:00
Martin Taillefer d3d376a2e4
Final prep. (#3718) 2019-03-15 21:25:30 -07:00
Kuat 6077db4e47 add route directive task (#3700) 2019-03-15 21:06:25 -07:00
Limin Wang ce8d331401 Remove experimental feature from release notes. (#3716) 2019-03-15 20:37:04 -07:00
Douglas Reid 160521a6d8 Reorganize the Telemetry tasks (#3707)
* Reorg the Telemetry tasks

* Address review comments

* update aliases

* Update links in old blogs, notes, and tasks
2019-03-15 16:10:37 -07:00
Steven Dake c3eec404f6 Install release notes (#3704)
* Upgrade release notes

8 months of work.  Lots of changes.  Very difficult to distill into
a short set of release notes, but here is my take :)

* Fix broken link

* Address reviewer comments
2019-03-15 14:40:38 -07:00
Shriram Rajagopalan 06c7eff4f1 tweaks to release notes (#3697)
* tweaks to release notes

* Update index.md

* Update index.md

* Update index.md
2019-03-15 12:06:38 -07:00
Martin Taillefer 331c5d3f76
Remove unwanted empty lines in various text blocks. (#3699) 2019-03-14 20:47:25 -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
Douglas Reid cef1d8b0a9 Add doc on policy check enablement and clean-up P&T release notes (#3694)
* Add doc on policy check enablement and clean-up P&T release notes

* Add in-process adapter model deprecation notice

* Add deprecation feature status for in-proc

* Fix doc link
2019-03-14 14:07:39 -07:00
Martin Taillefer e76ecb4154
1.1 Release notes (#3558)
Note done yet, but need to update the place holder...
2019-03-13 22:30:31 -07:00
Frank Budinsky eab78670ea Merge minimal with helm install and simpify install paths (#3538)
* Merge minimal with helm install and simpify install paths

* circleci errors

* broken links

* fix broken link
2019-03-07 09:13:37 -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
Shriram Rajagopalan 2baef16e51 new networking reference docs (#3358) 2019-02-25 17:13:27 -08:00
mtail 569a4cfde1 A few fixes.
- Fix ordering of the new "Older Notes" entry in the release notes
area to ensure it is always last.

- Fix layout issue with narrow widths clipping a few characters off the left
edge of the page.

- Remove offending href syntax leading to bogus complaints from htmlproofer.
2019-02-15 06:58:41 -08:00
Martin Taillefer 0621b6edb7 Move pre-1.0 release notes into a subdirectory. (#3264) 2019-02-14 14:41:24 -08:00
Martin Taillefer 7a81aba0ef
Remove weights on release notes and add publication dates instead. (#3258) 2019-02-13 12:41:52 -08:00
Martin Ostrowski 7b8ade39c0 Add release notes for 1.0.6 (#3240) (#3256) 2019-02-13 11:50:52 -08:00
Martin Taillefer 1c1242ffc4
Fix spelling and grammar stuff throughtout the site. (#3114) 2019-01-21 09:35:38 -08:00
Martin Taillefer 2c692e2a0b
Release notes for 1.0.5 (#3003) 2018-12-22 10:04:25 -08:00
Gary Brown 68579c929c Add initial doc changes related to tracing provider and support for z… (#2884)
* Add initial doc changes related to tracing provider and support for zipkin backend

* Suggestion for way to incorporate more tracing backends - using text from lightstep PR #2844

* Update based on review comments. Moved lightstep content (from #2844 to subfolder

* Add more zipkin content and images

* Remove jaeger from dt page

* Updates following comments

* Updates to address comments
2018-12-15 13:06:38 -08:00
mandarjog 1ccfbcf88a release notes 1.0.4 (#2910) 2018-11-28 15:38:12 -08:00
Jason Young 6b9ebaf29a Add initial istioctl and galley release notes (#2889)
* Add initial istioctl and galley release notes

* Update index.md

* Update index.md

* Apply suggestions from code review

Thanks @rcaballeromx!

Co-Authored-By: ayj <jasonyoung@google.com>

* fix linter
2018-11-19 15:37:01 -08:00
Zack Butcher 42728c0020 clarify the patch notes to make it obvious that wildcards are still allowed in service entries (#2888) 2018-11-16 12:33:17 -08:00
Chunlin Yang bf264f1ae6 Delete Service Graph (#2874)
Signed-off-by: Chun Lin Yang <clyang@cn.ibm.com>
2018-11-14 06:59:03 -08:00
mtail a251c3d52c Fix some broken Envoy links. 2018-11-06 05:24:49 -08:00
mtail 1b9e81f771 Site improvements
- The release note index page is now rendered as a simple list rather than the normal gallery mode.

- Fix use of toc: front-matter, which should be skip_toc instead.
2018-10-31 07:15:57 -07:00
mtail 530e0d6ebe Fix a few issues with the release notes. 2018-10-31 06:56:13 -07:00
mandarjog 9c57b614b0 Add 1.0.3 release notes (#2807) 2018-10-30 10:15:38 -07:00
Yangmin Zhu 054a7c0ad9 rbac: deprecate RbacConfig with ClusterRbacConfig (#2761) 2018-10-26 11:11:32 -07:00
John Mazzitelli 15d6dee1f3 Add Kiali Task to istio.io (#2715)
* add Kiali Task to istio.io
add deprecation notice to the SerivceGraph Task

* add some more instructions on getting the Kiali UI to help assist those on environments like minikube

* add cleanup instructions for kiali

* simplify the section to determine kiali url

* use present tense

* more present tense changes
split up the "Send traffic" item into two actions.

* more verb tense changes to get things more into present tense

* updates based on some feedback

* re-write the "determine kiali url" section

* split login step into two steps - visit with browser, then login

* reword some of the steps involving logging in and looking at the initial pages.

* reword the graph type step - use list items, not numbered, for the different types. Adds the new service graph type.

* reword the examine istio config step

* changes to the api section

* some final changes of the api section and the cleanup section

* trivial fix to capitalization

* some small trivial changes
2018-10-12 13:54:07 -04:00
Martin Taillefer 0a4264417f
Site improvements (#2633)
- Use a new approach to managing icons. This has two primary benefits:

  - It makes it possible to color the icons such that they look good in the
    dark theme. Previously, the icons were rendered in black on dark grey when
    using the dark theme.

  - The average payload size for our web pages is reduced and we better use the
    browser cache.

- The new icon approach makes it possible to remove our dependency on the fontawesome
  package, which further slims down our payload requirement

- Refresh our iconography for a slightly lighter look.

- Remove the extra thick left-hand border of text blocks to lighten the
look.

- Added a "NN minutes to read" indication on top of each page. This is
only displayed if the count is > 1 minute.

- Added a calendar icon next to the blog post date.

- Exposed a bunch of strings that were buried in CSS/JS to translation.

- Add the 'keywords:' front-matter fields to the Hugo archetypes.
2018-09-17 08:52:23 -07:00
Martin Taillefer 9f187ee64f Improve the release note link shortcode. (#2597)
- When displaying a "Changes" button, we now display a diff from the previous patch to the current
patch, instead of a diff from the base release to the current patch.

- Properly localize the release note buttons so these can be translated.
2018-09-12 10:47:45 -07:00
Martin Taillefer 837f16af99
Fix a few lint errors and dissable the release notes links until ready. (#2522) 2018-09-04 20:50:33 -07:00
mtail 1985d663d3 Add 1.0.2 release notes and blog 2018-09-04 20:15:14 -07:00
Lin Sun 4da23a98ee release 1.0.1 note (#2429) 2018-08-28 20:27:28 -07:00
Martin Taillefer 2796aca4ac
Add download, diff, and docs links to release notes. (#2441) 2018-08-28 13:07:27 -07:00