Skip to content

Commit 01b2269

Browse files
Merge pull request #2895 from OctopusDeploy/sw/free-tier-updates
Free tier changes
2 parents 2e69786 + c613808 commit 01b2269

File tree

15 files changed

+37
-31
lines changed

15 files changed

+37
-31
lines changed

dictionary-octopus.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ appsettings
1717
Appstep
1818
Appsteps
1919
argparse
20-
askpass
2120
asax
21+
askpass
2222
ASPNET
2323
aspnetcore
2424
astro

public/docs/css/main.css

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,19 +2705,28 @@ a[data-youtube] {
27052705
padding-inline-end: 1em;
27062706
}
27072707

2708-
.fa-heart.green, .fa-check.green, .fa-plus-square.green {
2708+
.fa-heart.green,
2709+
.fa-check.green,
2710+
.fa-plus-square.green {
27092711
color: var(--green-500);
27102712
}
27112713

2712-
.fa-circle-notch.blue , .fa-hourglass.blue, .fa-arrows-rotate.blue {
2714+
.fa-circle-notch.blue,
2715+
.fa-hourglass.blue,
2716+
.fa-arrows-rotate.blue {
27132717
color: var(--blue-500);
27142718
}
27152719

2716-
.fa-circle-exclamation.red, .fa-heart-crack.red, .fa-minus-square.red {
2720+
.fa-circle-exclamation.red,
2721+
.fa-heart-crack.red,
2722+
.fa-minus-square.red {
27172723
color: var(--red-500);
27182724
}
27192725

2720-
.fa-question.grey, .fa-ghost.grey, .fa-pause.grey, .fa-equals.grey {
2726+
.fa-question.grey,
2727+
.fa-ghost.grey,
2728+
.fa-pause.grey,
2729+
.fa-equals.grey {
27212730
color: var(--grey-500);
27222731
}
27232732

@@ -3040,7 +3049,7 @@ a.button.button--primary:active {
30403049
}
30413050

30423051
.octo-header a.button {
3043-
width: 100px;
3052+
width: 120px;
30443053
}
30453054

30463055
.inline-note {

src/components/Header.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ stats.stop();
6767
{showSearch && <Search lang={lang} />}
6868
<MobileMenu lang={lang} />
6969
<a
70-
href="https://octopus.com/start?location=docs"
71-
class="button button--primary">Free trial</a
70+
href="https://octopus.com/free-signup?location=docs"
71+
class="button button--primary">Start for free</a
7272
>
7373
</div>
7474
</header>

src/pages/docs/administration/copilot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Octopus extension has 4 prerequisites:
2828
* The Octopus for GitHub Copilot application
2929

3030
### Creating an Octopus cloud instance
31-
The Octopus extension is available for cloud Octopus instances. Click [here](https://octopus.com/start) to sign up for a trial cloud Octopus instance.
31+
The Octopus extension is available for cloud Octopus instances. Click [here](https://octopus.com/free-signup) to sign up for a free Octopus Cloud account.
3232

3333
### Integrating an on-premises Octopus instance
3434

src/pages/docs/administration/upgrading/guide/automate-upgrades.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Remove-Item "$downloadDirectory\$msiFilename"
171171

172172
Automating the upgrade of a Highly Available Octopus Deploy instance requires more than a single script. A degree of coordination is required to update all the nodes. In addition, specific actions, backing up the database, upgrading the database, enabling / disabling maintenance mode should only happen once.
173173

174-
The recommendation is to use an Octopus Deploy runbook on another instance to upgrade the High Availability instance. You can get a 30-day trial license to do this with an [Octopus Cloud instance](https://octopus.com/start).
174+
The recommendation is to use an Octopus Deploy runbook on another instance to upgrade the High Availability instance. You can get started with a [free Octopus Cloud account](https://octopus.com/free-signup) to do this.
175175

176176
:::figure
177177
![](/docs/img/administration/upgrading/guide/images/upgrade-diagram.png)

src/pages/docs/getting-started/first-deployment/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description: This tutorial will walk you through configuring your first deployme
77
navOrder: 10
88
hideInThisSection: true
99
---
10+
import OctopusDeploySetupOptions from 'src/shared-content/concepts/octopus-deploy-setup-options.include.md';
1011

1112
👋 Welcome to Octopus Deploy!
1213

@@ -23,9 +24,7 @@ If you're using **Octopus 2024.2** or earlier, please visit one of these legacy
2324

2425
To follow this tutorial, you will need an Octopus Deploy instance. If you haven’t already, set up an instance using one of these methods:
2526

26-
- [Octopus Cloud](https://octopus.com/start) ➜ we host Octopus Deploy for you.
27-
- [Self-hosted on a Windows Server](https://octopus.com/start?platform=Server) ➜ you host Octopus Deploy on your infrastructure by [downloading our MSI](https://octopus.com/download) and installing it onto a Windows Server with a SQL Server backend. Read the [installation requirements](/docs/installation/requirements).
28-
- [Self-hosted as a Docker container](https://octopus.com/start?platform=Server) ➜ you run Octopus Deploy in a docker container. Read the [installation instructions](https://octopus.com/blog/introducing-linux-docker-image).
27+
<OctopusDeploySetupOptions />
2928

3029
## Log in to Octopus
3130

src/pages/docs/getting-started/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ hideInThisSectionHeader: true
1414

1515
Getting started with Octopus Deploy is straightforward, and the product will guide you through most of the initial setup and get you deploying in minutes. However, to truly take advantage of Octopus, it helps to have some background on the key concepts.
1616

17-
When you are ready, start a free trial to explore Octopus.
17+
When you are ready, create a free account to explore Octopus.
1818

19-
<span><a class="button button--primary" href="https://octopus.com/start?source=docs-getting-started">Start a Trial</a></span>
19+
<span><a class="button button--primary" href="https://octopus.com/start?source=docs-getting-started">Start for free</a></span>
2020

2121
Octopus Cloud is the easiest way to get started with Octopus Deploy, and we take care of everything for you. Alternatively, if you require a self-managed CD solution, you can [download Octopus Server](https://octopus.com/downloads) and run it on your own setup. The [installation guide](/docs/installation) provides instructions for downloading, installing, and configuring your Octopus Deploy Server.
2222

src/pages/docs/kubernetes/tutorials/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hideInThisSectionHeader: true
1111

1212
👋 Welcome to Octopus Deploy!
1313

14-
This tutorial will walk you through sourcing YAML files from a Git repository, and deploying them to a Kubernetes cluster.
14+
This tutorial will walk you through sourcing YAML files from a Git repository, and deploying them to a Kubernetes cluster.
1515

1616
:::div{.hint}
1717
If you’re using Octopus **2024.2** or earlier, please visit the legacy [Kubernetes First deployment](https://octopus.com/docs/kubernetes/tutorials/legacy-guide) guide.
@@ -20,7 +20,7 @@ If you’re using Octopus **2024.2** or earlier, please visit the legacy [Kubern
2020
## Before you start
2121
To follow this tutorial, you need:
2222

23-
* **An Octopus instance.** If you don’t already have one, you can start a free trial of [Octopus Cloud](https://octopus.com/start).
23+
* **An Octopus instance.** If you don’t already have one, you can get started with a free [Octopus Cloud](https://octopus.com/free-signup) account.
2424
* **A Kubernetes cluster** you have terminal access to. If you don’t have one you can [install minikube locally](https://oc.to/minikube).
2525
* A [GitHub account](https://github.com/) with access to a repository with YAML files to deploy, or you can fork our sample repository below.
2626

src/pages/docs/kubernetes/tutorials/legacy-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you’re using **Octopus 2024.3** or newer, please refer to the updated [Kube
2121

2222
To follow this tutorial, you need:
2323

24-
* [Octopus Cloud instance](https://octopus.com/start)
24+
* [Octopus Cloud instance](https://octopus.com/free-signup)
2525
* Kubernetes cluster
2626
* [Docker Hub account](https://hub.docker.com/)
2727
* [GitHub account](https://github.com/)

src/pages/docs/octopus-cloud/frequently-asked-questions.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Octopus Cloud is the easiest way to start with Octopus Deploy; we take care of e
1919

2020
### Where do I begin?
2121

22-
Many customers begin with our [getting started](/docs/getting-started) guide, which covers the key concepts and terminology we use. When you’re ready, [start a free trial](https://octopus.com/start) to explore Octopus Cloud.
22+
Many customers begin with our [getting started](/docs/getting-started) guide, which covers the key concepts and terminology we use. When you’re ready, [start a free account](https://octopus.com/free-signup) to explore Octopus Cloud.
2323

2424
### How is Octopus Cloud built?
2525

@@ -49,7 +49,7 @@ Please [contact Sales](https://octopus.com/company/contact) to trial Octopus Clo
4949

5050
### What does Octopus Cloud cost?
5151

52-
We license [Octopus Cloud in tiers](https://octopus.com/pricing/overview). Our Starter tier allows 10 projects, 10 tenants, 10 machines, and task cap of 5. There are no additional platform fees.
52+
We license [Octopus Cloud in tiers](https://octopus.com/pricing/overview). Our [Free tier](https://octopus.com/free-signup) costs USD $0 per year, and it allows 10 projects, 10 tenants, 10 machines, 10 users, and task cap of 5.
5353

5454
Our Professional and Enterprise tiers are [annual licenses priced per project](https://octopus.com/pricing/overview), with tenants and machines sold as add-ons to suit your requirements. We also charge Professional and Enterprise tier customers a [flat annual platform fee](https://octopus.com/pricing/faq#what-is-the-pricing-for-octopus-cloud) based on the task cap selected, which defines the number of concurrent deployments/runbook runs your instance can perform.
5555

@@ -63,9 +63,7 @@ Our Sales team can [provide a quote](https://octopus.com/company/contact) that m
6363

6464
### How do I use a purchase order?
6565

66-
For customers purchasing or renewing on Starter, simply enter a Customer Reference in the online form. This value will appear on our quote or invoice PDF.
67-
68-
For customers on Professional or Enterprise, please provide our Sales team with your purchase order, which we'll include in your quote or invoice.
66+
For customers on Professional or Enterprise, please provide our Sales team with your purchase order, which we’ll include in your quote or invoice.
6967

7068
### Where can I learn more about pricing?
7169

0 commit comments

Comments
 (0)