Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

81 lines (51 loc) · 3.8 KB

Changelog

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

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.