Skip to content

Commit

Permalink
Merge pull request #395 from monostream/update/vscode
Browse files Browse the repository at this point in the history
Update dependencies for update/vscode
  • Loading branch information
mdnix authored Jul 3, 2024
2 parents fb03818 + 959ab32 commit 0820ad3
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/vscode/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN curl -fOL https://github.com/cdr/code-server/releases/download/v${CODE_SERVE
&& rm /usr/bin/code-server

# Docker CLI
ENV DOCKER_CLIENT_VERSION="27.0.1"
ENV DOCKER_CLIENT_VERSION="27.0.3"
RUN curl -fsSL -o - https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_CLIENT_VERSION}.tgz | tar -zxf - --strip=1 -C /usr/local/bin/ docker/docker

# Docker Buildx Plugin
Expand Down
25 changes: 25 additions & 0 deletions charts/vscode/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# 0.1.29

Published on 2 July 2024

- docker from 27.0.2 to 27.0.3

#

Published on 1 July 2024

- Docker CLI from v27.0.2 to v27.0.3

# 0.1.28

Published on 27 June 2024

- Docker CLI from v27.0.1 to v27.0.2
- docker from 27.0.1 to 27.0.2

# 0.1.27

Published on 26 June 2024

- docker from 26.1.4 to 27.0.1

#

Published on 25 June 2024
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
name: vscode
description: Visual Studio Code in your Browser - A comprehensive DevOps tool within your Kubernetes cluster.
version: 0.1.26
version: 0.1.29
appVersion: "4.90.3"
home: https://coder.com/
icon: https://raw.githubusercontent.com/monostream/test-charts/main/assets/vscode/vscode_icon_2.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ affinity: {}
docker:
repository: docker
pullPolicy: Always
tag: 26.1.4
tag: 27.0.3
2 changes: 1 addition & 1 deletion charts/vscode/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"provider": "github-tags",
"name": "Docker CLI",
"repo": "docker/cli",
"currentTag": "v27.0.1",
"currentTag": "v27.0.3",
"allowPrerelease": false,
"envVar": "DOCKER_CLIENT_VERSION"
},
Expand Down

0 comments on commit 0820ad3

Please sign in to comment.