Skip to content

Commit

Permalink
chore: Bump version file to 0.6.0 (#227)
Browse files Browse the repository at this point in the history
## Motivation

Prepare new version for release.

## Summary

Update VERSION file with.

## Related changes

List related changes from other PRs (if any).
  • Loading branch information
ditrytus authored Oct 7, 2024
1 parent e502ae2 commit 12e0630
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.6.0
27 changes: 27 additions & 0 deletions internal/replay_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,30 @@ cat <<EOF > ./replay.yaml
- slo: datadog-latency
EOF
sloctl replay -f ./replay.yaml -p my-project --from 2023-03-02T15:00:00Z

# Replay SLOs using SLI data from other SLOs.
cat <<EOF > ./replay.yaml
- slo: prometheus-latency
project: default
from: 2023-03-02T16:00:00Z
sourceSLO:
slo: my-service-latency
project: my-service-test-project
objectivesMap:
- source: acceptable
target: objective-1
- source: alarming
target: objective-2
- slo: datadog-latency
project: default
from: 2023-03-02T16:00:00Z
sourceSLO:
slo: my-service-latency
project: my-service-test-project
objectivesMap:
- source: alarming
target: objective-1
- source: alarming
target: objective-2
EOF
sloctl -f ./replay.yaml replay

0 comments on commit 12e0630

Please sign in to comment.