Skip to content

Commit

Permalink
Deprecate Ruby 3.0 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Apr 11, 2024
1 parent bc7ecb3 commit 416c94b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/promote-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
workspace-python-3.11: "2024.*"
workspace-python-3.12: "2024.*"
workspace-ruby-3: "2024.*"
workspace-ruby-3.0: "2024.*"
workspace-ruby-3.1: "2024.*"
workspace-ruby-3.2: "2024.*"
workspace-ruby-3.3: "2024.*"
Expand Down
1 change: 0 additions & 1 deletion .github/sync-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ sync:
- python-3.11
- python-3.12
- ruby-3
- ruby-3.0
- ruby-3.1
- ruby-3.2
- ruby-3.3
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

A curated, chronologically ordered list of notable changes in [Gitpod's default workspace images](https://hub.docker.com/u/gitpod).

## 2024-04-10

- Deprecate `gitpod/workspace-ruby-3.0`

## 2024-04-03

- Bump Bun to `1.1.0`
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Each contains a set of chunks: a common base and a language / tool. Every image
- [`gitpod/workspace-python-3.11`](https://hub.docker.com/r/gitpod/workspace-python-3.11)
- [`gitpod/workspace-python-3.12`](https://hub.docker.com/r/gitpod/workspace-python-3.12)
- [`gitpod/workspace-ruby-3`](https://hub.docker.com/r/gitpod/workspace-ruby-3)
- [`gitpod/workspace-ruby-3.0`](https://hub.docker.com/r/gitpod/workspace-ruby-3.0)
- [`gitpod/workspace-ruby-3.1`](https://hub.docker.com/r/gitpod/workspace-ruby-3.1)
- [`gitpod/workspace-ruby-3.2`](https://hub.docker.com/r/gitpod/workspace-ruby-3.2)
- [`gitpod/workspace-ruby-3.3`](https://hub.docker.com/r/gitpod/workspace-ruby-3.3)
Expand Down
3 changes: 0 additions & 3 deletions chunks/lang-ruby/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
variants:
- name: "3.0"
args:
RUBY_VERSION: 3.0.6
- name: "3.1"
args:
RUBY_VERSION: 3.1.4
Expand Down
5 changes: 0 additions & 5 deletions dazzle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ combiner:
- base
chunks:
- lang-python:3.8
- name: ruby-3.0
ref:
- base
chunks:
- lang-ruby:3.0
- name: ruby-3.1
ref:
- base
Expand Down

0 comments on commit 416c94b

Please sign in to comment.