Skip to content

Commit be40e7a

Browse files
chore(main): release 0.3.0 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 87ab99f commit be40e7a

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
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.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/launchdarkly/crossplane-provider-launchdarkly/compare/v0.2.1...v0.3.0) (2025-03-14)
4+
5+
6+
### Features
7+
8+
* Add cross-resource definitions for AccessToken and EnvironmentDestination resource ([60a3172](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/60a31724a6ba629d1e3c70ad112163c14c241ca3))
9+
* Add cross-resource definitions for AccessToken and EnvironmentDestination resources ([#32](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/32)) ([60a3172](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/60a31724a6ba629d1e3c70ad112163c14c241ca3))
10+
* Add RelayProxyConfiguration resource ([#33](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/33)) ([87ab99f](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/87ab99f39664e8b86ed430a9d84853bc72c8d3d1))
11+
312
## [0.2.1](https://github.com/launchdarkly/crossplane-provider-launchdarkly/compare/v0.2.0...v0.2.1) (2025-03-12)
413

514

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.2.1
16+
up ctp provider install xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.3.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.2.1
32+
package: xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.3.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.2.1 # x-release-please-version
6+
package: xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.3.0 # x-release-please-version

0 commit comments

Comments
 (0)