Skip to content

Commit 2b721ab

Browse files
committed
Release 6.5.0-alpha.9
Signed-off-by: Sebastian Malton <sebastian@malton.name>
1 parent d989ee1 commit 2b721ab

85 files changed

Lines changed: 10383 additions & 8620 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 9245 additions & 8473 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.0.0-alpha.4 (2023-05-04)
7+
8+
9+
10+
# 6.5.0-alpha.5 (2023-04-12)
11+
12+
13+
14+
# 6.5.0-alpha.4 (2023-04-12)
15+
16+
**Note:** Version bump only for package @k8slens/keyboard-shortcuts

packages/business-features/keyboard-shortcuts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@k8slens/keyboard-shortcuts",
33
"private": false,
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"description": "Keyboard shortcuts for Lens",
66
"type": "commonjs",
77
"files": [
@@ -42,8 +42,8 @@
4242
},
4343
"devDependencies": {
4444
"@async-fn/jest": "^1.6.4",
45-
"@k8slens/eslint-config": "^6.5.0-alpha.2",
46-
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.3",
47-
"@k8slens/webpack": "^6.5.0-alpha.4"
45+
"@k8slens/eslint-config": "^6.5.0-alpha.3",
46+
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
47+
"@k8slens/webpack": "^6.5.0-alpha.5"
4848
}
4949
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 6.5.0-alpha.4 (2023-05-04)
7+
8+
9+
### Features
10+
11+
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
12+
13+
14+
15+
# 6.5.0-alpha.4 (2023-04-12)

