Publish website

This commit is contained in:
weaveworksbot
2020-12-07 10:14:31 +00:00
parent 6884e4184d
commit 7e238c129a
41 changed files with 79 additions and 79 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[29],{290:function(t,e,n){"use strict";n.r(e);var s=n(37),l=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}})},[],!1,null,null,null);e.default=l.exports}}]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[29],{289:function(t,e,n){"use strict";n.r(e);var s=n(37),l=Object(s.a)({},function(){var t=this.$createElement;return(this._self._c||t)("ContentSlotsDistributor",{attrs:{"slot-key":this.$parent.slotKey}})},[],!1,null,null,null);e.default=l.exports}}]);
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{269:function(e,t,a){"use strict";a.r(t);var s=a(37),r=Object(s.a)({},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[a("h1",{attrs:{id:"release-guide"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#release-guide","aria-hidden":"true"}},[e._v("#")]),e._v(" Release Guide")]),e._v(" "),a("p",[e._v("This document describes how to release Flagger.")]),e._v(" "),a("h2",{attrs:{id:"release"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#release","aria-hidden":"true"}},[e._v("#")]),e._v(" Release")]),e._v(" "),a("p",[e._v("To release a new Flagger version (e.g. "),a("code",[e._v("2.0.0")]),e._v(") follow these steps:")]),e._v(" "),a("ul",[a("li",[e._v("create a branch "),a("code",[e._v("git checkout -b prep-2.0.0")])]),e._v(" "),a("li",[e._v("set the version in code and manifests "),a("code",[e._v("TAG=2.0.0 make version-set")])]),e._v(" "),a("li",[e._v("commit changes and merge PR")]),e._v(" "),a("li",[e._v("checkout master "),a("code",[e._v("git checkout master && git pull")])]),e._v(" "),a("li",[e._v("tag master "),a("code",[e._v("make release")])])]),e._v(" "),a("h2",{attrs:{id:"ci"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#ci","aria-hidden":"true"}},[e._v("#")]),e._v(" CI")]),e._v(" "),a("p",[e._v("After the tag has been pushed to GitHub, the CI release pipeline does the following:")]),e._v(" "),a("ul",[a("li",[e._v("creates a GitHub release")]),e._v(" "),a("li",[e._v("pushes the Flagger binary and change log to GitHub release")]),e._v(" "),a("li",[e._v("pushes the Flagger container image to Docker Hub")]),e._v(" "),a("li",[e._v("pushes the Helm chart to github-pages branch")]),e._v(" "),a("li",[e._v("GitHub pages publishes the new chart version on the Helm repository")])]),e._v(" "),a("h2",{attrs:{id:"docs"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#docs","aria-hidden":"true"}},[e._v("#")]),e._v(" Docs")]),e._v(" "),a("p",[e._v("The documentation "),a("a",{attrs:{href:"https://docs.flagger.app",target:"_blank",rel:"noopener noreferrer"}},[e._v("website"),a("OutboundLink")],1),e._v(" is built from the "),a("code",[e._v("docs")]),e._v(" branch.")]),e._v(" "),a("p",[e._v("After a Flagger release, publish the docs with:")]),e._v(" "),a("ul",[a("li",[a("code",[e._v("git checkout master && git pull")])]),e._v(" "),a("li",[a("code",[e._v("git checkout docs")])]),e._v(" "),a("li",[a("code",[e._v("git rebase master")])]),e._v(" "),a("li",[a("code",[e._v("git push origin docs")])])])])},[],!1,null,null,null);t.default=r.exports}}]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[8],{268:function(e,t,a){"use strict";a.r(t);var s=a(37),r=Object(s.a)({},function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("ContentSlotsDistributor",{attrs:{"slot-key":e.$parent.slotKey}},[a("h1",{attrs:{id:"release-guide"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#release-guide","aria-hidden":"true"}},[e._v("#")]),e._v(" Release Guide")]),e._v(" "),a("p",[e._v("This document describes how to release Flagger.")]),e._v(" "),a("h2",{attrs:{id:"release"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#release","aria-hidden":"true"}},[e._v("#")]),e._v(" Release")]),e._v(" "),a("p",[e._v("To release a new Flagger version (e.g. "),a("code",[e._v("2.0.0")]),e._v(") follow these steps:")]),e._v(" "),a("ul",[a("li",[e._v("create a branch "),a("code",[e._v("git checkout -b prep-2.0.0")])]),e._v(" "),a("li",[e._v("set the version in code and manifests "),a("code",[e._v("TAG=2.0.0 make version-set")])]),e._v(" "),a("li",[e._v("commit changes and merge PR")]),e._v(" "),a("li",[e._v("checkout master "),a("code",[e._v("git checkout master && git pull")])]),e._v(" "),a("li",[e._v("tag master "),a("code",[e._v("make release")])])]),e._v(" "),a("h2",{attrs:{id:"ci"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#ci","aria-hidden":"true"}},[e._v("#")]),e._v(" CI")]),e._v(" "),a("p",[e._v("After the tag has been pushed to GitHub, the CI release pipeline does the following:")]),e._v(" "),a("ul",[a("li",[e._v("creates a GitHub release")]),e._v(" "),a("li",[e._v("pushes the Flagger binary and change log to GitHub release")]),e._v(" "),a("li",[e._v("pushes the Flagger container image to Docker Hub")]),e._v(" "),a("li",[e._v("pushes the Helm chart to github-pages branch")]),e._v(" "),a("li",[e._v("GitHub pages publishes the new chart version on the Helm repository")])]),e._v(" "),a("h2",{attrs:{id:"docs"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#docs","aria-hidden":"true"}},[e._v("#")]),e._v(" Docs")]),e._v(" "),a("p",[e._v("The documentation "),a("a",{attrs:{href:"https://docs.flagger.app",target:"_blank",rel:"noopener noreferrer"}},[e._v("website"),a("OutboundLink")],1),e._v(" is built from the "),a("code",[e._v("docs")]),e._v(" branch.")]),e._v(" "),a("p",[e._v("After a Flagger release, publish the docs with:")]),e._v(" "),a("ul",[a("li",[a("code",[e._v("git checkout master && git pull")])]),e._v(" "),a("li",[a("code",[e._v("git checkout docs")])]),e._v(" "),a("li",[a("code",[e._v("git rebase master")])]),e._v(" "),a("li",[a("code",[e._v("git push origin docs")])])])])},[],!1,null,null,null);t.default=r.exports}}]);
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long