Skip to content

Commit 495daf7

Browse files
authored
chore(release): v4.8.0
1 parent 98a30d6 commit 495daf7

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.8.0](https://github.com/linode/apl-console/compare/v4.6.0...v4.8.0) (2025-08-04)
6+
7+
8+
### Features
9+
10+
* Network Policies Page ([#609](https://github.com/linode/apl-console/issues/609)) ([159e317](https://github.com/linode/apl-console/commit/159e3176319b36e079596624f37225fc70fe8367))
11+
* add Kubeflow Pipelines ([#579](https://github.com/linode/apl-console/issues/579)) ([3f012cf](https://github.com/linode/apl-console/commit/3f012cfd8a7ff0ae3ecbfe90da09a305a8484948))
12+
13+
14+
### Bug Fixes
15+
16+
* http proxy middleware ([#615](https://github.com/linode/apl-console/issues/615)) ([f1540c0](https://github.com/linode/apl-console/commit/f1540c07cc6f9098bf3e267a68821c1ea1eb17ee))
17+
* rerouted index ts to named files for readability ([#617](https://github.com/linode/apl-console/issues/617)) ([7cf5bc9](https://github.com/linode/apl-console/commit/7cf5bc9ca17b069f7eebbf2f19e055843df1946b))
18+
19+
20+
### Reverts
21+
22+
* http-proxy-middleware changes ([#619](https://github.com/linode/apl-console/issues/619)) ([bda41ce](https://github.com/linode/apl-console/commit/bda41ced2122215a8a4fc13819a88d6b379c59a0)), closes [#615](https://github.com/linode/apl-console/issues/615) [#616](https://github.com/linode/apl-console/issues/616)
23+
24+
25+
### Others
26+
27+
* **deps:** bump @mui/styles from 5.16.14 to 6.4.12 ([#590](https://github.com/linode/apl-console/issues/590)) ([593f0c9](https://github.com/linode/apl-console/commit/593f0c98d19217267ea6bc2e9250245c8d985a00))
28+
* **deps:** bump @types/lodash from 4.17.15 to 4.17.17 ([#588](https://github.com/linode/apl-console/issues/588)) ([5d11100](https://github.com/linode/apl-console/commit/5d11100ba9da78b167652e52bbe3e4bcd54daa02))
29+
* **deps:** bump axios from 1.7.9 to 1.10.0 ([#592](https://github.com/linode/apl-console/issues/592)) ([2fed476](https://github.com/linode/apl-console/commit/2fed4769eb0c4872fddc67ef57d6ed022e987947))
30+
* **deps:** bump http-proxy-middleware from 0.21.0 to 3.0.5 ([#591](https://github.com/linode/apl-console/issues/591)) ([bdfe7ab](https://github.com/linode/apl-console/commit/bdfe7aba117ba25e79d1fd614b92bae94f85a0ed))
31+
* **deps:** bump ncipollo/release-action ([#603](https://github.com/linode/apl-console/issues/603)) ([89b4301](https://github.com/linode/apl-console/commit/89b4301ab50367575e387508767658118a59fc8b))
32+
* **deps:** bump node from 20.19.2-alpine to 20.19.3-alpine ([#600](https://github.com/linode/apl-console/issues/600)) ([73551b4](https://github.com/linode/apl-console/commit/73551b49575b94bd1fb9439e1e0643799284c9e9))
33+
* **deps:** bump the docker-dependencies group with 2 updates ([#604](https://github.com/linode/apl-console/issues/604)) ([0163a8d](https://github.com/linode/apl-console/commit/0163a8d4fd4b9f6a901ee2de419047f18412d5a2))
34+
* upgrade http-proxy-middleware ([#616](https://github.com/linode/apl-console/issues/616)) ([cffe915](https://github.com/linode/apl-console/commit/cffe9151ee0731dc85c9d36e4ce2ee0e096eceb5))
35+
536
## [4.7.0](https://github.com/linode/apl-console/compare/v4.6.0...v4.7.0) (2025-07-31)
637

738

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@
154154
"tag": true
155155
}
156156
},
157-
"version": "4.7.0"
157+
"version": "4.8.0"
158158
}

0 commit comments

Comments
 (0)