Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v2022.01.01 #11

Merged
merged 9 commits into from
Jan 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Voyager Version | Release Date | User Guide | Changelog | Kubernetes Version |
|--------------------------- | ------------ | ---------- | --------- | ------------------ |
| [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+ |
| [v2021.10.17](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2021.10.17) | 2021-10-16 | [User Guide](https://voyagermesh.com/docs/v2021.10.17) | [CHANGELOG](/releases/v2021.10.17/README.md) | 1.19+ |
| [v2021.10.16](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2021.10.16) | 2021-10-16 | [User Guide](https://voyagermesh.com/docs/v2021.10.16) | [CHANGELOG](/releases/v2021.10.16/README.md) | 1.19+ |
Expand Down
132 changes: 132 additions & 0 deletions releases/v2022.01.01/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"product_line": "Voyager",
"release": "v2022.01.01",
"release_date": "2022-01-02T04:02:03.766233029Z",
"release_project_url": "https://github.com/voyagermesh/CHANGELOG",
"docs_url": "https://voyagermesh.com/docs/v2022.01.01",
"kubernetes_version": "1.19+",
"projects": [
{
"url": "github.com/voyagermesh/apimachinery",
"releases": [
{
"tag": "v0.2.0",
"commits": [
{
"SHA": "b9ccd598",
"Subject": "Support proxy security context (#21)"
},
{
"SHA": "1991e135",
"Subject": "Update repository config (#20)"
},
{
"SHA": "0393f8de",
"Subject": "Update repository config (#19)"
},
{
"SHA": "f792df1d",
"Subject": "Fix satori/go.uuid security vulnerability (#18)"
}
]
}
]
},
{
"url": "github.com/voyagermesh/cli",
"releases": [
{
"tag": "v0.0.4",
"commits": [
{
"SHA": "7ee2d31",
"Subject": "Prepare for release v0.0.4 (#3)"
},
{
"SHA": "979d215",
"Subject": "Correctly initialize klog flags"
}
]
}
]
},
{
"url": "github.com/voyagermesh/haproxy-ingress",
"releases": [
{
"tag": "v14.0.0",
"commits": [
{
"SHA": "cdb54de8",
"Subject": "Prepare for release v14.0.0 (#34)"
},
{
"SHA": "e591ca27",
"Subject": "Log changed files when haproxy is reloaded (#33)"
},
{
"SHA": "83a3b1f0",
"Subject": "Various cleanup (#32)"
},
{
"SHA": "1be18011",
"Subject": "Update configreader"
},
{
"SHA": "77b702a2",
"Subject": "Fix satori/go.uuid security vulnerability (#31)"
},
{
"SHA": "b371aae6",
"Subject": "update templates"
}
]
}
]
},
{
"url": "github.com/voyagermesh/installer",
"releases": [
{
"tag": "v2022.01.01",
"commits": [
{
"SHA": "0d683d5",
"Subject": "Prepare for release v2022.01.01 (#97)"
},
{
"SHA": "3583265",
"Subject": "Remove enableAnalytics flag"
},
{
"SHA": "21e6643",
"Subject": "Update default HAProxy version to 2.5.0 (#96)"
},
{
"SHA": "c3f75c3",
"Subject": "Update repository config (#95)"
},
{
"SHA": "2a22b46",
"Subject": "Fix satori/go.uuid security vulnerability (#94)"
}
]
}
]
},
{
"url": "github.com/voyagermesh/voyager",
"releases": [
{
"tag": "v2022.01.01",
"commits": [
{
"SHA": "3f82047",
"Subject": "Prepare for release v2022.01.01 (#1604)"
}
]
}
]
}
]
}
56 changes: 56 additions & 0 deletions releases/v2022.01.01/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Voyager v2022.01.01 (2022-01-02)


## [voyagermesh/apimachinery](https://github.com/voyagermesh/apimachinery)

### [v0.2.0](https://github.com/voyagermesh/apimachinery/releases/tag/v0.2.0)

- [b9ccd598](https://github.com/voyagermesh/apimachinery/commit/b9ccd598) Support proxy security context (#21)
- [1991e135](https://github.com/voyagermesh/apimachinery/commit/1991e135) Update repository config (#20)
- [0393f8de](https://github.com/voyagermesh/apimachinery/commit/0393f8de) Update repository config (#19)
- [f792df1d](https://github.com/voyagermesh/apimachinery/commit/f792df1d) Fix satori/go.uuid security vulnerability (#18)



## [voyagermesh/cli](https://github.com/voyagermesh/cli)

### [v0.0.4](https://github.com/voyagermesh/cli/releases/tag/v0.0.4)

- [7ee2d31](https://github.com/voyagermesh/cli/commit/7ee2d31) Prepare for release v0.0.4 (#3)
- [979d215](https://github.com/voyagermesh/cli/commit/979d215) Correctly initialize klog flags



## [voyagermesh/haproxy-ingress](https://github.com/voyagermesh/haproxy-ingress)

### [v14.0.0](https://github.com/voyagermesh/haproxy-ingress/releases/tag/v14.0.0)

- [cdb54de8](https://github.com/voyagermesh/haproxy-ingress/commit/cdb54de8) Prepare for release v14.0.0 (#34)
- [e591ca27](https://github.com/voyagermesh/haproxy-ingress/commit/e591ca27) Log changed files when haproxy is reloaded (#33)
- [83a3b1f0](https://github.com/voyagermesh/haproxy-ingress/commit/83a3b1f0) Various cleanup (#32)
- [1be18011](https://github.com/voyagermesh/haproxy-ingress/commit/1be18011) Update configreader
- [77b702a2](https://github.com/voyagermesh/haproxy-ingress/commit/77b702a2) Fix satori/go.uuid security vulnerability (#31)
- [b371aae6](https://github.com/voyagermesh/haproxy-ingress/commit/b371aae6) update templates



## [voyagermesh/installer](https://github.com/voyagermesh/installer)

### [v2022.01.01](https://github.com/voyagermesh/installer/releases/tag/v2022.01.01)

- [0d683d5](https://github.com/voyagermesh/installer/commit/0d683d5) Prepare for release v2022.01.01 (#97)
- [3583265](https://github.com/voyagermesh/installer/commit/3583265) Remove enableAnalytics flag
- [21e6643](https://github.com/voyagermesh/installer/commit/21e6643) Update default HAProxy version to 2.5.0 (#96)
- [c3f75c3](https://github.com/voyagermesh/installer/commit/c3f75c3) Update repository config (#95)
- [2a22b46](https://github.com/voyagermesh/installer/commit/2a22b46) Fix satori/go.uuid security vulnerability (#94)



## [voyagermesh/voyager](https://github.com/voyagermesh/voyager)

### [v2022.01.01](https://github.com/voyagermesh/voyager/releases/tag/v2022.01.01)

- [3f82047](https://github.com/voyagermesh/voyager/commit/3f82047) Prepare for release v2022.01.01 (#1604)



75 changes: 75 additions & 0 deletions releases/v2022.01.01/release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"product_line": "Voyager",
"release": "v2022.01.01",
"docs_url_template": "https://voyagermesh.com/docs/%s",
"kubernetes_version": "1.19+",
"projects": [
{
"github.com/voyagermesh/apimachinery": {
"tag": "v0.2.0"
}
},
{
"github.com/voyagermesh/cli": {
"key": "voyager-cli",
"tag": "v0.0.4"
},
"github.com/voyagermesh/haproxy-ingress": {
"tag": "v14.0.0"
}
},
{
"github.com/voyagermesh/installer": {
"key": "voyager-installer",
"tag": "v2022.01.01",
"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.01",
"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.01",
"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"
}
}
]
}