Skip to content

Commit

Permalink
docs(kork): add release notes for artifact store change (#356)
Browse files Browse the repository at this point in the history
* docs(kork): add release notes for artifact store change

This commit updates the next release notes to contain the artifact store
feature.

spinnaker/kork#1069

Signed-off-by: benjamin-j-powell <[email protected]>

* Update content/en/docs/releases/next-release-preview/index.md

Co-authored-by: David Byron <[email protected]>

* Update content/en/docs/releases/next-release-preview/index.md

Co-authored-by: David Byron <[email protected]>

* docs(kork): add release notes for artifact store change

This commit updates the next release notes to contain the artifact store
feature.

spinnaker/kork#1069

Signed-off-by: benjamin-j-powell <[email protected]>

---------

Signed-off-by: benjamin-j-powell <[email protected]>
Co-authored-by: benjamin-j-powell <[email protected]>
Co-authored-by: David Byron <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2023
1 parent a0ae4c5 commit cbcd2a6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions content/en/docs/releases/next-release-preview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,27 @@ resource:
### Front50
https://github.com/spinnaker/front50/pull/1275 adds the `sql.healthIntervalMillis` property that controls the interval to refresh information that the /health endpoint provides. It defaults to 30 seconds, the value before it was configurable.

### Artifact Store

https://github.com/spinnaker/kork/pull/1069 adds support for artifact storage with AWS S3. This compresses `embedded/base64` types to `remote/base64` reducing the artifact size in the context. The size of the context had a reduction of 70% for larger pipelines, and 30% for smaller pipelines.

Sample configuration to enable artifact storage
```yaml
# spinnaker-local.yml since clouddriver, rosco, and orca all need this configuration
artifact-store:
enabled: true
s3:
enabled: true
region: us-west-2
bucket: some-artifact-store-bucket
```

Other related PRs are:
https://github.com/spinnaker/clouddriver/pull/5976
https://github.com/spinnaker/deck/pull/10011
https://github.com/spinnaker/gate/pull/1674
https://github.com/spinnaker/orca/pull/4481
https://github.com/spinnaker/rosco/pull/998

For more information please see [the README](https://github.com/spinnaker/kork/blob/18d1c6e88597a9147851b37412ea38b3fd7032d5/kork-artifacts/src/main/java/com/netflix/spinnaker/kork/artifacts/README.md).

0 comments on commit cbcd2a6

Please sign in to comment.