packages/cluster-settings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@k8slens/cluster-settings",
3-
"version": "6.5.0-alpha.3",
3+
"version": "6.5.0-alpha.4",
44
"description": "Injection token exporter for cluster settings configuration",
55
"license": "MIT",
66
"type": "commonjs",
@@ -19,7 +19,7 @@
1919
"build": "lens-webpack-build"
2020
},
2121
"devDependencies": {
22-
"@k8slens/webpack": "^6.5.0-alpha.4",
22+
"@k8slens/webpack": "^6.5.0-alpha.5",
2323
"rimraf": "^4.4.1"
2424
},
2525
"peerDependencies": {

packages/core/CHANGELOG.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 6.5.0-alpha.9 (2023-05-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Add checks to KubeObject constructor to ensure shape ([bf6af58](https://github.com/lensapp/lens/commit/bf6af58d80552a16be7a547f772902b138a12fbd))
12+
* add routingFeature to getDiForUnitTesting ([b33a8b4](https://github.com/lensapp/lens/commit/b33a8b49607935450f70b1d5535431ba416fc22e))
13+
* change class name behaviour to limit snapshot diffs ([bfb2b8e](https://github.com/lensapp/lens/commit/bfb2b8e6591891b529d5cf0f8757ff8b7080e004))
14+
* **core:** hide update button if downloading of an update fails ([f697742](https://github.com/lensapp/lens/commit/f6977428daa3f61482e7066689ebf7092b0fb2b1))
15+
* Fix selfLink being missing from requestKubeResource ([b90e04e](https://github.com/lensapp/lens/commit/b90e04e02dfd18896d5f08f1bc36f90179635797))
16+
* lint:fix ([76c11aa](https://github.com/lensapp/lens/commit/76c11aa697e3ada81c876fe8a3ac6e33b4ce8cb9))
17+
* observableHistoryInjectionToken and 1 revert for GlobalOverride ([8c0220c](https://github.com/lensapp/lens/commit/8c0220c353c9047a2a4df570b598c31868b5f7e2))
18+
* Only show Update Channel preferences when applicable ([43cedae](https://github.com/lensapp/lens/commit/43cedae7b05eaa7f932f2718939f7b856a1b86c5))
19+
* Remove incorrect timeout on standard info notifications ([bcf95a6](https://github.com/lensapp/lens/commit/bcf95a65f1d2be91fa613f0da9d0ae978faaef75))
20+
* removed as-legacy-globals-for-extension-api ([f1f2634](https://github.com/lensapp/lens/commit/f1f26344900b99c70b2bed2f453ed27574d7b417))
21+
* removed dependencies: [reactApplicationFeature], ([0dae159](https://github.com/lensapp/lens/commit/0dae1594baabbd06e798f9a1b4c132cee998bb65))
22+
23+
24+
### Features
25+
26+
* Add deleting subNamespaces to contextMenu ([89cf491](https://github.com/lensapp/lens/commit/89cf491bc0aa80ee398f8b5dc39ec7c69d00c7bb))
27+
* Add removing subNamespaces to Namespace route ([aa95002](https://github.com/lensapp/lens/commit/aa950026a3162abf6322afb4b5c5bf56f9f7e10f))
28+
* Adjust container status colors to be distinguable with red/green filter ([#7621](https://github.com/lensapp/lens/issues/7621)) ([3532fc1](https://github.com/lensapp/lens/commit/3532fc1dab918190fa76199a9d7b04d6efe40c47))
29+
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
30+
* Improve formatting error messages from apiKube ([3439472](https://github.com/lensapp/lens/commit/3439472065e6b850e286f6a34bccc23b827b8e28))
31+
* Introduce API for changing the status bar colour ([06a0dce](https://github.com/lensapp/lens/commit/06a0dce612b67084f8f36ba552ea23f8ac071201))
32+
* Introduce injectables to remove subNamespaces ([c557225](https://github.com/lensapp/lens/commit/c5572257bd6a32a2f05fc78f54ece428f54389fe))
33+
* Never auto-close error notifications ([561d8db](https://github.com/lensapp/lens/commit/561d8dbc09581ff21aa79e85f3903c45e99ac33b))
34+
35+
36+
37+
# 6.5.0-alpha.6 (2023-04-12)
38+
39+
40+
41+
# 6.5.0-alpha.5 (2023-04-12)
42+
43+
44+
45+
# 6.5.0-alpha.4 (2023-04-12)
46+
47+
48+
### Bug Fixes
49+
50+
* Fix tests by recreating non-specific injection token ([c0ebe60](https://github.com/lensapp/lens/commit/c0ebe605c4d36c0d98454e25565818f75ffb1b69))
51+
* Referencing apiManager should not throw ([#7468](https://github.com/lensapp/lens/issues/7468)) ([351f9d4](https://github.com/lensapp/lens/commit/351f9d492f6e52e9e97d17d71e2bbdbbde4ea2db))
52+
* remove platform specific injectable file names ([9b0318b](https://github.com/lensapp/lens/commit/9b0318b493fe2e49a34b8a4cb3d0bef1600759b8))
53+
54+
55+
### Features
56+
57+
* Allow built versions to specify an environment ([#7495](https://github.com/lensapp/lens/issues/7495)) ([128b05d](https://github.com/lensapp/lens/commit/128b05d4d46344a511398f654865c133c6e36514))
58+
59+
60+
### Reverts
61+
62+
* Revert "Renderer file logging through IPC" (#7393) ([5409324](https://github.com/lensapp/lens/commit/54093242367717292312df01905d052b66017953)), closes [#7393](https://github.com/lensapp/lens/issues/7393)
63+
64+
65+
66+
# 6.5.0-alpha.3 (2023-03-15)
67+
68+
69+
70+
# 6.5.0-alpha.2 (2023-03-14)
71+
72+
73+
74+
# 6.5.0-alpha.1 (2023-03-14)
75+
76+
77+
### Reverts
78+
79+
* Revert "Renderer file logging transport (#6795)" (#7245) ([ec81af4](https://github.com/lensapp/lens/commit/ec81af4e6c5f8d0c25469a56dfa602894f85734b)), closes [#6795](https://github.com/lensapp/lens/issues/6795) [#7245](https://github.com/lensapp/lens/issues/7245) [#544](https://github.com/lensapp/lens/issues/544)
80+
81+
82+
83+
# 6.4.0-beta.13 (2023-02-03)
84+
85+
86+
87+
# 6.4.0-beta.12 (2023-02-01)
88+
89+
90+
91+
# 6.4.0-beta.11 (2023-02-01)
92+
93+
94+
95+
# 6.4.0-beta.10 (2023-01-27)
96+
97+
98+
99+
# 6.4.0-beta.9 (2023-01-27)
100+
101+
102+
103+
# 6.4.0-beta.8 (2023-01-27)
104+
105+
106+
107+
# 6.4.0-beta.7 (2023-01-27)
108+
109+
110+
111+
# 6.4.0-beta.6 (2023-01-26)
112+
113+
114+
115+
# 6.4.0-beta.5 (2023-01-26)
116+
117+
118+
119+
# 6.4.0-beta.4 (2023-01-26)
120+
121+
122+
123+
# 6.4.0-beta.3 (2023-01-26)

packages/core/package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "",
44
"description": "Lens Desktop Core",
55
"homepage": "https://github.com/lensapp/lens",
6-
"version": "6.5.0-alpha.8",
6+
"version": "6.5.0-alpha.9",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/lensapp/lens.git"
@@ -112,11 +112,11 @@
112112
"@astronautlabs/jsonpath": "^1.1.0",
113113
"@hapi/call": "^9.0.1",
114114
"@hapi/subtext": "^7.1.0",
115-
"@k8slens/list-layout": "^1.0.0-alpha.1",
116-
"@k8slens/metrics": "^6.5.0-alpha.4",
115+
"@k8slens/list-layout": "^1.0.0-alpha.2",
116+
"@k8slens/metrics": "^6.5.0-alpha.5",
117117
"@k8slens/node-fetch": "^6.5.0-alpha.3",
118-
"@k8slens/react-application": "^1.0.0-alpha.2",
119-
"@k8slens/resource-templates": "^1.0.0-alpha.0",
118+
"@k8slens/react-application": "^1.0.0-alpha.3",
119+
"@k8slens/resource-templates": "^1.0.0-alpha.1",
120120
"@kubernetes/client-node": "^0.18.1",
121121
"@material-ui/styles": "^4.11.5",
122122
"@sentry/electron": "^3.0.8",
@@ -152,7 +152,7 @@
152152
"moment": "^2.29.4",
153153
"moment-timezone": "^0.5.40",
154154
"node-pty": "0.10.1",
155-
"npm": "^8.19.3",
155+
"npm": "^9.6.5",
156156
"p-limit": "^3.1.0",
157157
"path-to-regexp": "^6.2.0",
158158
"proper-lockfile": "^4.1.2",
@@ -180,8 +180,8 @@
180180
},
181181
"devDependencies": {
182182
"@async-fn/jest": "1.6.4",
183-
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.3",
184-
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.3",
183+
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.4",
184+
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.4",
185185
"@material-ui/core": "^4.12.3",
186186
"@material-ui/icons": "^4.11.2",
187187
"@material-ui/lab": "^4.0.0-alpha.60",
@@ -316,16 +316,13 @@
316316
"@k8slens/application": "^6.5.0-alpha.0",
317317
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
318318
"@k8slens/button": "^1.0.0-alpha.5",
319-
"@k8slens/error-boundary": "^1.0.0-alpha.5",
320-
"@k8slens/resizing-anchor": "^1.0.0-alpha.5",
321-
"@k8slens/routing": "^1.0.0-alpha.5",
322-
"@k8slens/logger": "^1.0.0-alpha.5",
323319
"@k8slens/cluster-settings": "^6.5.0-alpha.1",
324320
"@k8slens/error-boundary": "^1.0.0-alpha.5",
325321
"@k8slens/event-emitter": "^1.0.0-alpha.1",
326322
"@k8slens/kubectl-versions": "^1.0.0-alpha.0",
327323
"@k8slens/legacy-extensions": "^1.0.0-alpha.0",
328324
"@k8slens/legacy-global-di": "^1.0.0-alpha.0",
325+
"@k8slens/logger": "^1.0.0-alpha.5",
329326
"@k8slens/messaging": "^1.0.0-alpha.1",
330327
"@k8slens/messaging-for-main": "^1.0.0-alpha.1",
331328
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.1",
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 6.5.0-alpha.5 (2023-05-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix generating tray icons and downloading binaries on windows ([289d62c](https://github.com/lensapp/lens/commit/289d62caaadcf4899719c6a8b8c2ee4b7e725e9c))
12+
13+
14+
### Features
15+
16+
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
17+
18+
19+
20+
# 6.5.0-alpha.4 (2023-04-12)
21+
22+
23+
24+
# 6.5.0-alpha.1 (2023-03-14)
25+
26+
27+
28+
# 6.4.0-beta.13 (2023-02-03)
29+
30+
31+
32+
# 6.4.0-beta.12 (2023-02-01)
33+
34+
35+
36+
# 6.4.0-beta.11 (2023-02-01)
37+
38+
39+
40+
# 6.4.0-beta.10 (2023-01-27)
41+
42+
43+
44+
# 6.4.0-beta.9 (2023-01-27)

packages/ensure-binaries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@k8slens/ensure-binaries",
3-
"version": "6.5.0-alpha.4",
3+
"version": "6.5.0-alpha.5",
44
"description": "CLI for downloading configured versions of the bundled versions of CLIs",
55
"main": "dist/index.js",
66
"license": "MIT",
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 6.5.0-alpha.9 (2023-05-04)
7+
8+
9+
### Features
10+
11+
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
12+
13+
14+
15+
# 6.5.0-alpha.6 (2023-04-12)
16+
17+
18+
19+
# 6.5.0-alpha.5 (2023-04-12)
20+
21+
22+
23+
# 6.5.0-alpha.4 (2023-04-12)
24+
25+
26+
27+
# 6.5.0-alpha.3 (2023-03-15)
28+
29+
30+
31+
# 6.5.0-alpha.2 (2023-03-14)
32+
33+
34+
35+
# 6.5.0-alpha.1 (2023-03-14)
36+
37+
38+
39+
# 6.4.0-beta.13 (2023-02-03)
40+
41+
42+
43+
# 6.4.0-beta.12 (2023-02-01)
44+
45+
46+
47+
# 6.4.0-beta.11 (2023-02-01)
48+
49+
50+
51+
# 6.4.0-beta.10 (2023-01-27)
52+
53+
54+
55+
# 6.4.0-beta.9 (2023-01-27)
56+
57+
58+
59+
# 6.4.0-beta.8 (2023-01-27)
60+
61+
62+
63+
# 6.4.0-beta.7 (2023-01-27)
64+
65+
66+
67+
# 6.4.0-beta.6 (2023-01-26)
68+
69+
70+
71+
# 6.4.0-beta.5 (2023-01-26)
72+
73+
74+
75+
# 6.4.0-beta.4 (2023-01-26)
76+
77+
78+
79+
# 6.4.0-beta.3 (2023-01-26)

0 commit comments

Comments
 (0)