Skip to content

Commit

Permalink
release update v0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-ochoa committed Aug 20, 2024
1 parent 13b94ea commit a24b3e2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: daytonaio/daytona-docker-extension:0.24.0
tags: daytonaio/daytona-docker-extension:0.25.1
build-args: |
"DAYTONA_SERVER_VERSION=v0.24.0"
"DAYTONA_SERVER_VERSION=v0.25.1"
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"makefile.configureOnOpen": false
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## v0.25.1

- Release update.

## v0.24.0

- Release update.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
all: clean extension install

ORG=daytonaio
VERSION=0.24
MINOR=0
VERSION=0.25
MINOR=1
IMAGE_NAME=$(ORG)/daytona-docker-extension
DAYTONA_SERVER_VERSION=$(VERSION).${MINOR}
TAGGED_IMAGE_NAME=$(IMAGE_NAME):$(DAYTONA_SERVER_VERSION)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ sudo chown -R "$(id -u):$(id -g)" /Users/Shared/daytona
Until this extension is ready at Docker Extension Hub you can install just by executing:

```bash
$ docker extension install daytonaio/daytona-docker-extension:0.24.0
Image not available locally, pulling daytonaio/daytona-docker-extension:0.24.0...
Extracting metadata and files for the extension "daytonaio/daytona-docker-extension:0.24.0"
$ docker extension install daytonaio/daytona-docker-extension:0.25.1
Image not available locally, pulling daytonaio/daytona-docker-extension:0.25.1...
Extracting metadata and files for the extension "daytonaio/daytona-docker-extension:0.25.1"
Installing service in Desktop VM...
Setting additional compose attributes
Installing Desktop extension UI for tab "Daytona"...
Expand Down Expand Up @@ -79,7 +79,7 @@ Just ignore it, first line says Daytona Server is up and running, but *daytona w
To uninstall the extension just execute:

```bash
$ docker extension uninstall daytonaio/daytona-docker-extension:0.24.0
$ docker extension uninstall daytonaio/daytona-docker-extension:0.25.1
Extension "Daytona client tool" uninstalled successfully
sudo rm -rf /Users/Shared/daytona
```
Expand Down

0 comments on commit a24b3e2

Please sign in to comment.