Skip to content

Commit

Permalink
chore(releasenotes): adding information regarding artifact-store (#2320)
Browse files Browse the repository at this point in the history
* chore(releasenotes): adding information regarding artifact-store

* fix(release): editing s3 artifact
  • Loading branch information
shlomodaari authored Nov 14, 2024
1 parent 8eba3bc commit b6913f3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ spec:
{{< /highlight >}}

### Changes in S3 Artifact Store configuration
NOTE: If upgrading from 2.32.x to 2.34.x, this reference format has changed from s3://bucket/ref://application/hash to s3://bucket/application/hash, which is not backwards compatible. Please ensure everything is working correctly before enabling this feature!
In case of a rollback, manual correction of the reference format will be required.

OSS Spinnaker 1.32.0 introduced support for [artifact storage](https://spinnaker.io/changelogs/1.32.0-changelog/#artifact-store)
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.
Expand Down

0 comments on commit b6913f3

Please sign in to comment.