Skip to content

Commit

Permalink
Merge pull request #568 from hmlanigan/change-log-0.14.0
Browse files Browse the repository at this point in the history
chore(release): changelog for 0.14.0 release candidate
  • Loading branch information
hmlanigan authored Sep 9, 2024
2 parents d5fb9a4 + 0795eea commit 5db193f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.14.0 (September 9, 2024)

NOTES:
* **This release requires juju controller version 2.9.49 or later juju.**
* This release uses juju client api code from the juju 3.5.1 release.

ENHANCEMENTS:

* Allow applications to specify charm resources as oci-image urls, in addition to revisions.

BUG FIXES:

* fix: bugs 535 and 539 only find storage for application being read by @hmlanigan in #557
* fix (application): do no panic on nil pointer by @hmlanigan in #563
* fix(constraints): ensure constraints are non-null by @jack-w-shaw in #556
* fix(storagedirective): fix storage directive validator by @anvial in #538
* fix(application): update resource example to use correct charm storage by @anvial in #533

## 0.13.0 (July 15, 2024)

NOTES:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GOOS=$(shell go env GOOS)
GOARCH=$(shell go env GOARCH)
GOPATH=$(shell go env GOPATH)
PARALLEL_TEST_COUNT ?= 3
EDGE_VERSION ?= 0.14.0
EDGE_VERSION ?= 0.15.0
REGISTRY_DIR=~/.terraform.d/plugins/registry.terraform.io/juju/juju/${EDGE_VERSION}/${GOOS}_${GOARCH}

.PHONY: install
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/juju/terraform-provider-juju/internal/juju"
)

const TestProviderStableVersion = "0.12.0"
const TestProviderStableVersion = "0.13.0"

// providerFactories are used to instantiate the Framework provider during
// acceptance testing.
Expand Down

0 comments on commit 5db193f

Please sign in to comment.