Skip to content

Commit

Permalink
[F] Bump versions for v8
Browse files Browse the repository at this point in the history
  • Loading branch information
zdavis committed Nov 28, 2023
1 parent e87f24b commit 1fe83ba
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 18 deletions.
2 changes: 1 addition & 1 deletion MANIFOLD_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8.0.0
v8.0.0
40 changes: 27 additions & 13 deletions docs/administering/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Manifold is a new piece of software, and we're working hard to refine and improv
Select the strategy that makes sense for your organization to see the corresponding instructions.

:::info
The current stable Manifold version is <strong><Data command="highestStableVersionFor" argument="ubuntu18" /></strong>. <Data command="prereleaseStatement" argument="ubuntu18" />All releases can be downloaded from the [downloads page](/docs/administering/reference/downloads).
The current stable Manifold version is <strong><Data command="highestStableVersionFor" argument="ubuntu22" /></strong>. <Data command="prereleaseStatement" argument="ubuntu22" />All releases can be downloaded from the [downloads page](/docs/administering/reference/downloads).
:::

### Package Install
Expand All @@ -48,20 +48,27 @@ Shell into the server as root and download the most recent package.
groupId="install-type"
defaultValue="ubuntu18"
values={[
{label: "Ubuntu18", value: "ubuntu18"},
{label: "Ubuntu16", value: "ubuntu16"},
{label: "Ubuntu22", value: "ubuntu22"},
{label: "Ubuntu20", value: "ubuntu20"},
{label: "CentOS 8", value: "centos8"},
{label: "CentOS 7", value: "centos7"},
]}>
<TabItem value="ubuntu18">
<TabItem value="ubuntu22">
<CodeBlock className="shell">{(`
cd ~
curl -O ${getData("installUrlFor", "ubuntu18")}
curl -O ${getData("installUrlFor", "ubuntu22")}
`).trim()}</CodeBlock>
</TabItem>
<TabItem value="ubuntu16">
<TabItem value="ubuntu20">
<CodeBlock className="shell">{(`
cd ~
curl -O ${getData("installUrlFor", "ubuntu16")}
curl -O ${getData("installUrlFor", "ubuntu20")}
`).trim()}</CodeBlock>
</TabItem>
<TabItem value="centos8">
<CodeBlock className="shell">{(`
cd ~
curl -O ${getData("installUrlFor", "centos8")}
`).trim()}</CodeBlock>
</TabItem>
<TabItem value="centos7">
Expand All @@ -78,20 +85,27 @@ curl -O ${getData("installUrlFor", "centos7")}
groupId="install-type"
defaultValue="ubuntu18"
values={[
{label: "Ubuntu18", value: "ubuntu18"},
{label: "Ubuntu16", value: "ubuntu16"},
{label: "Ubuntu22", value: "ubuntu22"},
{label: "Ubuntu20", value: "ubuntu20"},
{label: "CentOS 8", value: "centos8"},
{label: "CentOS 7", value: "centos7"},
]}>
<TabItem value="ubuntu18">
<TabItem value="ubuntu22">
<CodeBlock className="shell">{(`
cd ~
dpkg -i ${getData("basenameFor", "ubuntu22")}
`).trim()}</CodeBlock>
</TabItem>
<TabItem value="ubuntu20">
<CodeBlock className="shell">{(`
cd ~
dpkg -i ${getData("basenameFor", "ubuntu18")}
dpkg -i ${getData("basenameFor", "ubuntu20")}
`).trim()}</CodeBlock>
</TabItem>
<TabItem value="ubuntu16">
<TabItem value="centos8">
<CodeBlock className="shell">{(`
cd ~
dpkg -i ${getData("basenameFor", "ubuntu18")}
rpm -ivh ${getData("basenameFor", "centos8")}
`).trim()}</CodeBlock>
</TabItem>
<TabItem value="centos7">
Expand Down
9 changes: 9 additions & 0 deletions docs/administering/release_notes/v8x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: v8x
title: v8.x
sidebar_label: v8.x
---

## Manifold v8.0.0

Release notes coming soon!
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
'administering/installation',
'administering/upgrading',
{ 'Release Notes': [
{ type: 'link', href: '/manifold-docusaurus/docs/administering/release_notes/v7x', label: "Latest" },
{ type: 'link', href: '/manifold-docusaurus/docs/administering/release_notes/v8x', label: "Latest" },
'administering/release_notes/v8x',
'administering/release_notes/v7x',
'administering/release_notes/v6x',
]
Expand Down
1 change: 1 addition & 0 deletions src/theme/Data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function calculateHighestVersionFor(os) {
function calculateHighestStableVersionFor(os) {
if (!os) return null;
const releases = data.releases[os];
console.log(releases);
if (!releases) return null;
const releaseVersions = Object.keys(releases);
const stableReleaseVersions = releaseVersions.filter((version) => !version.includes("-alpha") && !version.includes("-beta") && !version.includes("-rc") )
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3493,9 +3493,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001157, caniuse-lite@^1.0.30001181, caniuse-lite@^1.0.30001196, caniuse-lite@^1.0.30001219:
version "1.0.30001469"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001469.tgz"
integrity sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g==
version "1.0.30001565"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001565.tgz"
integrity sha512-xrE//a3O7TP0vaJ8ikzkD2c2NgcVUvsEe2IvFTntV4Yd1Z9FVzh+gW+enX96L0psrbaFMcVcH2l90xNuGDWc8w==

ccount@^1.0.0, ccount@^1.0.3:
version "1.1.0"
Expand Down

0 comments on commit 1fe83ba

Please sign in to comment.