Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3c76c6

Browse files
authoredMar 20, 2025··
chore(main): release 0.4.0
1 parent bdf7fe1 commit a3c76c6

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/launchdarkly/crossplane-provider-launchdarkly/compare/v0.3.0...v0.4.0) (2025-03-20)
4+
5+
6+
### Features
7+
8+
* Bump terraform provider to version 2.25.0 to add support for PagerDuty integration ([#41](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/41)) ([bdf7fe1](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/bdf7fe146a38c582083c97e2d37eb03fa167ae56))
9+
10+
11+
### Bug Fixes
12+
13+
* Update golang.org/x/net and github.com/crossplane/upjet dependencies ([#38](https://github.com/launchdarkly/crossplane-provider-launchdarkly/issues/38)) ([14df50f](https://github.com/launchdarkly/crossplane-provider-launchdarkly/commit/14df50f6370388371b914c93afa7e121c4434edf))
14+
315
## [0.3.0](https://github.com/launchdarkly/crossplane-provider-launchdarkly/compare/v0.2.1...v0.3.0) (2025-03-14)
416

517

‎README.md

+2-2
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.3.0
16+
up ctp provider install xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.4.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.3.0
32+
package: xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.4.0
3333
EOF
3434
```
3535

‎examples/install.yaml

+1-1
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.3.0 # x-release-please-version
6+
package: xpkg.upbound.io/launchdarkly/provider-launchdarkly:v0.4.0 # x-release-please-version

0 commit comments

Comments
 (0)
Please sign in to comment.