|
1 | | -## [2025-08-26] - v0.147.0 |
| 1 | +## [2025-09-09] - v0.148.0 |
| 2 | + |
| 3 | +### Added: |
| 4 | + |
| 5 | +- Support for Node Pool `label` field ([#12710](https://github.com/linode/manager/pull/12710)) |
| 6 | +- Volumes IAM RBAC permissions ([#12744](https://github.com/linode/manager/pull/12744)) |
| 7 | +- NodeBalancers IAM RBAC permissions ([#12780](https://github.com/linode/manager/pull/12780)) |
| 8 | +- Additional device slots to `Devices` type to match new API limits ([#12791](https://github.com/linode/manager/pull/12791)) |
| 9 | + |
| 10 | +### Changed: |
| 11 | + |
| 12 | +- Use `v4beta` API endpoint for `updateNodePool` ([#12710](https://github.com/linode/manager/pull/12710)) |
| 13 | +- Update `CreateNodePoolData` to satisfy @linode/validation's `CreateNodePoolSchema`'s type ([#12793](https://github.com/linode/manager/pull/12793)) |
| 14 | + |
| 15 | +### Fixed: |
2 | 16 |
|
| 17 | +- Wrong import path for EntityType ([#12764](https://github.com/linode/manager/pull/12764)) |
| 18 | + |
| 19 | +### Upcoming Features: |
| 20 | + |
| 21 | +- Add DELETE, PUT API endpoints for Streams ([#12645](https://github.com/linode/manager/pull/12645)) |
| 22 | +- ACLP Alert: Add `regions` property in `CreateAlertDefinitionPayload` and `EditAlertDefinitionPayload` ([#12745](https://github.com/linode/manager/pull/12745)) |
| 23 | +- Add DELETE, PUT API endpoints for Destinations ([#12749](https://github.com/linode/manager/pull/12749)) |
| 24 | + |
| 25 | +## [2025-08-26] - v0.147.0 |
3 | 26 |
|
4 | 27 | ### Added: |
5 | 28 |
|
6 | | -- ACLP: `CloudPulseServiceType` type for type safety across cloudpulse ([#12646](https://github.com/linode/manager/pull/12646)) |
| 29 | +- ACLP: `CloudPulseServiceType` type for type safety across cloudpulse ([#12646](https://github.com/linode/manager/pull/12646)) |
7 | 30 |
|
8 | 31 | ### Changed: |
9 | 32 |
|
|
18 | 41 |
|
19 | 42 | - API endpoint for Datastream - Create Destination ([#12627](https://github.com/linode/manager/pull/12627)) |
20 | 43 | - Updated AccontMaintenance interface to make time fields nullable to match API ([#12665](https://github.com/linode/manager/pull/12665)) |
21 | | -- Update `KubernetesCluster` `vpc_id` and `subnet_id` types to include `null` ([#12700](https://github.com/linode/manager/pull/12700)) |
| 44 | +- Update `KubernetesCluster` `vpc_id` and `subnet_id` types to include `null` ([#12700](https://github.com/linode/manager/pull/12700)) |
22 | 45 | - CloudPulse: Update cloud pulse metrics request payload type at `types.ts` ([#12704](https://github.com/linode/manager/pull/12704)) |
23 | 46 |
|
24 | 47 | ## [2025-08-12] - v0.146.0 |
25 | 48 |
|
26 | | - |
27 | 49 | ### Added: |
28 | 50 |
|
29 | 51 | - ACLP: `string` type for `capabilityServiceTypeMapping` constant ([#12573](https://github.com/linode/manager/pull/12573)) |
|
51 | 73 |
|
52 | 74 | ## [2025-07-29] - v0.145.0 |
53 | 75 |
|
54 | | - |
55 | 76 | ### Added: |
56 | 77 |
|
57 | 78 | - `VPC Dual Stack` and `VPC IPv6 Large Prefixes` to account capabilities ([#12309](https://github.com/linode/manager/pull/12309)) |
|
69 | 90 | ### Upcoming Features: |
70 | 91 |
|
71 | 92 | - CloudPulse: Update service type in `types.ts` ([#12508](https://github.com/linode/manager/pull/12508)) |
72 | | -- ACLP-Alerting: Add nodebalancer to AlertServiceType for Alerts onboarding ([#12510](https://github.com/linode/manager/pull/12510)) |
| 93 | +- ACLP-Alerting: Add nodebalancer to AlertServiceType for Alerts onboarding ([#12510](https://github.com/linode/manager/pull/12510)) |
73 | 94 | - Add vpc_id and subnet_id to KubernetesCluster payload type ([#12513](https://github.com/linode/manager/pull/12513)) |
74 | 95 | - Add API endpoints (GET, POST) for Streams ([#12524](https://github.com/linode/manager/pull/12524)) |
75 | 96 | - ACLP-Alerting: Add firewall to AlertServiceType for Alerts onboarding ([#12550](https://github.com/linode/manager/pull/12550)) |
76 | 97 |
|
77 | 98 | ## [2025-07-15] - v0.144.0 |
78 | 99 |
|
79 | | - |
80 | 100 | ### Changed: |
81 | 101 |
|
82 | 102 | - ACLP:Alerting - fixed the typo from evaluation_periods_seconds to evaluation_period_seconds ([#12466](https://github.com/linode/manager/pull/12466)) |
|
96 | 116 |
|
97 | 117 | ### Changed: |
98 | 118 |
|
99 | | -- Allow `authorized_keys` to be null in `Profile` type ([#12390](https://github.com/linode/manager/pull/12390)) |
| 119 | +- Allow `authorized_keys` to be null in `Profile` type ([#12390](https://github.com/linode/manager/pull/12390)) |
100 | 120 |
|
101 | 121 | ### Removed: |
102 | 122 |
|
|
114 | 134 |
|
115 | 135 | ## [2025-06-17] - v0.142.0 |
116 | 136 |
|
117 | | - |
118 | 137 | ### Added: |
119 | 138 |
|
120 | 139 | - `has_user_data` to `Linode` type ([#12352](https://github.com/linode/manager/pull/12352)) |
|
0 commit comments