Skip to content

Commit a51955e

Browse files
committed
merge latest from main
2 parents c0dfd79 + bc37bae commit a51955e

67 files changed

Lines changed: 2745 additions & 635 deletions

File tree

Some content is hidden

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

.github/workflows/app-manager-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
5656
5757
- name: Slack Notification
58-
uses: slackapi/slack-github-action@v3.0.1
58+
uses: slackapi/slack-github-action@v3.0.3
5959
with:
6060
webhook: ${{ secrets.KOTS_RELEASE_NOTES_SLACK_WEBHOOK }}
6161
webhook-type: webhook-trigger

.github/workflows/embedded-cluster-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
8787
8888
- name: Slack Notification
89-
uses: slackapi/slack-github-action@v3.0.1
89+
uses: slackapi/slack-github-action@v3.0.3
9090
with:
9191
webhook: ${{ secrets.EMBEDDED_CLUSTER_RELEASE_NOTES_SLACK_WEBHOOK }}
9292
webhook-type: webhook-trigger

.github/workflows/kubernetes-installer-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
5656
5757
- name: Slack Notification
58-
uses: slackapi/slack-github-action@v3.0.1
58+
uses: slackapi/slack-github-action@v3.0.3
5959
with:
6060
webhook: ${{ secrets.KURL_RELEASE_NOTES_SLACK_WEBHOOK }}
6161
webhook-type: webhook-trigger

.github/workflows/replicated-sdk-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
6060
6161
- name: Slack Notification
62-
uses: slackapi/slack-github-action@v3.0.1
62+
uses: slackapi/slack-github-action@v3.0.3
6363
with:
6464
webhook: ${{ secrets.REPLICATED_SDK_RELEASE_NOTES_SLACK_WEBHOOK }}
6565
webhook-type: webhook-trigger

.github/workflows/vendor-portal-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
6363
6464
- name: Slack Notification
65-
uses: slackapi/slack-github-action@v3.0.1
65+
uses: slackapi/slack-github-action@v3.0.3
6666
with:
6767
webhook: ${{ secrets.VENDOR_PORTAL_RELEASE_NOTES_SLACK_WEBHOOK }}
6868
webhook-type: webhook-trigger

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ yarn-error.log*
3333

3434
# Algolia Search
3535
.env
36+
37+
# Git worktrees
38+
.worktrees

docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import clsx from "clsx";
8686
className="whats-new-hero"
8787
>
8888
<div className="whats-new-badge">What's New</div>
89-
<h2 className="whats-new-title">Set up notifications for key events (Beta)</h2>
89+
<h2 className="whats-new-title">Set up notifications for key events</h2>
9090
<p className="whats-new-description">
9191
Get email or webhook notifications on the events that matter to your team, such as support bundle uploads, license expirations, release promotions, and more.
9292
</p>
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
| KOTS Versions | Kubernetes Compatibility |
22
|------------------------|-----------------------------|
33
| 1.129.4 and later | 1.35, 1.34, 1.33 |
4-
| 1.128.3 to 1.129.3 | 1.34, 1.33, 1.32, 1.31 |
5-
| 1.124.17 to 1.128.3 | 1.33, 1.32, 1.31 |
6-
| 1.123.0 to 1.124.16 | 1.32, 1.31 |
7-
| 1.117.0 to 1.122.1 | 1.31 |
4+
| 1.128.3 to 1.129.3 | 1.34, 1.33 |
5+
| 1.124.17 to 1.128.3 | 1.33 |

docs/partials/support-bundles/_deploy-status-cr.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ spec:
1212
outcomes:
1313
- fail:
1414
when: "< 1"
15-
message: The API deployment does not have any ready replicas.
15+
message: The api deployment does not have any ready replicas. Check that the application's liveness probes are passing and that the application is not in a crash loop.
1616
- warn:
1717
when: "= 1"
18-
message: The API deployment has only a single ready replica.
18+
message: The api deployment has only a single ready replica.
1919
- pass:
20-
message: There are multiple replicas of the API deployment ready.
20+
message: The api deployment is healthy and has multiple ready replicas.
2121
```

docs/partials/support-bundles/_deploy-status-secret.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ stringData:
2020
outcomes:
2121
- fail:
2222
when: "< 1"
23-
message: The API deployment does not have any ready replicas.
23+
message: The api deployment does not have any ready replicas. Check that the application's liveness probes are passing and that the application is not in a crash loop.
2424
- warn:
2525
when: "= 1"
26-
message: The API deployment has only a single ready replica.
26+
message: The api deployment has only a single ready replica.
2727
- pass:
28-
message: There are multiple replicas of the API deployment ready.
28+
message: The api deployment is healthy and has multiple ready replicas.
2929
```

0 commit comments

Comments
 (0)