Skip to content

Commit

Permalink
Release: v2022.03.17 (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Mar 17, 2022
1 parent 03062ac commit f9132b7
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 0 deletions.
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.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+ |
| [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+ |
Expand Down
118 changes: 118 additions & 0 deletions releases/v2022.03.17/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"product_line": "Voyager",
"release": "v2022.03.17",
"release_date": "2022-03-17T22:56:03.419256468Z",
"release_project_url": "https://github.com/voyagermesh/CHANGELOG",
"docs_url": "https://voyagermesh.com/docs/v2022.03.17",
"kubernetes_version": "1.19+",
"projects": [
{
"url": "github.com/voyagermesh/cli",
"releases": [
{
"tag": "v0.0.7",
"commits": [
{
"SHA": "16d852a",
"Subject": "Prepare for release v0.0.7 (#8)"
},
{
"SHA": "8b0b309",
"Subject": "Build darwin/arm64 images"
},
{
"SHA": "b68c523",
"Subject": "Use Go 1.18 (#7)"
},
{
"SHA": "0bc96a7",
"Subject": "make fmt (#6)"
}
]
}
]
},
{
"url": "github.com/voyagermesh/haproxy-ingress",
"releases": [
{
"tag": "v14.2.1",
"commits": [
{
"SHA": "73961286",
"Subject": "Prepare for release v14.2.1 (#46)"
},
{
"SHA": "c9319f58",
"Subject": "Use Go 1.18 (#43)"
},
{
"SHA": "56e996e9",
"Subject": "Fix CVEs reported in trivy scanner (#45)"
},
{
"SHA": "6609a2e3",
"Subject": "git submodule updated"
},
{
"SHA": "cc3ccde8",
"Subject": "make fmt (#42)"
}
]
}
]
},
{
"url": "github.com/voyagermesh/installer",
"releases": [
{
"tag": "v2022.03.17",
"commits": [
{
"SHA": "f9d677a",
"Subject": "Prepare for release v2022.03.17 (#109)"
},
{
"SHA": "a1e348f",
"Subject": "Use k8s 1.23.3 in ci"
},
{
"SHA": "e1f4155",
"Subject": "Use Go 1.18 (#107)"
},
{
"SHA": "68be613",
"Subject": "Fix chart schema (#108)"
},
{
"SHA": "4bcfebc",
"Subject": "make fmt (#106)"
}
]
}
]
},
{
"url": "github.com/voyagermesh/voyager",
"releases": [
{
"tag": "v2022.03.17",
"commits": [
{
"SHA": "2150bcd",
"Subject": "Prepare for release v2022.03.17 (#1611)"
},
{
"SHA": "1ef951a",
"Subject": "Use Go 1.18 (#1610)"
},
{
"SHA": "704f8a2",
"Subject": "make fmt (#1609)"
}
]
}
]
}
]
}
48 changes: 48 additions & 0 deletions releases/v2022.03.17/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Voyager v2022.03.17 (2022-03-17)


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

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

- [16d852a](https://github.com/voyagermesh/cli/commit/16d852a) Prepare for release v0.0.7 (#8)
- [8b0b309](https://github.com/voyagermesh/cli/commit/8b0b309) Build darwin/arm64 images
- [b68c523](https://github.com/voyagermesh/cli/commit/b68c523) Use Go 1.18 (#7)
- [0bc96a7](https://github.com/voyagermesh/cli/commit/0bc96a7) make fmt (#6)



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

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

- [73961286](https://github.com/voyagermesh/haproxy-ingress/commit/73961286) Prepare for release v14.2.1 (#46)
- [c9319f58](https://github.com/voyagermesh/haproxy-ingress/commit/c9319f58) Use Go 1.18 (#43)
- [56e996e9](https://github.com/voyagermesh/haproxy-ingress/commit/56e996e9) Fix CVEs reported in trivy scanner (#45)
- [6609a2e3](https://github.com/voyagermesh/haproxy-ingress/commit/6609a2e3) git submodule updated
- [cc3ccde8](https://github.com/voyagermesh/haproxy-ingress/commit/cc3ccde8) make fmt (#42)



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

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

- [f9d677a](https://github.com/voyagermesh/installer/commit/f9d677a) Prepare for release v2022.03.17 (#109)
- [a1e348f](https://github.com/voyagermesh/installer/commit/a1e348f) Use k8s 1.23.3 in ci
- [e1f4155](https://github.com/voyagermesh/installer/commit/e1f4155) Use Go 1.18 (#107)
- [68be613](https://github.com/voyagermesh/installer/commit/68be613) Fix chart schema (#108)
- [4bcfebc](https://github.com/voyagermesh/installer/commit/4bcfebc) make fmt (#106)



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

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

- [2150bcd](https://github.com/voyagermesh/voyager/commit/2150bcd) Prepare for release v2022.03.17 (#1611)
- [1ef951a](https://github.com/voyagermesh/voyager/commit/1ef951a) Use Go 1.18 (#1610)
- [704f8a2](https://github.com/voyagermesh/voyager/commit/704f8a2) make fmt (#1609)



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

Please sign in to comment.