-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,200 @@ | ||
--- | ||
title: v2.32.4 Armory Continuous Deployment Release (Spinnaker™ v1.32.0) | ||
toc_hide: true | ||
version: <!-- version in 00.00.00 format ex 02.23.01 for sorting, grouping --> | ||
date: 2024-08-30 | ||
description: > | ||
Release notes for Armory Continuous Deployment v2.32.4. | ||
--- | ||
|
||
<!-- | ||
MAKE SURE TO ADD 'LTS' OR 'FEATURE' TO THE TITLE TO INDICATE RELEASE CATEGORY. | ||
FOR EXAMPLE, "Armory Continuous Deployment Release LTS" or "Armory Continuous Deployment Release Feature" so users know release category and support time period | ||
--> | ||
|
||
## 2024/08/30 release notes | ||
Check warning on line 15 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L15
Raw output
|
||
|
||
>Note: If you experience production issues after upgrading Armory Continuous Deployment, roll back to a previous working version and report issues to [http://go.armory.io/support](http://go.armory.io/support). | ||
## Required Armory Operator version | ||
|
||
To install, upgrade, or configure Armory CD 2.32.4, use Armory Operator 1.70 or later. | ||
|
||
## Security | ||
|
||
Armory scans the codebase as we develop and release software. Contact your Armory account representative for information about CVE scans for this release. | ||
Check warning on line 25 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L25
Raw output
|
||
|
||
## Breaking changes | ||
<!-- Copy/paste from the previous version if there are recent ones. We can drop breaking changes after 3 minor versions. Add new ones from OSS and Armory. --> | ||
|
||
> Breaking changes are kept in this list for 3 minor versions from when the change is introduced. For example, a breaking change introduced in 2.21.0 appears in the list up to and including the 2.24.x releases. It would not appear on 2.25.x release notes. | ||
## 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. --> | ||
|
||
## Highlighted updates | ||
|
||
<!-- | ||
Each item category (such as UI) under here should be an h3 (###). List the following info that service owners should be able to provide: | ||
- Major changes or new features we want to call out for Armory and OSS. Changes should be grouped under end user understandable sections. For example, instead of Deck, use UI. Instead of Fiat, use Permissions. | ||
- Fixes to any known issues from previous versions that we have in release notes. These can all be grouped under a Fixed issues H3. | ||
--> | ||
|
||
|
||
|
||
|
||
### Spinnaker community contributions | ||
|
||
There have also been numerous enhancements, fixes, and features across all of Spinnaker's other services. See the | ||
[Spinnaker v1.32.0](https://www.spinnaker.io/changelogs/1.32.0-changelog/) changelog for details. | ||
|
||
## Detailed updates | ||
|
||
### Bill Of Materials (BOM) | ||
Check warning on line 53 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L53
Raw output
|
||
|
||
<details><summary>Expand to see the BOM</summary> | ||
<pre class="highlight"> | ||
<code>artifactSources: | ||
dockerRegistry: docker.io/armory | ||
dependencies: | ||
redis: | ||
commit: null | ||
version: 2:2.8.4-2 | ||
services: | ||
clouddriver: | ||
commit: 2736c8796b346d892fb68180ed1534cd882c5f6c | ||
version: 2.32.4 | ||
deck: | ||
commit: 9f22fea76ec0ce4ad425a09fd5793372d077f243 | ||
version: 2.32.4 | ||
dinghy: | ||
commit: f5b14ffba75721322ada662f2325e80ec86347de | ||
version: 2.32.4 | ||
echo: | ||
commit: e376d0eb3f19fd3027820bb013b0fbf9fee98e55 | ||
version: 2.32.4 | ||
fiat: | ||
commit: b674ce72dc02d7e39008bfbf2a551b3d1cc9544e | ||
version: 2.32.4 | ||
front50: | ||
commit: b774859c8e27ebfd90455cf0e5f3583eb9afe5d4 | ||
version: 2.32.4 | ||
gate: | ||
commit: 9a3705729990d170a142b297d2df150fac71bf0f | ||
version: 2.32.4 | ||
igor: | ||
commit: c4e429724d83aae802796cda7c5d9b39ce6efba1 | ||
version: 2.32.4 | ||
kayenta: | ||
commit: bccd150fcc8a7cb7df537ec6269bce5d2843c703 | ||
version: 2.32.4 | ||
monitoring-daemon: | ||
commit: null | ||
version: 2.26.0 | ||
monitoring-third-party: | ||
commit: null | ||
version: 2.26.0 | ||
orca: | ||
commit: 9feaae8ddcf27315da951b4a51ffc7f0c4d4ffe6 | ||
version: 2.32.4 | ||
rosco: | ||
commit: dfe611ffdd2cf9ae7c524fb9970af47350ca5e96 | ||
version: 2.32.4 | ||
terraformer: | ||
commit: 709bc0b11d21230009e34a3229443e943db9036f | ||
version: 2.32.4 | ||
timestamp: "2024-08-29 13:18:29" | ||
version: 2.32.4 | ||
</code> | ||
</pre> | ||
</details> | ||
|
||
### Armory | ||
|
||
|
||
#### Armory Igor - 2.32.3...2.32.4 | ||
Check warning on line 115 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L115
Raw output
|
||
|
||
- chore(build): Updating Build dependencies (#613) (#624) | ||
|
||
#### Armory Echo - 2.32.3...2.32.4 | ||
Check warning on line 119 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L119
Raw output
|
||
|
||
- chore(build): Updating Build dependencies (#723) (#739) | ||
|
||
#### Armory Kayenta - 2.32.3...2.32.4 | ||
Check warning on line 123 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L123
Raw output
|
||
|
||
|
||
#### Armory Fiat - 2.32.3...2.32.4 | ||
Check warning on line 126 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L126
Raw output
|
||
|
||
- chore(build): Updating Build dependencies (#613) (#626) | ||
|
||
#### Armory Deck - 2.32.3...2.32.4 | ||
Check warning on line 130 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L130
Raw output
|
||
|
||
- chore(cd): update base deck version to 2024.0.0-20240610151853.release-1.32.x (#1421) | ||
- chore(cd): update base deck version to 2024.0.0-20240808191000.release-1.32.x (#1427) | ||
|
||
#### Armory Rosco - 2.32.3...2.32.4 | ||
Check warning on line 135 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L135
Raw output
|
||
|
||
|
||
#### Armory Clouddriver - 2.32.3...2.32.4 | ||
Check warning on line 138 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L138
Raw output
|
||
|
||
- chore(cd): update base service version to clouddriver:2024.05.15.16.46.29.release-1.32.x (#1127) | ||
- chore(cd): update base service version to clouddriver:2024.06.05.17.20.53.release-1.32.x (#1129) | ||
- chore(build): Updating Build dependencies (#1140) (#1169) | ||
- chore(cd): update base service version to clouddriver:2024.08.08.19.07.30.release-1.32.x (#1156) | ||
|
||
#### Armory Front50 - 2.32.3...2.32.4 | ||
Check warning on line 145 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L145
Raw output
|
||
|
||
- chore(cd): update base service version to front50:2024.06.11.18.14.17.release-1.32.x (#692) | ||
- chore(build): Updating Build dependencies (#697) (#713) | ||
- chore(cd): update base service version to front50:2024.08.23.02.19.43.release-1.32.x (#715) | ||
|
||
#### Armory Gate - 2.32.3...2.32.4 | ||
Check warning on line 151 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L151
Raw output
|
||
|
||
- chore(build): Updating Build dependencies (#732) (#750) | ||
|
||
#### Terraformer™ - 2.32.3...2.32.4 | ||
Check warning on line 155 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L155
Raw output
|
||
|
||
- chore(terraformer): Backport fixes (#571) (#573) | ||
|
||
#### Armory Orca - 2.32.3...2.32.4 | ||
Check warning on line 159 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L159
Raw output
|
||
|
||
- chore(cd): update base orca version to 2024.06.10.16.25.01.release-1.32.x (#893) | ||
- chore(build): Updating Build dependencies (#911) (#935) | ||
|
||
#### Dinghy™ - 2.32.3...2.32.4 | ||
Check warning on line 164 in content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md GitHub Actions / vale[vale] content/en/continuous-deployment/release-notes/rn-armory-spinnaker/armoryspinnaker_v2-32-4.md#L164
Raw output
|
||
|
||
|
||
|
||
### Spinnaker | ||
|
||
|
||
#### Spinnaker Igor - 1.32.0 | ||
|
||
|
||
#### Spinnaker Echo - 1.32.0 | ||
|
||
|
||
#### Spinnaker Kayenta - 1.32.0 | ||
|
||
|
||
#### Spinnaker Fiat - 1.32.0 | ||
|
||
|
||
#### Spinnaker Deck - 1.32.0 | ||
|
||
|
||
#### Spinnaker Rosco - 1.32.0 | ||
|
||
|
||
#### Spinnaker Clouddriver - 1.32.0 | ||
|
||
|
||
#### Spinnaker Front50 - 1.32.0 | ||
|
||
|
||
#### Spinnaker Gate - 1.32.0 | ||
|
||
|
||
#### Spinnaker Orca - 1.32.0 | ||
|
||
|