Skip to content

Commit 1154bd8

Browse files
chore(main): release 0.2.0 (#27)
* chore(main): release 0.2.0 * Update versions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Henry Barrow <[email protected]>
1 parent aec183e commit 1154bd8

File tree

4 files changed

+27
-5
lines changed

4 files changed

+27
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1-
# Change log
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/launchdarkly/crossplane-provider-launchdarkly/compare/v0.1.1...v0.2.0) (2025-03-12)
4+
5+
6+
### Features
7+
8+
* Add cross-resource references to Team resource ([#19](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/19)) ([1c8a31b](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/1c8a31bb9b8b2b20bcc2cfd660de111c3a455e41))
9+
* Add env_key and flag_id cross-resource references on FeatureFlagEnvironment resource ([#17](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/17)) ([6143f81](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/6143f81748e0064cba93791b6eb2bb9996f0708d))
10+
* Add projectKey reference to EnviroknmentSegment resource ([1e8f431](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/1e8f431ce749919c8ee9d6043d21c8ced2e903ac))
11+
* Add projectKey reference to EnvironmentSegment resource ([#18](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/18)) ([1e8f431](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/1e8f431ce749919c8ee9d6043d21c8ced2e903ac))
12+
13+
14+
### Bug Fixes
15+
16+
* resolve issues in extra-files section of release-please-config.json ([#24](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/24)) ([0547945](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/05479457a07395e24294a8b890b70e2e0d51e63f))
17+
* Update env_key and flag_id cross-resource reference on FeatureFlagEnvironment resource ([6143f81](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/6143f81748e0064cba93791b6eb2bb9996f0708d))
18+
* Update project_key cross-resource definition on FeatureFlag resource ([#16](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/16)) ([0167f0b](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/0167f0b380866fc81e69ca46966dae4d428a7e35))
19+
* Update project_key cross-resource reference on Environment resource ([#15](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/15)) ([585d875](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/585d8757ffa587123e2d9b5abd1041f4a2186a35))
20+
* Update project_key cross-resource reference on FeatureFlag resource ([0167f0b](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/0167f0b380866fc81e69ca46966dae4d428a7e35))
21+
* Update Terraform Provider bump action to use semantic PR title ([#23](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/23)) ([caeb3e4](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/caeb3e470254b779ceca595e9c1fa8f74f95cef3))
22+
23+
## Change log
224

325
All notable changes to the LaunchDarkly Terraform Provider will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ to the [latest release](https://marketplace.upbound.io/providers/launchdarkly/pr
1313
<!-- x-release-please-start-version -->
1414

1515
```
16-
up ctp provider install xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.1.0
16+
up ctp provider install xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.2.0
1717
```
1818

1919
<!-- x-release-please-end -->
@@ -29,7 +29,7 @@ kind: Provider
2929
metadata:
3030
name: provider-launchdarkly
3131
spec:
32-
package: xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.1.0
32+
package: xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.2.0
3333
EOF
3434
```
3535

examples/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: Provider
33
metadata:
44
name: provider-launchdarkly
55
spec:
6-
package: xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.1.1 # x-release-please-version
6+
package: xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.2.0 # x-release-please-version

0 commit comments

Comments
 (0)