diff --git a/README.md b/README.md index 7499c3f..659c933 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ | Voyager Version | Release Date | User Guide | Changelog | Kubernetes Version | |--------------------------- | ------------ | ---------- | --------- | ------------------ | +| [v2022.01.10](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2022.01.10) | 2022-01-10 | [User Guide](https://voyagermesh.com/docs/v2022.01.10) | [CHANGELOG](/releases/v2022.01.10/README.md) | 1.19+ | | [v2022.01.07](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2022.01.07) | 2022-01-07 | [User Guide](https://voyagermesh.com/docs/v2022.01.07) | [CHANGELOG](/releases/v2022.01.07/README.md) | 1.19+ | | [v2022.01.01](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2022.01.01) | 2022-01-02 | [User Guide](https://voyagermesh.com/docs/v2022.01.01) | [CHANGELOG](/releases/v2022.01.01/README.md) | 1.19+ | | [v2021.10.18](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2021.10.18) | 2021-10-18 | [User Guide](https://voyagermesh.com/docs/v2021.10.18) | [CHANGELOG](/releases/v2021.10.18/README.md) | 1.19+ | diff --git a/releases/v2022.01.10/CHANGELOG.json b/releases/v2022.01.10/CHANGELOG.json new file mode 100644 index 0000000..a3083c4 --- /dev/null +++ b/releases/v2022.01.10/CHANGELOG.json @@ -0,0 +1,92 @@ +{ + "product_line": "Voyager", + "release": "v2022.01.10", + "release_date": "2022-01-10T12:42:50.537887329Z", + "release_project_url": "https://github.com/voyagermesh/CHANGELOG", + "docs_url": "https://voyagermesh.com/docs/v2022.01.10", + "kubernetes_version": "1.19+", + "projects": [ + { + "url": "github.com/voyagermesh/apimachinery", + "releases": [ + { + "tag": "v0.3.0", + "commits": [ + { + "SHA": "7d6c4d04", + "Subject": "Convert ProxySecurityContext from v1beta1 to v1 api (#22)" + } + ] + } + ] + }, + { + "url": "github.com/voyagermesh/cli", + "releases": [ + { + "tag": "v0.0.5", + "commits": [ + { + "SHA": "1824d2f", + "Subject": "Prepare for release v0.0.5 (#4)" + } + ] + } + ] + }, + { + "url": "github.com/voyagermesh/haproxy-ingress", + "releases": [ + { + "tag": "v14.1.0", + "commits": [ + { + "SHA": "96ea81cb", + "Subject": "Prepare for release v14.1.0 (#38)" + }, + { + "SHA": "9df118f9", + "Subject": "Mount emptyDir to /var/run (#37)" + }, + { + "SHA": "b48d48f9", + "Subject": "Use HAProxy 2.5 (no patch) version" + } + ] + } + ] + }, + { + "url": "github.com/voyagermesh/installer", + "releases": [ + { + "tag": "v2022.01.10", + "commits": [ + { + "SHA": "dac9c9b", + "Subject": "Prepare for release v2022.01.10 (#100)" + }, + { + "SHA": "40a8b9a", + "Subject": "Use HAProxy 2.5-alpine version (#99)" + } + ] + } + ] + }, + { + "url": "github.com/voyagermesh/voyager", + "releases": [ + { + "tag": "v2022.01.10", + "commits": [ + { + "SHA": "c983a49", + "Subject": "Prepare for release v2022.01.10 (#1606)" + } + ] + } + ] + } + ] +} diff --git a/releases/v2022.01.10/README.md b/releases/v2022.01.10/README.md new file mode 100644 index 0000000..1c1f0bf --- /dev/null +++ b/releases/v2022.01.10/README.md @@ -0,0 +1,46 @@ +# Voyager v2022.01.10 (2022-01-10) + + +## [voyagermesh/apimachinery](https://github.com/voyagermesh/apimachinery) + +### [v0.3.0](https://github.com/voyagermesh/apimachinery/releases/tag/v0.3.0) + +- [7d6c4d04](https://github.com/voyagermesh/apimachinery/commit/7d6c4d04) Convert ProxySecurityContext from v1beta1 to v1 api (#22) + + + +## [voyagermesh/cli](https://github.com/voyagermesh/cli) + +### [v0.0.5](https://github.com/voyagermesh/cli/releases/tag/v0.0.5) + +- [1824d2f](https://github.com/voyagermesh/cli/commit/1824d2f) Prepare for release v0.0.5 (#4) + + + +## [voyagermesh/haproxy-ingress](https://github.com/voyagermesh/haproxy-ingress) + +### [v14.1.0](https://github.com/voyagermesh/haproxy-ingress/releases/tag/v14.1.0) + +- [96ea81cb](https://github.com/voyagermesh/haproxy-ingress/commit/96ea81cb) Prepare for release v14.1.0 (#38) +- [9df118f9](https://github.com/voyagermesh/haproxy-ingress/commit/9df118f9) Mount emptyDir to /var/run (#37) +- [b48d48f9](https://github.com/voyagermesh/haproxy-ingress/commit/b48d48f9) Use HAProxy 2.5 (no patch) version + + + +## [voyagermesh/installer](https://github.com/voyagermesh/installer) + +### [v2022.01.10](https://github.com/voyagermesh/installer/releases/tag/v2022.01.10) + +- [dac9c9b](https://github.com/voyagermesh/installer/commit/dac9c9b) Prepare for release v2022.01.10 (#100) +- [40a8b9a](https://github.com/voyagermesh/installer/commit/40a8b9a) Use HAProxy 2.5-alpine version (#99) + + + +## [voyagermesh/voyager](https://github.com/voyagermesh/voyager) + +### [v2022.01.10](https://github.com/voyagermesh/voyager/releases/tag/v2022.01.10) + +- [c983a49](https://github.com/voyagermesh/voyager/commit/c983a49) Prepare for release v2022.01.10 (#1606) + + + diff --git a/releases/v2022.01.10/release.json b/releases/v2022.01.10/release.json new file mode 100644 index 0000000..68cc714 --- /dev/null +++ b/releases/v2022.01.10/release.json @@ -0,0 +1,75 @@ +{ + "product_line": "Voyager", + "release": "v2022.01.10", + "docs_url_template": "https://voyagermesh.com/docs/%s", + "kubernetes_version": "1.19+", + "projects": [ + { + "github.com/voyagermesh/apimachinery": { + "tag": "v0.3.0" + } + }, + { + "github.com/voyagermesh/cli": { + "key": "voyager-cli", + "tag": "v0.0.5" + }, + "github.com/voyagermesh/haproxy-ingress": { + "tag": "v14.1.0" + } + }, + { + "github.com/voyagermesh/installer": { + "key": "voyager-installer", + "tag": "v2022.01.10", + "chartNames": [ + "voyager", + "voyager-crds" + ], + "commands": [ + "./hack/scripts/import-crds.sh", + "make update-charts CHART_VERSION=${RELEASE} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL} APP_VERSION=${VOYAGERMESH_HAPROXY_INGRESS_TAG}" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/appscode/charts": { + "charts": [ + "github.com/voyagermesh/installer" + ], + "changelog": "Skip" + } + }, + { + "github.com/appscode/static-assets": { + "commands": [ + "release-automaton update-assets --release-file=${SCRIPT_ROOT}/releases/${RELEASE}/release.json --workspace=${WORKSPACE}" + ], + "changelog": "StandaloneWebsite" + } + }, + { + "github.com/voyagermesh/voyager": { + "key": "voyager", + "tag": "v2022.01.10", + "commands": [ + "mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" + ], + "release_branch": "release-${TAG}" + } + }, + { + "github.com/voyagermesh/website": { + "tag": "v2022.01.10", + "commands": [ + "make set-assets-repo ASSETS_REPO_URL=https://github.com/appscode/static-assets", + "make docs", + "make set-version VERSION=${TAG}" + ], + "release_branch": "master", + "changelog": "Skip" + } + } + ] +} \ No newline at end of file