Skip to content

Releases: theohbrothers/docker-code-server

20231031.0.0

31 Oct 20:52
2eff042
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

20231023.0.0

23 Oct 08:50
0abb098
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Constraint docker to 20.10.24 in versions.json @leojonathanoh (#114)
  • Enhancement: Bump docker 20.10 variants to 20.10.24 @theohbrothers2 (#115)
  • Enhancement: Add docker to versions.json @leojonathanoh (#111)

20231021.0.0

21 Oct 01:42
cf5cb18
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Constraint versions in versions.json @leojonathanoh (#109)
  • Enhancement: Add code-server 4.18.0 variants @theohbrothers2 (#112)

🐛 Bug Fixes

20231011.0.0

11 Oct 01:43
235f02a
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Bump go 1.20 variants to 1.20.10 @theohbrothers2 (#108)

20231006.0.0

06 Oct 16:09
cc3341f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Bump go 1.20 variants to 1.20.9 @theohbrothers2 (#106)

20230930.0.0

30 Sep 11:25
8df0cff
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Add code-server 4.17.1 variants @theohbrothers2 (#105)

20230927.0.0

27 Sep 09:30
aee64e0
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

  • Chore (ci): Remove unneeded ['_metadata']['base_tag'] from variant objects @leojonathanoh (#102)

20230926.0.0

26 Sep 07:46
3ae7d99
Compare
Choose a tag to compare

Changes

🚀 Features

🖊️ Refactors

  • Refactor (ci): Build incremental variants using local docker cache instead of registry cache @leojonathanoh (#99)

20230922.0.0

22 Sep 01:16
4fa53b5
Compare
Choose a tag to compare

Changes

🖊️ Refactors

20230921.0.0

21 Sep 09:56
2c8b637
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • Fix: Preserve array when using ConvertFrom-Json in VARIANTS.ps1 @leojonathanoh (#91)

🖊️ Refactors

  • Refactor: Use tags instead of releases in Update-Versions.ps1 to speed up script by avoiding pagination @leojonathanoh (#90)
  • Refactor: Pipe to ConvertFrom-Json in VARIANTS.ps1 @leojonathanoh (#92)
  • Refactor: Move versions from VARIANTS.ps1 to versions.json @leojonathanoh (#86)
  • Refactor: Do not specify ConvertFrom-Json -Depth in VARIANTS.ps1 @leojonathanoh (#87)

🧰 Maintenance