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 1223e43

Browse files
authoredMar 19, 2025
chore(main): release 0.3.1
1 parent 14df50f commit 1223e43

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.3.1"
33
}

‎CHANGELOG.md

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

3+
## [0.3.1](https://github.com/launchdarkly/crossplane-provider-launchdarkly/compare/v0.3.0...v0.3.1) (2025-03-19)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.3.0](https://github.com/launchdarkly/crossplane-provider-launchdarkly/compare/v0.2.1...v0.3.0) (2025-03-14)
411

512

‎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.3.1
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.3.1
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.3.1 # x-release-please-version

0 commit comments

Comments
 (0)
Please sign in to comment.