From bcdf2fabb07ca265f2c4c6ce31743a977fb27a24 Mon Sep 17 00:00:00 2001 From: Joel Andrews Date: Wed, 17 Jul 2024 13:35:55 -0700 Subject: [PATCH] Preparation for 1.6.2 release Updates `package.json`, the README and the CHANGELOG in preparation for the release of v1.6.2 --- CHANGELOG.md | 3 +++ README.md | 30 +++++++++++++++--------------- package.json | 2 +- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a1fcf..5135e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). All notable changes will be documented in this file. +## [1.6.2](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v1.6.1...v1.6.2) +- Various upgrades to dependency package versions + ## [1.6.1](https://github.com/OldSneerJaw/borealis-pg-cli/compare/v1.6.0...v1.6.1) - Client-side mitigation for SSH Terrapin vulnerability (CVE-2023-48795) diff --git a/README.md b/README.md index d9d3939..3b41006 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ DESCRIPTION shows information about a Borealis Isolated Postgres add-on database ``` -_See code: [src/commands/borealis-pg/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/index.ts)_ +_See code: [src/commands/borealis-pg/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/index.ts)_ ## `heroku borealis-pg:extensions` @@ -72,7 +72,7 @@ DESCRIPTION lists installed Postgres extensions for a Borealis Isolated Postgres add-on ``` -_See code: [src/commands/borealis-pg/extensions/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/extensions/index.ts)_ +_See code: [src/commands/borealis-pg/extensions/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/extensions/index.ts)_ ## `heroku borealis-pg:extensions:install PG_EXTENSION` @@ -112,7 +112,7 @@ EXAMPLES $ heroku borealis-pg:extensions:install --suppress-conflict --addon borealis-pg-hex-12345 pg_trgm ``` -_See code: [src/commands/borealis-pg/extensions/install.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/extensions/install.ts)_ +_See code: [src/commands/borealis-pg/extensions/install.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/extensions/install.ts)_ ## `heroku borealis-pg:extensions:remove PG_EXTENSION` @@ -142,7 +142,7 @@ EXAMPLES $ heroku borealis-pg:extensions:remove --confirm uuid-ossp --addon borealis-pg-hex-12345 uuid-ossp ``` -_See code: [src/commands/borealis-pg/extensions/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/extensions/remove.ts)_ +_See code: [src/commands/borealis-pg/extensions/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/extensions/remove.ts)_ ## `heroku borealis-pg:info` @@ -160,7 +160,7 @@ DESCRIPTION shows information about a Borealis Isolated Postgres add-on database ``` -_See code: [src/commands/borealis-pg/info.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/info.ts)_ +_See code: [src/commands/borealis-pg/info.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/info.ts)_ ## `heroku borealis-pg:integrations` @@ -181,7 +181,7 @@ DESCRIPTION via a secure tunnel using semi-permanent SSH server and database credentials. ``` -_See code: [src/commands/borealis-pg/integrations/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/integrations/index.ts)_ +_See code: [src/commands/borealis-pg/integrations/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/integrations/index.ts)_ ## `heroku borealis-pg:integrations:register SSH_PUBLIC_KEY` @@ -230,7 +230,7 @@ EXAMPLES $ heroku borealis-pg:integrations:register --write-access --app sushi --name my_integration2 ssh-rsa SSHPUBLICKEY2=== ``` -_See code: [src/commands/borealis-pg/integrations/register.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/integrations/register.ts)_ +_See code: [src/commands/borealis-pg/integrations/register.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/integrations/register.ts)_ ## `heroku borealis-pg:integrations:remove` @@ -258,7 +258,7 @@ EXAMPLES $ heroku borealis-pg:integrations:remove --confirm my_integration2 --app sushi --name my_integration2 ``` -_See code: [src/commands/borealis-pg/integrations/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/integrations/remove.ts)_ +_See code: [src/commands/borealis-pg/integrations/remove.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/integrations/remove.ts)_ ## `heroku borealis-pg:psql` @@ -308,7 +308,7 @@ EXAMPLES $ heroku borealis-pg:psql --addon borealis-pg-hex-12345 ``` -_See code: [src/commands/borealis-pg/psql.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/psql.ts)_ +_See code: [src/commands/borealis-pg/psql.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/psql.ts)_ ## `heroku borealis-pg:restore:capabilities` @@ -337,7 +337,7 @@ ALIASES $ heroku borealis-pg:restore:info ``` -_See code: [src/commands/borealis-pg/restore/capabilities.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/restore/capabilities.ts)_ +_See code: [src/commands/borealis-pg/restore/capabilities.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/restore/capabilities.ts)_ ## `heroku borealis-pg:restore:execute` @@ -378,7 +378,7 @@ EXAMPLES $ heroku borealis-pg:restore:execute --app sushi --destination-app my-other-app --new-plan x2-s100-p2-r8 ``` -_See code: [src/commands/borealis-pg/restore/execute.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/restore/execute.ts)_ +_See code: [src/commands/borealis-pg/restore/execute.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/restore/execute.ts)_ ## `heroku borealis-pg:run` @@ -452,7 +452,7 @@ EXAMPLES $ heroku borealis-pg:run --addon borealis-pg-hex-12345 --shell-cmd './manage.py migrate' --write-access ``` -_See code: [src/commands/borealis-pg/run.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/run.ts)_ +_See code: [src/commands/borealis-pg/run.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/run.ts)_ ## `heroku borealis-pg:tunnel` @@ -498,7 +498,7 @@ EXAMPLES $ heroku borealis-pg:tunnel --addon borealis-pg-hex-12345 --write-access ``` -_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/tunnel.ts)_ +_See code: [src/commands/borealis-pg/tunnel.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/tunnel.ts)_ ## `heroku borealis-pg:users` @@ -526,7 +526,7 @@ DESCRIPTION borealis-pg:users:reset command). ``` -_See code: [src/commands/borealis-pg/users/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/users/index.ts)_ +_See code: [src/commands/borealis-pg/users/index.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/users/index.ts)_ ## `heroku borealis-pg:users:reset` @@ -565,5 +565,5 @@ DESCRIPTION borealis-pg:integrations:revoke command. ``` -_See code: [src/commands/borealis-pg/users/reset.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.1/src/commands/borealis-pg/users/reset.ts)_ +_See code: [src/commands/borealis-pg/users/reset.ts](https://github.com/OldSneerJaw/borealis-pg-cli/blob/v1.6.2/src/commands/borealis-pg/users/reset.ts)_ diff --git a/package.json b/package.json index 76bed94..17e2c41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "borealis-pg-cli", "description": "CLI for advanced interactions with Borealis Isolated Postgres add-ons", - "version": "1.6.1", + "version": "1.6.2", "author": "Boreal Information Systems Inc.", "bugs": "https://github.com/OldSneerJaw/borealis-pg-cli/issues", "dependencies": {