Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(K8sCustomResourceStatus): added plugin 3.0.x to spinnaker 2.30 #2122

Merged
merged 2 commits into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Please consult the [Armory Compatibility Matrix](https://docs.armory.io/continuo
**Introduced in**: Armory CD 2.28.6

{{< include "breaking-changes/bc-kubectl-120.md" >}}
{{< include "breaking-changes/bc-plugin-compatibility-2-28-0.md" >}}
{{< include "breaking-changes/bc-plugin-compatibility-2-30-0.md" >}}


## Known issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Armory scans the codebase as we develop and release software. Contact your Armor
- 2.28.6 migrates to the AWS MySQL driver from the OSS MySQL drivers. This change is mostly seamless, but we’ve identified one breaking change. If your database was created without utf8mb4 you will see failures after this upgrade. utf8mb4 is the recommended DB format for any Spinnaker database, and we don’t anticipate most users who’ve followed setup instructions to encounter this failure. However, we’re calling out this change as a safeguard.

{{< include "breaking-changes/bc-kubectl-120.md" >}}
{{< include "breaking-changes/bc-plugin-compatibility-2-28-0.md" >}}
{{< include "breaking-changes/bc-plugin-compatibility-2-30-0.md" >}}

**Introduced in**: Armory CD 2.28.6

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Armory scans the codebase as we develop and release software. Contact your Armor
**Introduced in**: Armory CD 2.28.6

{{< include "breaking-changes/bc-kubectl-120.md" >}}
{{< include "breaking-changes/bc-plugin-compatibility-2-28-0.md" >}}
{{< include "breaking-changes/bc-plugin-compatibility-2-30-0.md" >}}

## Known issues
<!-- Copy/paste known issues from the previous version if they're not fixed. Add new ones from OSS and Armory. If there aren't any issues, state that so readers don't think we forgot to fill out this section. -->
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Plugin compatibility

Due to changes in the underlying services, older versions of some plugins may not work with Armory CD 2.30.x or later.

The following table lists the plugins and their required minimum version:

| Plugin | Version |
|------------------------------------------------------------------------------------------------------------|---------|
| [Scale Agent for Spinnaker and Kubernetes Clouddriver Plugin]({{< ref "plugins/scale-agent/_index.md" >}}) | 0.11.0 |
| App Name | 0.2.0 |
| [AWS Lambda](https://github.com/spinnaker-plugins/aws-lambda-deployment-plugin-spinnaker/releases) | 1.0.10 |
| [Evaluate Artifacts](https://github.com/armory-plugins/evaluate-artifacts-releases/releases) | 0.1.1 |
| [External Accounts](https://github.com/armory-plugins/external-accounts/releases) | 0.3.0 |
| [Observability Plugin](https://github.com/armory-plugins/armory-observability-plugin/releases) | 1.3.1 |
| [Policy Engine](https://github.com/armory-plugins/policy-engine-releases/releases) | 0.3.0 |
| [Kubernetes Custom Resource Status]({{< ref "plugins/plugin-k8s-custom-resource-status.md" >}}) | 3.0.x |

Check failure on line 16 in content/en/includes/breaking-changes/bc-plugin-compatibility-2-30-0.md

View workflow job for this annotation

GitHub Actions / Vale

[error] Google.Units

Put a nonbreaking space between the number and the unit in '8s'.
8 changes: 5 additions & 3 deletions content/en/plugins/plugin-k8s-custom-resource-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ These replica checks are enabled by default and do not require additional config
## Version Compatibility

| Armory CD (Spinnaker) Version | Plugin Version |
|:-------|:-------------------|
| 2.28.x (1.28.x) | 2.0.x |
| 2.27.x (1.27.x) | 1.0.0 |
|:------------------------------|:---------------|
| 2.30.x (1.30.x) | 3.0.x |
| 2.28.x (1.28.x) | 2.0.x |
| 2.27.x (1.27.x) | 1.0.0 |

## Configuration

Expand Down Expand Up @@ -408,3 +409,4 @@ matches your custom resource.
* v2.0.0 Support multiple statuses - 10/28/2022
* v2.0.1 Bug fixes - 10/14/2022
* v2.0.2 Bug fixes - 05/20/2023
* v3.0.0 Bug fixes, Compatibility to Spinnaker 1.30.x (Armory 2.30.x) - 08/31/2023
Loading