Skip to content

Tags: coder/code-server

Tags

v4.98.0

Verified

This commit was signed with the committer’s verified signature.
Build with newer version of Python

We are getting an issue importing __future__ from annotations in one
case and "invalid syntax" in another with `if CC :=`.

There does not seem to be a reason to maintain a separate step for the
amd64 build since the glibc version is the same.

v4.98.0-rc.1

Verified

This commit was signed with the committer’s verified signature.
Build with newer version of Python

We are getting an issue importing __future__ from annotations in one
case and "invalid syntax" in another with `if CC :=`.

There does not seem to be a reason to maintain a separate step for the
amd64 build since the glibc version is the same.

v4.97.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Code to 1.97.2 (#7205)

v4.97.1-rc.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Code to 1.97.1 (#7202)

v4.96.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Code to 1.96.4 (#7170)

v4.96.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Code to 1.96.2 (#7133)

v4.96.1

Verified

This commit was signed with the committer’s verified signature.
Set GITHUB_TOKEN on macOS job

Trying to see if this will help with the 403s trying to download
ripgrep.

v4.95.3

Verified

This commit was signed with the committer’s verified signature.
Fix v4.59 changelog links

v4.95.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump aquasecurity/trivy-action from 0.24.0 to 0.28.0 (#7060)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.24.0 to 0.28.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@6e7b7d1...915b19b)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.95.1

Verified

This commit was signed with the committer’s verified signature.
Fix cli being ran twice

server-main.js runs itself outside a code-server context, which is
determined using the CODE_SERVER_PARENT_PID environment variable.  This
is set by the wrapper, but there is no wrapper when running the
cli (only for the server), so this resulting in the cli running
twice (one self-run on initial import, again when we run spawnCli).

This might fix #7042