Skip to content

Commit

Permalink
PGAdmin release update 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-ochoa committed Jul 29, 2024
1 parent 21f4bab commit c8e1dff
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: mochoa/pgadmin4-docker-extension:8.9.0
tags: mochoa/pgadmin4-docker-extension:8.10.0
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.

## v8.10.0

- Upgrade to latest [PGAdmin4](https://www.pgadmin.org/docs/pgadmin4/8.10/release_notes_8_10.html) version

## v8.9.0

- Upgrade to latest [PGAdmin4](https://www.pgadmin.org/docs/pgadmin4/8.9/release_notes_8_9.html) version
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: clean extension install

ORG=mochoa
VERSION=8.9
VERSION=8.10
MINOR=0
IMAGE_NAME=$(ORG)/pgadmin4-docker-extension
TAGGED_IMAGE_NAME=$(IMAGE_NAME):$(VERSION).${MINOR}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Since Docker Desktop [v4.11.0](https://docs.docker.com/desktop/release-notes/#do
If you are using Docker Desktop [v4.10.1](https://docs.docker.com/desktop/release-notes/#docker-desktop-4101) or less you can install just by executing:

```bash
$ docker extension install mochoa/pgadmin4-docker-extension:8.9.0
$ docker extension install mochoa/pgadmin4-docker-extension:8.10.0
Extensions can install binaries, invoke commands and access files on your machine.
Are you sure you want to continue? [y/N] y
Image not available locally, pulling mochoa/pgadmin4-docker-extension:8.9.0...
Installing new extension "mochoa/pgadmin4-docker-extension:8.9.0"
Image not available locally, pulling mochoa/pgadmin4-docker-extension:8.10.0...
Installing new extension "mochoa/pgadmin4-docker-extension:8.10.0"
Installing service in Desktop VM...
Setting additional compose attributes
VM service started
Expand Down Expand Up @@ -62,7 +62,7 @@ by choosing Save Password, the above password is stored at PGAdmin4 internal sto
To uninstall the extension just execute:

```bash
$ docker extension uninstall mochoa/pgadmin4-docker-extension:8.9.0
$ docker extension uninstall mochoa/pgadmin4-docker-extension:8.10.0
Extension "PGAdmin4" uninstalled successfully
```

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
pgadmin4-docker-extension:
image: ${DESKTOP_PLUGIN_IMAGE}
pgadmin:
image: dpage/pgadmin4:8.9
image: dpage/pgadmin4:8.10
container_name: pgadmin4_embedded_dd_vm
restart: unless-stopped
volumes:
Expand Down

0 comments on commit c8e1dff

Please sign in to comment.