You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PULL_REQUEST_TEMPLATE.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,25 @@ List any change(s) relevant to the reviewer.
9
9
- ...
10
10
- ...
11
11
12
+
### Scope 🚢
13
+
14
+
Upon production release, changes in this PR will be visible to:
15
+
16
+
-[ ] All customers
17
+
-[ ] Some customers (e.g. in Beta or Limited Availability)
18
+
-[ ] No customers / Not applicable
19
+
12
20
## Target release date 🗓️
13
21
14
22
Please specify a release date (and environment, if applicable) to guarantee timely review of this PR. If exact date is not known, please approximate and update it as needed.
15
23
16
24
## Preview 📷
17
25
18
-
**Include a screenshot or screen recording of the change.**
26
+
**Include a screenshot `<img src="" />`or video `<video src="" />` of the change.**
19
27
20
28
:lock: Use the [Mask Sensitive Data](https://cloud.linode.com/profile/settings) setting for security.
21
29
22
-
:bulb:Use `<video src="" />` tag when including recordings in table.
30
+
:bulb:For changes requiring multiple steps to validate, prefer a video for clarity.
23
31
24
32
| Before | After |
25
33
| ------- | ------- |
@@ -78,7 +86,7 @@ Please specify a release date (and environment, if applicable) to guarantee time
78
86
79
87
</details>
80
88
81
-
---
89
+
<!-- This content will not appear in the rendered Markdown
82
90
83
91
## Commit message and pull request title format standards
84
92
@@ -98,4 +106,4 @@ Please specify a release date (and environment, if applicable) to guarantee time
98
106
99
107
**Example:** `feat: [M3-1234] - Allow user to view their login history`
Copy file name to clipboardExpand all lines: packages/api-v4/CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## [2025-08-12] - v0.146.0
2
+
3
+
4
+
### Added:
5
+
6
+
- ACLP: `string` type for `capabilityServiceTypeMapping` constant ([#12573](https://github.com/linode/manager/pull/12573))
7
+
8
+
### Changed:
9
+
10
+
- Update `LinodeIPsResponseIPV6` to include `vpc` array ([#12600](https://github.com/linode/manager/pull/12600))
11
+
12
+
### Removed:
13
+
14
+
- Unnecessary in-progress event.status type during earlier development ([#12512](https://github.com/linode/manager/pull/12512))
15
+
-`getNodePoolBeta` in favor of `getNodePool` ([#12596](https://github.com/linode/manager/pull/12596))
16
+
-`createNodePoolBeta` in favor of `createNodePool` ([#12596](https://github.com/linode/manager/pull/12596))
17
+
-`updateNodePoolBeta` in favor of `updateNodePool` ([#12596](https://github.com/linode/manager/pull/12596))
18
+
-`CreateNodePoolDataBeta` in favor of `CreateNodePoolData` ([#12596](https://github.com/linode/manager/pull/12596))
19
+
-`UpdateNodePoolDataBeta` in favor of `UpdateNodePoolData` ([#12596](https://github.com/linode/manager/pull/12596))
20
+
21
+
### Upcoming Features:
22
+
23
+
- Add optional vpc_id and subnet_id fields to CreateKubeClusterPayload for LKE-E ([#12551](https://github.com/linode/manager/pull/12551))
24
+
- Add validation to Create Stream POST request ([#12557](https://github.com/linode/manager/pull/12557))
25
+
- Add GET API endpoints for Destinations ([#12559](https://github.com/linode/manager/pull/12559))
26
+
- Remove the docs and costs from streams and destinations landing pages and stream create form ([#12572](https://github.com/linode/manager/pull/12572))
27
+
- Add type and update cluster payload and interface to support optional stack_type field for LKE-E ([#12594](https://github.com/linode/manager/pull/12594))
0 commit comments