Skip to content

Commit

Permalink
Release: v2024.3.18
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Mar 18, 2024
1 parent c61803f commit fc733e5
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions releases/v2024.3.18/release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"product_line": "Voyager",
"release": "v2024.3.18",
"docs_url_template": "https://voyagermesh.com/docs/%s",
"kubernetes_version": "1.21+",
"projects": [
{
"github.com/voyagermesh/apimachinery": {
"tag": "v0.8.0"
}
},
{
"github.com/voyagermesh/cli": {
"key": "voyager-cli",
"tag": "v0.0.15"
},
"github.com/voyagermesh/haproxy-ingress": {
"tag": "v17.1.0"
}
},
{
"github.com/voyagermesh/installer": {
"key": "voyager-installer",
"tag": "v2024.3.18",
"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": "v2024.3.18",
"commands": [
"mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md"
],
"release_branch": "release-${TAG}"
}
},
{
"github.com/voyagermesh/website": {
"tag": "v2024.3.18",
"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"
}
}
]
}

0 comments on commit fc733e5

Please sign in to comment.