673 Commits

Author SHA1 Message Date
fe7db4900a Update values.yaml to better support dind (#7431) 2025-07-22 09:17:44 -08:00
84728f0b21 Release v4.102.1 2025-07-17 13:25:16 -08:00
f26309a23c Release v4.102.0 2025-07-16 18:56:42 -08:00
8b3d9b9e0a Use native node -p to get exec path (#7420) 2025-07-15 12:08:37 -08:00
cdac5bff64 Update Code to 1.102.0 (#7418)
* Update Code to 1.102.0
* Increase maximum memory for building
2025-07-15 12:04:46 -08:00
70be9fe541 Add non-maskable PWA icons
It seems Chromium cannot use maskable icons.  It complains that the
"purpose" must contain "any", however maskable icons are not suitable
for the "any" purpose.

So, add pre-masked icons to be used for the "any" purpose.
2025-07-07 14:40:01 -08:00
729456b10d Release v4.101.2 2025-07-07 14:20:38 -08:00
1b1440ffd2 Update logo 2025-06-25 10:32:43 -08:00
3a8fbeb4da Release v4.101.0 and v4.101.1 2025-06-25 10:32:09 -08:00
405eb0f511 Update Code to 1.101.0 (#7376) 2025-06-16 13:03:47 -08:00
1671bf1c18 Release v4.100.3 2025-06-03 13:10:14 -08:00
cade03e321 Release v4.100.1 and v4.100.2 2025-05-19 10:34:54 -08:00
e05219d9c0 Release v4.100.0 2025-05-12 11:35:42 -08:00
3f2e3340d8 Release v4.99.4 2025-05-05 11:56:00 -08:00
dded82bb47 Release v4.99.3 2025-04-28 14:28:51 -08:00
e3c09efcbc Release v4.99.2 2025-04-11 11:42:17 -08:00
55b311a954 Release v4.99.1 2025-04-08 13:36:03 -08:00
400ac7b8d0 Release v4.99.0 2025-04-07 16:52:11 -08:00
2809245dda Remove long-unused internal plugin system
We are trying to update Express to fix a vulnerability.

We would have to update the plugins as well, but since we are no longer
using the plugin system, we can just delete it instead.
2025-03-06 15:28:07 -09:00
6f8493ebc6 Delete user 1000 in Docker before adding coder user (#7235)
- Resolve https://github.com/coder/code-server/issues/7232
2025-03-06 11:16:42 -09:00
ac65db2c88 fix replicas and existingSecret. bump to 3.25.3 (#7187) 2025-02-12 15:10:08 -09:00
7cc61ab1f4 Release v4.96.4 2025-01-20 15:33:32 -09:00
f4f02655a1 Release v4.96.2 2024-12-20 14:52:05 -09:00
339a448471 Release v4.96.1 2024-12-18 14:25:18 -09:00
4af06de4c3 Fix extraInitContainers conditional (#7085) 2024-11-22 22:38:56 +00:00
2c1981bfb9 Fix npm publish
Unlike yarn publish, there is no --non-interactive and you cannot
specify a directory, you have to move into it first.
2024-11-06 12:57:57 -09:00
dd2e9fce27 Fix user rename when restarting container (#7012) 2024-10-18 14:57:08 -08:00
fc6064dcd3 Update Code to 1.94.2 (#7026)
* Update Code to 1.94.2

* Convert from yarn to npm

This is to match VS Code.  We were already partially using npm for the
releases so this is some nice alignment.

* Update caniuse-lite

This was complaining on every unit test.

* Update eslint

I was having a bunch of dependency conflicts and eslint seemed to be the
culprit so I just removed it and set it up again, since it seems things
have changed quite a bit.

* Update test dependencies

I was getting oom when running the unit tests...updating seems to work.

* Remove package.json `scripts` property in release

The new pre-install script was being included, which is dev-only.

This was always the intent; did not realize jq's merge was recursive.

* Remove jest and devDependencies in release as well

* Update test extension dependencies

This appears to be conflicting with the root dependencies.

* Fix playwright exec

npm does not let you run binaries like yarn does, as far as I know.

* Fix import of server-main.js

* Fix several tests by waiting for selectors
2024-10-17 20:32:21 -08:00
6b4b3e0c89 v4.93.1 2024-10-04 15:31:14 -08:00
7f893234ab Update Helm version 2024-08-19 15:30:21 -08:00
31bc0c6b1a Fix dangling links in standalone release
The fix will now run both to the GitHub and npm release instead of only
for the npm releases.

Closes #5157.
2024-07-25 09:16:15 -08:00
a9eb923790 Remove unused audit-ci dependency
There is a `yarn ci` script which was using audit-ci but this does not
appear to be called anywhere.

The security worflow uses `yarn audit` and `npm audit` which seem fine
enough anyway.
2024-07-10 13:23:24 -08:00
d83ba4b46f Release v4.91.0 2024-07-09 23:23:16 -08:00
c7d88abf9f v4.90.3 2024-06-21 11:01:16 -08:00
ed069310a4 v4.90.2 2024-06-17 10:42:09 -08:00
6d9530aa6b Update Code to 1.90.0 (#6824)
Additionally:

- Update Node to 20.11.1
- Update documentation
- Disable extension signature verification

This works around an issue where the Open VSX is not returning the
expected zip.  Verification is skipped later anyway because
@vscode/vsce-sign is missing in the OSS version.
2024-06-06 15:02:13 -08:00
095c072a43 Add Ubuntu Noble image (#6812) 2024-05-24 20:02:32 +00:00
4ff509d8db Allow emptyDir type volume mounts (#6803) 2024-05-22 10:52:42 -08:00
3b6ad479a6 Release v4.89.1 and v4.89.0 2024-05-14 10:17:35 -08:00
323a1f3234 Only require unsafe-perm if you are root
Remove it from the docs, as the error message should be sufficient and
it seems weird to recommend unsafe-perm by default.
2024-04-16 10:48:46 -08:00
417c1f36cb Release 4.23.1 2024-04-15 16:37:01 -08:00
deebb21345 Release 4.23.0 2024-04-08 13:24:39 -08:00
66364429e3 Release 4.22.1 2024-03-14 12:16:35 -08:00
223ecf7c30 Release v4.22.0 2024-03-04 06:52:54 -09:00
d2dfeedb2f Release v4.21.2 2024-02-28 14:22:31 -09:00
c31d2a0e37 Release v4.21.1 2024-02-09 13:02:44 -09:00
45164bf749 Use rpm to install in Fedora image (#6670)
Dnf will pull caches if invoked for local file install and is also unnecessary
2024-02-09 12:56:57 -09:00
a2d35ad815 docker: add Fedora 39 and openSUSE Tumbleweed based images (#6669) 2024-02-08 12:31:50 -09:00
5b62943216 Release v4.21.0 2024-02-05 09:41:51 -09:00
d6ef385de2 Release v4.20.1 2024-01-22 08:34:02 -09:00