Skip to content

Commit acd2817

Browse files
committedDec 30, 2024·
feat: release ske v0.14
1 parent 294303b commit acd2817

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
 

‎docs/main/03-reference/13-destinations/01-destinations.md

+7
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ spec:
5757
filepath:
5858
mode: nestedByMetadata | none
5959

60+
# Optional, defaults to `none`
61+
# The cleanup policy to use when deleting the Destination, valid options are:
62+
# - none: No cleanup will be performed
63+
# - all: All files in the State Store for this Destination will be deleted
64+
# when the Destination is deleted
65+
cleanup: none
66+
6067
# Required
6168
stateStoreRef:
6269
# The name of the State Store to use: required

‎docs/ske/50-releases/10-ske.mdx

+23
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,29 @@ Check the release notes below for information on each available version.
1919

2020
## Release Notes
2121

22+
### [0.14.0](http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske/v0.14.0/) (2024-12-27)
23+
24+
* Updated to include latest security updates
25+
26+
### [0.13.0](http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske/v0.13.0/) (2024-12-17)
27+
28+
#### Features
29+
30+
* Add new configuration, `spec.cleanup: none | all`, for Destinations. When set
31+
to `all`, all files in the State Store for that Destination will be deleted
32+
when the Destination itself is deleted. `none` is the default behaviour, where
33+
no files are deleted.
34+
35+
#### Security Fixes
36+
37+
* Updated to include latest security updates
38+
39+
### [0.12.0](http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske/v0.12.0/) (2024-12-12)
40+
41+
#### Security Fixes
42+
43+
* Updated to include latest security updates
44+
2245
### [0.11.0](http://syntasso-enterprise-releases.s3-website.eu-west-2.amazonaws.com/#ske/v0.11.0/) (2024-12-04)
2346

2447
#### Bug Fixes

0 commit comments

Comments
 (0)
Please sign in to comment.