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.06.20 #19

Merged
merged 9 commits into from
Jun 17, 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.06.20](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2022.06.20) | 2022-06-17 | [User Guide](https://voyagermesh.com/docs/v2022.06.20) | [CHANGELOG](/releases/v2022.06.20/README.md) | 1.19+ |
| [v2022.04.13](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2022.04.13) | 2022-04-14 | [User Guide](https://voyagermesh.com/docs/v2022.04.13) | [CHANGELOG](/releases/v2022.04.13/README.md) | 1.19+ |
| [v2022.03.17](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2022.03.17) | 2022-03-17 | [User Guide](https://voyagermesh.com/docs/v2022.03.17) | [CHANGELOG](/releases/v2022.03.17/README.md) | 1.19+ |
| [v2022.02.22](https:/github.com/voyagermesh/CHANGELOG/releases/tag/v2022.02.22) | 2022-02-18 | [User Guide](https://voyagermesh.com/docs/v2022.02.22) | [CHANGELOG](/releases/v2022.02.22/README.md) | 1.19+ |
Expand Down
124 changes: 124 additions & 0 deletions releases/v2022.06.20/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"product_line": "Voyager",
"release": "v2022.06.20",
"release_date": "2022-06-17T14:04:38.576423241Z",
"release_project_url": "https://github.com/voyagermesh/CHANGELOG",
"docs_url": "https://voyagermesh.com/docs/v2022.06.20",
"kubernetes_version": "1.19+",
"projects": [
{
"url": "github.com/voyagermesh/apimachinery",
"releases": [
{
"tag": "v0.5.0",
"commits": [
{
"SHA": "9a6e26b7",
"Subject": "Update to k8s 1.24 toolchain (#29)"
},
{
"SHA": "6bfee384",
"Subject": "Test against Kubernetes 1.24.0 (#28)"
}
]
}
]
},
{
"url": "github.com/voyagermesh/cli",
"releases": [
{
"tag": "v0.0.9",
"commits": [
{
"SHA": "696408d",
"Subject": "Prepare for release v0.0.9 (#11)"
},
{
"SHA": "7b82992",
"Subject": "Update to k8s 1.24 toolchain (#10)"
}
]
}
]
},
{
"url": "github.com/voyagermesh/haproxy-ingress",
"releases": [
{
"tag": "v15.0.0",
"commits": [
{
"SHA": "b9b684018",
"Subject": "Prepare for release v15.0.0 (#51)"
},
{
"SHA": "804b350d9",
"Subject": "Fix port detection for external name type service (#50)"
},
{
"SHA": "126137a90",
"Subject": "Fix CVE-2022-1586 CVE-2022-1587"
},
{
"SHA": "0a61fc9c4",
"Subject": "Update to k8s 1.24 toolchain (#49)"
},
{
"SHA": "46b78cfed",
"Subject": "Test against Kubernetes 1.24.0 (#48)"
}
]
}
]
},
{
"url": "github.com/voyagermesh/installer",
"releases": [
{
"tag": "v2022.06.20",
"commits": [
{
"SHA": "61e1f75",
"Subject": "Prepare for release v2022.06.20 (#113)"
},
{
"SHA": "d207168",
"Subject": "Get operator from chart appVersion"
},
{
"SHA": "9bc4b6c",
"Subject": "Update to k8s 1.24 toolchain (#112)"
},
{
"SHA": "84ab347",
"Subject": "Test against Kubernetes 1.24.0 (#111)"
},
{
"SHA": "02028da",
"Subject": "Change MY_POD_ env prefix to POD_"
}
]
}
]
},
{
"url": "github.com/voyagermesh/voyager",
"releases": [
{
"tag": "v2022.06.20",
"commits": [
{
"SHA": "6536e30",
"Subject": "Prepare for release v2022.06.20 (#1616)"
},
{
"SHA": "999be70",
"Subject": "Test against Kubernetes 1.24.0 (#1613)"
}
]
}
]
}
]
}
54 changes: 54 additions & 0 deletions releases/v2022.06.20/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Voyager v2022.06.20 (2022-06-17)


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

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

- [9a6e26b7](https://github.com/voyagermesh/apimachinery/commit/9a6e26b7) Update to k8s 1.24 toolchain (#29)
- [6bfee384](https://github.com/voyagermesh/apimachinery/commit/6bfee384) Test against Kubernetes 1.24.0 (#28)



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

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

- [696408d](https://github.com/voyagermesh/cli/commit/696408d) Prepare for release v0.0.9 (#11)
- [7b82992](https://github.com/voyagermesh/cli/commit/7b82992) Update to k8s 1.24 toolchain (#10)



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

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

- [b9b68401](https://github.com/voyagermesh/haproxy-ingress/commit/b9b684018) Prepare for release v15.0.0 (#51)
- [804b350d](https://github.com/voyagermesh/haproxy-ingress/commit/804b350d9) Fix port detection for external name type service (#50)
- [126137a9](https://github.com/voyagermesh/haproxy-ingress/commit/126137a90) Fix CVE-2022-1586 CVE-2022-1587
- [0a61fc9c](https://github.com/voyagermesh/haproxy-ingress/commit/0a61fc9c4) Update to k8s 1.24 toolchain (#49)
- [46b78cfe](https://github.com/voyagermesh/haproxy-ingress/commit/46b78cfed) Test against Kubernetes 1.24.0 (#48)



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

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

- [61e1f75](https://github.com/voyagermesh/installer/commit/61e1f75) Prepare for release v2022.06.20 (#113)
- [d207168](https://github.com/voyagermesh/installer/commit/d207168) Get operator from chart appVersion
- [9bc4b6c](https://github.com/voyagermesh/installer/commit/9bc4b6c) Update to k8s 1.24 toolchain (#112)
- [84ab347](https://github.com/voyagermesh/installer/commit/84ab347) Test against Kubernetes 1.24.0 (#111)
- [02028da](https://github.com/voyagermesh/installer/commit/02028da) Change MY_POD_ env prefix to POD_



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

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

- [6536e30](https://github.com/voyagermesh/voyager/commit/6536e30) Prepare for release v2022.06.20 (#1616)
- [999be70](https://github.com/voyagermesh/voyager/commit/999be70) Test against Kubernetes 1.24.0 (#1613)



75 changes: 75 additions & 0 deletions releases/v2022.06.20/release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"product_line": "Voyager",
"release": "v2022.06.20",
"docs_url_template": "https://voyagermesh.com/docs/%s",
"kubernetes_version": "1.19+",
"projects": [
{
"github.com/voyagermesh/apimachinery": {
"tag": "v0.5.0"
}
},
{
"github.com/voyagermesh/cli": {
"key": "voyager-cli",
"tag": "v0.0.9"
},
"github.com/voyagermesh/haproxy-ingress": {
"tag": "v15.0.0"
}
},
{
"github.com/voyagermesh/installer": {
"key": "voyager-installer",
"tag": "v2022.06.20",
"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.06.20",
"commands": [
"mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md"
],
"release_branch": "release-${TAG}"
}
},
{
"github.com/voyagermesh/website": {
"tag": "v2022.06.20",
"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"
}
}
]
}