Skip to content

Commit 12e0630

Browse files
authored
chore: Bump version file to 0.6.0 (#227)
## Motivation Prepare new version for release. ## Summary Update VERSION file with. ## Related changes List related changes from other PRs (if any).
1 parent e502ae2 commit 12e0630

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

internal/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2
1+
0.6.0

internal/replay_example.sh

+27
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,30 @@ cat <<EOF > ./replay.yaml
2727
- slo: datadog-latency
2828
EOF
2929
sloctl replay -f ./replay.yaml -p my-project --from 2023-03-02T15:00:00Z
30+
31+
# Replay SLOs using SLI data from other SLOs.
32+
cat <<EOF > ./replay.yaml
33+
- slo: prometheus-latency
34+
project: default
35+
from: 2023-03-02T16:00:00Z
36+
sourceSLO:
37+
slo: my-service-latency
38+
project: my-service-test-project
39+
objectivesMap:
40+
- source: acceptable
41+
target: objective-1
42+
- source: alarming
43+
target: objective-2
44+
- slo: datadog-latency
45+
project: default
46+
from: 2023-03-02T16:00:00Z
47+
sourceSLO:
48+
slo: my-service-latency
49+
project: my-service-test-project
50+
objectivesMap:
51+
- source: alarming
52+
target: objective-1
53+
- source: alarming
54+
target: objective-2
55+
EOF
56+
sloctl -f ./replay.yaml replay

0 commit comments

Comments
 (0)