Skip to content

Tags: coder/code-server

Tags

v4.96.2

Toggle v4.96.2's commit message

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

Toggle v4.96.1's commit message

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

Toggle v4.95.3's commit message

Verified

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

v4.95.2

Toggle v4.95.2's commit message

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.95.1

Toggle v4.95.1's commit message

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

v4.95.1-rc.2

Toggle v4.95.1-rc.2's commit message

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

v4.95.1-rc.1

Toggle v4.95.1-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Revert accidental newline removal in patch

It makes the patch needlessly noisy.  I am not sure how the line got
deleted in the first place.

v4.94.2-rc.1

Toggle v4.94.2-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix user rename when restarting container (#7012)

v4.93.1

Toggle v4.93.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Revert "chore: bump softprops/action-gh-release from 1 to 2 (#6740)"

This reverts commit 1abb2ee.

Trying to see if this fixes the release making separate drafts instead
of a single draft.

v4.93.1-rc.1

Toggle v4.93.1-rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Revert "chore: bump softprops/action-gh-release from 1 to 2 (#6740)"

This reverts commit 1abb2ee.

Trying to see if this fixes the release making separate drafts instead
of a single draft.