v2.32.5 Armory Continuous Deployment Release (Spinnaker™ v1.32.4)
2024/09/02 release notes
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.
Required Armory Operator version
To install, upgrade, or configure Armory CD 2.32.5, use Armory Operator 1.8.6 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.
Breaking changes
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.
AWS Lambda plugin migrated to OSS
Starting from Armory version 2.32.0 (OSS version 1.32.0), the AWS Lambda plugin has been migrated to OSS codebase. If you are using the AWS Lambda plugin, you will need to disable/remove it when upgrading to Armory version 2.32.0+ to avoid compatibility issues.
Additionally, the AWS Lambda stages are now enabled using the Deck feature flag feature.lambdaAdditionalStages = true;
as shown in the configuration block below.
|
|
Related OSS PRs:
Known issues
Highlighted updates
Terraformer support for AWS S3 Artifact Store
OSS Spinnaker 1.32.0 introduced support for artifact storage
with AWS S3. This feature compresses embdedded/base64
artifacts to remote/base64
and uploads them to an AWS S3 bucket significantly
reducing the artifact size in the execution context.
Armory version 2.32.0 adds support for the same feature for the Terraform Integration stage.
Note: The artifact-store feature is disabled by default. To enable the artifact-store feature the following configuration is required:
apiVersion: spinnaker.armory.io/v1alpha2
kind: SpinnakerService
metadata:
name: spinnaker
spec:
spinnakerConfig:
profiles:
spinnaker:
artifact-store:
enabled: true
s3:
enabled: true
region: <S3Bucket Region>
bucket: <S3Bucket Name>
When enabling the artifact-store feature it is recommended to deploy the services in this order:
- Clouddriver service
- Terraformer service
- Orca service
- Rosco service
Enable Jenkins job triggers for jobs located sub-folders
When defining a Jenkins job in a sub-folder, the path contains forward slashes. By enabling this feature, Armory CD will be able to trigger Jenkins jobs located in sub-folders, correctly matching the job path.
apiVersion: spinnaker.armory.io/v1alpha2
kind: SpinnakerService
metadata:
name: spinnaker
spec:
spinnakerConfig:
profiles:
echo:
feature:
igor:
jobNameAsQueryParameter: true
orca:
feature:
igor:
jobNameAsQueryParameter: true
igor:
feature:
igor:
jobNameAsQueryParameter: true
Pipeline As Code: Bitbucket fallback support for default branch
By default, Dinghy uses the master
branch in your repository and fallbacks to main
if master
doesn’t exist.
If you wish to use a different branch in your repository, you can configure that using the repoConfig
tag in your YAML configuration.
apiVersion: spinnaker.armory.io/v1alpha2
kind: SpinnakerService
metadata:
name: spinnaker
spec:
spinnakerConfig:
profiles:
dinghy:
repoConfig:
- branch: some_branch
provider: bitbucket-server
repo: my-bitbucket-repository
Performance improvements for the search executions API operations
The search executions API operations have been optimized to improve performance and reduce the time taken to search for pipelines by triggerType or eventId.
RunJob stage improvement
RunJob stage now persist any External Log links after the deletion of the pods. This enhancement ensures that the External Log links are available even after the pods are deleted.
Task View loading support for Paginated requests
Task View now supports paginated requests for loading tasks. This enhancement ensures that the Task View loads tasks more efficiently, avoiding timeouts when loading an application with high number of tasks.
To enable this feature, set the window.spinnakerSettings.tasksViewLimitPerPage = <number>
flag to the desired number in the settings-local.js
deck profile. For example:
|
|
Spinnaker community contributions
There have also been numerous enhancements, fixes, and features across all of Spinnaker’s other services. See the Spinnaker v1.32.4 changelog for details.
Detailed updates
Bill Of Materials (BOM)
Expand to see the BOM
artifactSources:
dockerRegistry: docker.io/armory
dependencies:
redis:
commit: null
version: 2:2.8.4-2
services:
clouddriver:
commit: 2736c8796b346d892fb68180ed1534cd882c5f6c
version: 2.32.5
deck:
commit: 9f22fea76ec0ce4ad425a09fd5793372d077f243
version: 2.32.5
dinghy:
commit: f5b14ffba75721322ada662f2325e80ec86347de
version: 2.32.5
echo:
commit: e376d0eb3f19fd3027820bb013b0fbf9fee98e55
version: 2.32.5
fiat:
commit: b674ce72dc02d7e39008bfbf2a551b3d1cc9544e
version: 2.32.5
front50:
commit: b774859c8e27ebfd90455cf0e5f3583eb9afe5d4
version: 2.32.5
gate:
commit: 9a3705729990d170a142b297d2df150fac71bf0f
version: 2.32.5
igor:
commit: c4e429724d83aae802796cda7c5d9b39ce6efba1
version: 2.32.5
kayenta:
commit: 1d0be49daf965910063c3ee611da1453b4fc5a2a
version: 2.32.5
monitoring-daemon:
commit: null
version: 2.26.0
monitoring-third-party:
commit: null
version: 2.26.0
orca:
commit: 9feaae8ddcf27315da951b4a51ffc7f0c4d4ffe6
version: 2.32.5
rosco:
commit: dfe611ffdd2cf9ae7c524fb9970af47350ca5e96
version: 2.32.5
terraformer:
commit: 709bc0b11d21230009e34a3229443e943db9036f
version: 2.32.5
timestamp: "2024-09-02 08:31:29"
version: 2.32.5
Armory
Armory Echo - 2.32.4…2.32.5
Armory Igor - 2.32.4…2.32.5
Armory Fiat - 2.32.4…2.32.5
Armory Deck - 2.32.4…2.32.5
Armory Rosco - 2.32.4…2.32.5
Armory Clouddriver - 2.32.4…2.32.5
Armory Gate - 2.32.4…2.32.5
Armory Front50 - 2.32.4…2.32.5
Terraformer™ - 2.32.4…2.32.5
Armory Kayenta - 2.32.4…2.32.5
- chore(build): Updating Build dependencies (backport #544) (#553)
- chore(cd): update base service version to kayenta:2024.08.08.22.44.15.release-1.32.x (#550)
Armory Orca - 2.32.4…2.32.5
Dinghy™ - 2.32.4…2.32.5
Spinnaker
Spinnaker Echo - 1.32.4
Spinnaker Igor - 1.32.4
Spinnaker Fiat - 1.32.4
Spinnaker Deck - 1.32.4
Spinnaker Rosco - 1.32.4
Spinnaker Clouddriver - 1.32.4
Spinnaker Gate - 1.32.4
Spinnaker Front50 - 1.32.4
Spinnaker Kayenta - 1.32.4
- fix(stackdriver): handle null timeSeries and empty points (backport #1047) (#1048)
Spinnaker Orca - 1.32.4
Feedback
Was this page helpful?
Thank you for letting us know!
Sorry to hear that. Please tell us how we can improve.
Last modified September 2, 2024: (5aaadef1)