Skip to content

Commit 77ce113

Browse files
committed
adding version tagging information to README
1 parent 5356c97 commit 77ce113

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ If you have a postgres container already running, all you need to do is link the
1919

2020
You'll get a prompt for password, once authenticated you'll be in a pgcli session. When you exit, the container will automatically be cleaned up.
2121

22+
### Version Notes
23+
24+
In order to guarantee stability, the version for pgcli is pinned in the Dockerfile. The maintainers (currently just @dencold) will work to keep this updated and make sure that things don't break between releases. Both the Docker image on the hub, as well as the git repository will be tagged with the version information and will match what we are pulling from pgcli.
25+
26+
Current version of the repository is **0.19.2**.
27+
2228
## TODOs
2329

2430
* See if we can reference the `POSTGRES_ENV_POSTGRES_PASSWORD` variable in as an argument to pgcli, this would allow for automatic connection to the instance. Looks like from usage there isn't a password option:

0 commit comments

Comments
 (0)