Skip to content

Commit

Permalink
update to latest PGAdmin4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Ochoa committed Dec 2, 2022
1 parent 8960f6c commit 413537f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

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

## v6.10.0
## v6.17.0

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

## v6.16.0

- Upgrade to latest PGAdmin4 version

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: clean extension install

ORG=mochoa
PGADMIN_IMAGE_NAME=mochoa/pgadmin4
VERSION=6.16
VERSION=6.17
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:6.16.0
$ docker extension install mochoa/pgadmin4-docker-extension:6.17.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:6.16.0...
Installing new extension "mochoa/pgadmin4-docker-extension:6.16.0"
Image not available locally, pulling mochoa/pgadmin4-docker-extension:6.17.0...
Installing new extension "mochoa/pgadmin4-docker-extension:6.17.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:6.16.0
$ docker extension uninstall mochoa/pgadmin4-docker-extension:6.17.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:6.16
image: dpage/pgadmin4:6.17
restart: unless-stopped
volumes:
- pgadmin_data:/var/lib/pgadmin
Expand Down

0 comments on commit 413537f

Please sign in to comment.