Skip to content

Commit 653d1fb

Browse files
committed
Prep for v0.3.0
1 parent b1773eb commit 653d1fb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 0.3.0 - 2021-12-16
44
### Added
5-
- Projects support.
5+
- Projects support ([#40](https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/40), @wfg).
6+
- Custom runtime rule data source ([#39](https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/39), @hi-artem).
7+
8+
### Fixed
9+
- Typo in host runtime policy parser ([#36](https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/36), @hi-artem).
10+
611
## Version 0.2.0 - 2021-12-13
712
### Added
813
- Admission policy resource type ([#33](https://github.com/PaloAltoNetworks/terraform-provider-prismacloudcompute/pull/33), @hi-artem).

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
66
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.1
7-
github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.1-0.20211214170928-7d8e2ff321f8
7+
github.com/paloaltonetworks/prisma-cloud-compute-go v0.4.1
88
)
99

1010
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.0 h1:O/HomclXcUnt/YXct+
273273
github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.0/go.mod h1:xwe8aQ+fjs4vVCaeP78KCthSU74QM5suaV9k2UUyAow=
274274
github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.1-0.20211214170928-7d8e2ff321f8 h1:V/Uuk9VPAGWgfvJBVj9JlXFDsMUVt+lAZOcPEgWr3C0=
275275
github.com/paloaltonetworks/prisma-cloud-compute-go v0.3.1-0.20211214170928-7d8e2ff321f8/go.mod h1:xwe8aQ+fjs4vVCaeP78KCthSU74QM5suaV9k2UUyAow=
276+
github.com/paloaltonetworks/prisma-cloud-compute-go v0.4.1 h1:dZWL8Qrv3zk0swdtY2zLRIkhtlEbc3Ni7Dwn5V907ZM=
277+
github.com/paloaltonetworks/prisma-cloud-compute-go v0.4.1/go.mod h1:xwe8aQ+fjs4vVCaeP78KCthSU74QM5suaV9k2UUyAow=
276278
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
277279
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
278280
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=

0 commit comments

Comments
 (0)