Skip to content

Commit

Permalink
Adding changelog entries (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Jul 28, 2023
1 parent 5cab687 commit 51576a0
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20230728-143814.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'config: Introduced new `config` package which contains interfaces and helper
functions for working with native Terraform configuration and variables'
time: 2023-07-28T14:38:14.006499+01:00
custom:
Issue: "153"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20230728-151123.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'config: Added `StaticDirectory` function which returns a path to a directory.
Use with `TestStep.ConfigDirectory`'
time: 2023-07-28T15:11:23.20617+01:00
custom:
Issue: "153"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20230728-151147.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'config: Added `TestNameDirectory` function which returns a path to a directory
with the same name as the currently executing test. Use with `TestStep.ConfigDirectory`'
time: 2023-07-28T15:11:47.319547+01:00
custom:
Issue: "153"
7 changes: 7 additions & 0 deletions .changes/unreleased/FEATURES-20230728-151258.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: FEATURES
body: 'config: Added `TestStepDirectory` function which returns a path to a directory
with the same name as the currently executing test suffixed with the `TestStep`
number. Use with `TestStep.ConfigDirectory`'
time: 2023-07-28T15:12:58.061032+01:00
custom:
Issue: "153"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20230728-151420.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'config: Added `StaticFile` function which returns a path to a file. Use with
`TestStep.ConfigFile`'
time: 2023-07-28T15:14:20.821399+01:00
custom:
Issue: "153"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20230728-151513.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'config: Added `TestNameFile` function which returns a path to a file with the
same name as the currently executing test. Use with `TestStep.ConfigFile`'
time: 2023-07-28T15:15:13.088758+01:00
custom:
Issue: "153"
7 changes: 7 additions & 0 deletions .changes/unreleased/FEATURES-20230728-151611.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: FEATURES
body: 'config: Added `TestStepFile` function which returns a path to a file with the
same name as the currently executing test suffixed with the `TestStep` number. Use
with `TestStep.ConfigFile`'
time: 2023-07-28T15:16:11.396573+01:00
custom:
Issue: "153"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20230728-151839.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'config: Added `TestStepConfigFunc` type for use with `TestStep.ConfigDirectory`
and `TestStep.ConfigFile`'
time: 2023-07-28T15:18:39.111292+01:00
custom:
Issue: "153"
5 changes: 5 additions & 0 deletions .changes/unreleased/FEATURES-20230728-151930.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: FEATURES
body: 'config: Added `TestStepConfigRequest` type for use with `TestStepConfigFunc`'
time: 2023-07-28T15:19:30.060788+01:00
custom:
Issue: "153"
5 changes: 5 additions & 0 deletions .changes/unreleased/FEATURES-20230728-152050.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: FEATURES
body: 'config: Added `Variables` type for use with `TestStep.ConfigVariables`'
time: 2023-07-28T15:20:50.182001+01:00
custom:
Issue: "153"
7 changes: 7 additions & 0 deletions .changes/unreleased/FEATURES-20230728-152421.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: FEATURES
body: 'config: Added `BoolVariable`, `FloatVariable`, `IntegerVariable`, `ListVariable`,
`MapVariable`, `ObjectVariable`, `SetVariable`, `StringVariable` and `TupleVariable`
functions for generating types for use in `TestStep.ConfigVariables`'
time: 2023-07-28T15:24:21.678437+01:00
custom:
Issue: "153"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20230728-152737.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'resource: Added `TestStep.ConfigDirectory` to allow specifying a directory
containing Terraform configuration for use during acceptance tests'
time: 2023-07-28T15:27:37.944964+01:00
custom:
Issue: "153"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20230728-152822.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'resource: Added `TestStep.ConfigFile` to allow specifying a file containing
Terraform configuration for use during acceptance tests'
time: 2023-07-28T15:28:22.204411+01:00
custom:
Issue: "153"
6 changes: 6 additions & 0 deletions .changes/unreleased/FEATURES-20230728-152917.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: FEATURES
body: 'resource: Added `TestStep.ConfigVariables` to allow specifying Terraform variables
for use with Terraform configuration during acceptance tests'
time: 2023-07-28T15:29:17.02183+01:00
custom:
Issue: "153"

0 comments on commit 51576a0

Please sign in to comment.