Skip to content

Commit

Permalink
Adding changelog entries (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Jan 11, 2024
1 parent 3880516 commit 831ba05
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20240111-142126.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'statecheck: Introduced new `statecheck` package with interface and built-in
state check functionality'
time: 2024-01-11T14:21:26.261094Z
custom:
Issue: "273"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20240111-142223.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'statecheck: Added `ExpectKnownValue` state check, which asserts that a given
resource attribute has a defined type, and value'
time: 2024-01-11T14:22:23.072321Z
custom:
Issue: "273"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20240111-142314.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'statecheck: Added `ExpectKnownOutputValue` state check, which asserts that
a given output value has a defined type, and value'
time: 2024-01-11T14:23:14.025585Z
custom:
Issue: "273"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20240111-142353.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'statecheck: Added `ExpectKnownOutputValueAtPath` plan check, which asserts
that a given output value at a specified path has a defined type, and value'
time: 2024-01-11T14:23:53.633255Z
custom:
Issue: "273"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20240111-142544.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'statecheck: Added `ExpectSensitiveValue` built-in state check, which asserts
that a given attribute has a sensitive value'
time: 2024-01-11T14:25:44.598583Z
custom:
Issue: "273"

0 comments on commit 831ba05

Please sign in to comment.