Skip to content

Latest commit

 

History

History
120 lines (73 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

120 lines (73 loc) · 4.61 KB

Changelog

A curated, chronologically ordered list of notable changes in Gitpod's default workspace images.

2023-10-19

  • Node 20 replaces Node 18 as the current LTS
  • Introduce Node 21.0.0 in workspace-node
  • Introduce workspace-node-18 for those, who aren't ready to upgrade just yet

2023-10-12

  • Reintroduce gitpod/workspace-python-3.10, gitpod/workspace-python-3.9 and gitpod/workspace-python-3.8

2023-10-09

  • Bump Rust to 1.73.0
  • Upgrade Clang to 17.0.2

2023-10-06

  • Deprecate gitpod/workspace-python-3.10
  • Introduce gitpod/workspace-python-3.12
  • Bump default Python version in workspace:full to 3.12.0

2023-10-02

  • For workspace-node, deprecate Node 19 in favor of Node 20

2023-09-18

  • Bump Rust to 1.72.0

2023-09-15

  • Bump the default Go version in all images to 1.21
  • Bump Go 1.21 to 1.21.1

2023-07-11

  • Bump Go 1.20 to 1.20.6 and Go 1.19 1.19.11

2022-02-01

  • Release workspace-full latest tag built using dazzle v2
  • Upgrade to dazzle v2 & use GitHub Actions for build

2021-08-01

  • Bump Go version to 1.16.6
  • Bump rust to 1.54.0
  • Bump node.js to v14.17.4
  • Bump docker-compose to 1.29.2
  • Add golangci-lint
  • Add ripgrep
  • Add cargo-workspaces to cargo utils
  • Add git-lfs

2021-06-04

  • Bump Go version to 1.16.5
  • Bump nvm.sh to v0.38.0
  • Introduce pre-commit checks
  • Run shellcheck in shell scripts

2020-06-03

2020-06-02

2020-05-12

  • Downgrade Ruby 2.7.12.6.6 (because Solargraph doesn't support latest Bundler 2.1.4 yet) e9281a20

2020-05-08

2020-05-02

  • Fix Ubuntu 20.04 based gitpod/workspace-dotnet and gitpod/workspace-dotnet-vnc images by installing .NET Core SDK 3.1 binaries gitpod-io/workspace-images#218

2020-04-29

2020-04-21

2020-04-17

2020-04-15

  • Upgrade from Ubuntu 19.04 → Ubuntu 20.04 LTS, because 19.04 reached end-of-life and all its apt packages got deleted gitpod-io/gitpod#1398
  • Upgrade Java 11.0.5.fx-zulu11.0.6.fx-zulu

2020-04-06

2020-03-30

  • Upgrade Node.js from v10v12 LTS (to pin a specific version, see this workaround)

Inspired by keepachangelog.com.