Skip to content

Commit 163bd0f

Browse files
Merge branch 'main' into DOCSS-1468-mermaid-diagrams
2 parents b06345a + ade14a3 commit 163bd0f

File tree

76 files changed

+1032
-752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1032
-752
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ orbs:
88
executors:
99
node_executor:
1010
docker:
11-
- image: cimg/node:22.19.0
11+
- image: cimg/node:22.20.0
1212
working_directory: ~/project
1313

1414
go_executor:
@@ -18,7 +18,7 @@ executors:
1818

1919
ruby_executor:
2020
docker:
21-
- image: cimg/ruby:3.4.5
21+
- image: cimg/ruby:3.4.7
2222
working_directory: ~/project
2323

2424
commands:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.19.0
1+
22.20.0

antora-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ asciidoc:
4747
serverversion44: 4.4.7
4848
serverversion45: 4.5.5
4949
serverversion46: 4.6.6
50-
serverversion47: 4.7.9
51-
serverversion48: 4.8.2
50+
serverversion47: 4.7.11
51+
serverversion48: 4.8.4
5252
serverversion: 3.4.8
5353
terraformversion: 0.15.4
5454
kubectlversion: 1.19

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
54.2 KB
Loading

docs/guides/modules/ROOT/partials/execution-resources/xcode-silicon-vm.adoc

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@
77
| VM Software Manifest
88
| Release Notes
99

10-
| `26.0.0`
11-
| Xcode 26.0 GA (17A324)
10+
| `26.1.0`
11+
| Xcode 26.1 Beta 2 (17B5035f)
1212
| 15.6
1313
a| `m4pro.medium` +
1414
`m4pro.large`
15-
| link:https://circle-macos-docs.s3.amazonaws.com/image-manifest/v15723/manifest.txt[Installed software]
16-
| link:https://circleci.com/changelog/xcode-26-ga-available/[Release Notes]
15+
| link:https://circle-macos-docs.s3.amazonaws.com/image-manifest/v15768/manifest.txt[Installed software]
16+
| link:https://circleci.com/changelog/xcode-26-1-beta-2-available/[Release Notes]
17+
18+
| `26.0.1`
19+
| Xcode 26.0.1 (17A400)
20+
| 15.6
21+
a| `m4pro.medium` +
22+
`m4pro.large`
23+
| link:https://circle-macos-docs.s3.amazonaws.com/image-manifest/v15738/manifest.txt[Installed software]
24+
| link:https://circleci.com/changelog/xcode-26-0-1-released/[Release Notes]
1725

1826
| `16.4.0`
1927
| Xcode 16.4 GA (16F6)

docs/guides/modules/ROOT/partials/faq/dynamic-configuration-faq-snip.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[#pipeline-parameters-api]
22
=== I thought pipeline parameters could only be used with the API?
33

4-
Previously, this was true. With the dynamic configuration feature, you can now set pipeline parameters dynamically, before the pipeline is executed (triggered from either the API or a webhook—a push event to your VCS).
4+
Previously, this was true but you can now set pipeline parameters dynamically, before the pipeline is executed. The pipeline parameters for the continuation configuration can be set by using the link:https://circleci.com/developer/orbs/orb/circleci/continuation[continuation orb] in the setup configuration. The pipeline associated with the setup configuration can be triggered via either the API or an event in your VCS.
55

66
[#can-i-use-a-custom-executor]
77
=== Can I use a custom executor?
@@ -11,8 +11,8 @@ Custom executors can be used, but require certain dependencies to be installed f
1111
[#what-is-the-continuation-orb]
1212
=== What is the continuation orb?
1313

14-
The `continuation` orb assists you in managing the pipeline continuation process. The
15-
`continuation` orb wraps an API call to link:https://circleci.com/docs/api/v2/#operation/continuePipeline[`continuePipeline`]. Refer to the link:https://circleci.com/developer/orbs/orb/circleci/continuation[`continuation`] orb documentation for more information.
14+
The continuation orb assists you in managing the pipeline continuation process. The
15+
continuation orb wraps an API call to the link:https://circleci.com/docs/api/v2/#operation/continuePipeline[Continue a pipeline API endpoint]. Refer to the link:https://circleci.com/developer/orbs/orb/circleci/continuation[continuation orb] documentation for more information.
1616

1717
[#possible-to-not-use-continuation-orb]
1818
=== Is it possible to not use the continuation orb?

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

Lines changed: 13 additions & 2 deletions
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].
@@ -116,7 +124,7 @@ jobs:
116124
----
117125

118126
=== 1.3. Update the deploy status to success or failure
119-
You can use the `when` attribute to add `on_success` and `on_failure` steps at the end of your deployment job, to handle the final status update of the deploy.
127+
You can use the `when` attribute to add `on_success` and `on_fail` steps at the end of your deployment job, to handle the final status update of the deploy.
120128

121129
.Config file example showing deploy status update to success or failure
122130
[,yml]
@@ -276,6 +284,9 @@ jobs:
276284
----
277285

278286
This command supports the same optional parameters as the `release plan` command, but does not require a `deploy-name`.
287+
288+
WARNING: If you are deploying to multiple environments from a single workflow, you need to specify the target environment using the `--environment-name` flag. If you are deploying multiple components from a single workflow, you need to specify the component name using the `--component-name` flag.
289+
279290
You can see the command with all optional parameters in the following example:
280291

281292
[,yml]

docs/guides/modules/deploy/pages/set-up-the-circleci-release-agent.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ include::ROOT:partial$deploy/supported-versions.adoc[]
3737

3838
The following table shows a complete list of labels and annotations either required or available for configuring your environment integration. You will be guided to set these up in the in-app setup process. These are not strictly a prerequisite but will be required for the release agent to work correctly.
3939

40+
[.table-scroll]
41+
--
4042
[cols=4*, options="header"]
4143
|===
4244
|
@@ -104,6 +106,7 @@ The following table shows a complete list of labels and annotations either requi
104106
|`false`
105107
|No. Only set if you want to disable the cancel deployment feature for your component.
106108
|===
109+
--
107110

108111

109112
== Set up the CircleCI release agent

0 commit comments

Comments
 (0)