Skip to content

Commit 9ac171f

Browse files
Merge branch 'main' into move-component-switcher
2 parents 0684372 + 72513a3 commit 9ac171f

File tree

12 files changed

+40
-21
lines changed

12 files changed

+40
-21
lines changed

antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ site:
44
robots: allow
55
keys:
66
cookiebot: a28b71f3-4d2e-4eac-93bc-34929948dd7d
7+
google_analytics: 'GTM-W9HDVK'
78
content:
89
sources:
910
- url: .

archive/server 4.1/server-admin/modules/operator/pages/upgrade-mongo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ db.adminCommand( { setFeatureCompatibilityVersion: "4.0" } )
5656

5757
=== 2. Upgrade from MongoDB 4.0 to 4.2
5858

59-
. Change the tag to `4.2.17-debian-10-r99`:
59+
. Change the tag to `4.2.21-debian-10-r8`:
6060
+
6161
```yaml
6262
mongodb:
6363
image:
64-
tag: 4.2.17-debian-10-r99
64+
tag: 4.2.21-debian-10-r8
6565
```
6666

6767
. Run `helm upgrade` to update your installation.
160 KB
Loading

docs/guides/modules/deploy/pages/configure-deploy-markers.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This tutorial shows how to add a deploy marker step to your workflow config. Dep
77

88
== Introduction
99

10-
Deploy markers provide a lightweight way to log your deployments without requiring a you to install the CircleCI release agent. If you install deploy markers, as described in this guide, you will also be able to use the xref:set-up-rollbacks.adoc[CircleCI rollback feature].
10+
Deploy markers provide a lightweight way to log your deployments. If you install deploy markers, as described in this guide, you will also be able to use the xref:set-up-rollbacks.adoc[CircleCI rollback feature].
1111

1212
For a full guide to CircleCI's deploys features and functionality, refer to the xref:deployment-overview.adoc[Deployment and deploy management] guide.
1313

@@ -16,6 +16,14 @@ You can configure deploy markers as follows:
1616
* To display updated statuses depending of the outcome of your deployments. Steps for this are provided in the <<deploy-markers-with-status-updates>> section.
1717
* Or, you can choose to configure deploy markers to log deployments without status updates. Steps for this are provided in the <<deploy-logs-without-status-updates>> section.
1818

19+
Once you have deploy markers configured, you will see a timeline of deployments in the Deploys UI. From the timeline you can choose to rollback (image:guides:ROOT:icons/rebuild.svg[rollback icon, role="no-border"]) to a version, and you get notifications for failed deployments.
20+
21+
.Deploys timeline with failed deployment
22+
image::guides:ROOT:deploy/deploys-timeline-fail-banner.png[Deploy timeline with failed deployment]
23+
24+
.Deploys timeline with no deployments requiring troubleshooting
25+
image::guides:ROOT:releases/dashboard.png[Deploys timeline with no deployments requiring troubleshooting]
26+
1927
== Prerequisites
2028

2129
* A CircleCI account connected to your code. You can link:https://circleci.com/signup/[sign up for free].

docs/server-admin-4.2/modules/operator/pages/upgrade-mongo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ db.adminCommand( { setFeatureCompatibilityVersion: "4.0" } )
5757

5858
=== 2. Upgrade from MongoDB 4.0 to 4.2
5959

60-
. Change the tag to `4.2.17-debian-10-r99`:
60+
. Change the tag to `4.2.21-debian-10-r8`:
6161
+
6262
```yaml
6363
mongodb:
6464
image:
65-
tag: 4.2.17-debian-10-r99
65+
tag: 4.2.21-debian-10-r8
6666
```
6767

6868
. Run `helm upgrade` to update your installation.

docs/server-admin-4.3/modules/operator/pages/upgrade-mongo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ db.adminCommand( { setFeatureCompatibilityVersion: "4.0" } )
5555

5656
=== 2. Upgrade from MongoDB 4.0 to 4.2
5757

58-
. Change the tag to `4.2.17-debian-10-r99`:
58+
. Change the tag to `4.2.21-debian-10-r8`:
5959
+
6060
```yaml
6161
mongodb:
6262
image:
63-
tag: 4.2.17-debian-10-r99
63+
tag: 4.2.21-debian-10-r8
6464
```
6565

6666
. Run `helm upgrade` to update your installation.

docs/server-admin-4.4/modules/operator/pages/upgrade-mongo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ db.adminCommand( { setFeatureCompatibilityVersion: "4.0" } )
5757

5858
=== 2. Upgrade from MongoDB 4.0 to 4.2
5959

60-
. Change the tag to `4.2.17-debian-10-r99`:
60+
. Change the tag to `4.2.21-debian-10-r8`:
6161
+
6262
```yaml
6363
mongodb:
6464
image:
65-
tag: 4.2.17-debian-10-r99
65+
tag: 4.2.21-debian-10-r8
6666
```
6767

6868
. Run `helm upgrade` to update your installation.

docs/server-admin-4.5/modules/operator/pages/upgrade-mongo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ db.adminCommand( { setFeatureCompatibilityVersion: "4.0" } )
5757

5858
=== 2. Upgrade from MongoDB 4.0 to 4.2
5959

60-
. Change the tag to `4.2.17-debian-10-r99`:
60+
. Change the tag to `4.2.21-debian-10-r8`:
6161
+
6262
```yaml
6363
mongodb:
6464
image:
65-
tag: 4.2.17-debian-10-r99
65+
tag: 4.2.21-debian-10-r8
6666
```
6767

6868
. Run `helm upgrade` to update your installation.

docs/server-admin-4.6/modules/operator/pages/upgrade-mongo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ db.adminCommand( { setFeatureCompatibilityVersion: "4.0" } )
5757

5858
=== 2. Upgrade from MongoDB 4.0 to 4.2
5959

60-
. Change the tag to `4.2.17-debian-10-r99`:
60+
. Change the tag to `4.2.21-debian-10-r8`:
6161
+
6262
```yaml
6363
mongodb:
6464
image:
65-
tag: 4.2.17-debian-10-r99
65+
tag: 4.2.21-debian-10-r8
6666
```
6767

6868
. Run `helm upgrade` to update your installation.

docs/server-admin-4.7/modules/operator/pages/upgrade-mongo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ db.adminCommand( { setFeatureCompatibilityVersion: "4.0" } )
5757

5858
=== 2. Upgrade from MongoDB 4.0 to 4.2
5959

60-
. Change the tag to `4.2.17-debian-10-r99`:
60+
. Change the tag to `4.2.21-debian-10-r8`:
6161
+
6262
```yaml
6363
mongodb:
6464
image:
65-
tag: 4.2.17-debian-10-r99
65+
tag: 4.2.21-debian-10-r8
6666
```
6767

6868
. Run `helm upgrade` to update your installation.

0 commit comments

Comments
 (0)