Skip to content

Commit 0baece8

Browse files
committed
chore(release): publish
- project: bunnynet 0.8.7
1 parent bd325f3 commit 0baece8

File tree

3 files changed

+28
-26
lines changed

3 files changed

+28
-26
lines changed

.nx/version-plans/version-plan-1756199798477.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/bunnynet/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 0.8.7 (2025-08-26)
2+
3+
### 🩹 Fixes
4+
5+
- This patch release addresses a critical bug in the bunnynet provider and improves the development workflow configuration. ([#35](https://github.com/hckhanh/pulumi-any-terraform/pull/35))
6+
7+
**Primary Fix: Pullzone Cache Expiration Time Bug**
8+
- Fixed an issue where the `cache_expiration_time` property in the pullzone resource was generating invalid new values during resource updates
9+
- This bug was causing Terraform operations to fail when attempting to modify pullzone configurations
10+
- The fix involved correcting the value handling logic to ensure proper validation and serialization of cache expiration time values
11+
- This resolves potential runtime errors and ensures smooth resource lifecycle management for pullzone resources
12+
**Development Workflow Enhancement**
13+
- Enabled version plans in the Nx release configuration to improve the release management process
14+
- This change allows for better tracking and planning of version bumps across the monorepo
15+
- Enhances the automated release workflow by providing more granular control over versioning decisions
16+
- Supports better collaboration by making version planning more transparent and predictable
17+
**Additional Improvements**
18+
- Updated multiple TypeScript resource definitions to ensure consistency and improve type safety
19+
- Standardized formatting and code structure across all bunnynet provider resources
20+
- Enhanced resource property definitions for better documentation and IntelliSense support
21+
- Improved the overall developer experience when working with the bunnynet provider
22+
This release ensures that existing pullzone resources continue to work correctly while providing a more robust foundation for future development and releases.
23+
24+
### ❤️ Thank You
25+
26+
- Khánh Hoàng @hckhanh
27+
128
## 0.8.6 (2025-08-19)
229

330
### 🩹 Fixes

packages/bunnynet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pulumi-bunnynet",
33
"description": "A Pulumi provider for managing Bunny.net CDN and edge computing resources, dynamically bridged from the Terraform Bunnynet provider with support for pull zones, storage, DNS, compute containers, and video streaming.",
4-
"version": "0.8.6",
4+
"version": "0.8.7",
55
"homepage": "https://github.com/hckhanh/pulumi-any-terraform",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)