From ebbdb3727453616cab680500ca7f834b20ef5abd Mon Sep 17 00:00:00 2001 From: Robert Glonek Date: Mon, 30 Sep 2024 11:34:59 -0700 Subject: [PATCH 1/2] release date --- CHANGELOG/7.6.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/7.6.1.md b/CHANGELOG/7.6.1.md index 450dd13c..472f8803 100644 --- a/CHANGELOG/7.6.1.md +++ b/CHANGELOG/7.6.1.md @@ -1,6 +1,6 @@ # [v7.6.1](https://github.com/aerospike/aerolab/releases/tag/7.6.1) -_Release Date: Month Day, Year_ +_Release Date: September 30th, 2024_ **Release Notes:** * Improvement: AGI Monitor notify slack with action decisions. From ba1a7ba69e2ad6e69bf1cae1c01c241c3e3b1b1f Mon Sep 17 00:00:00 2001 From: Jim Doty Date: Wed, 2 Oct 2024 13:35:54 -0600 Subject: [PATCH 2/2] Fix typo in inventory list output --- src/cmdInventoryList.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmdInventoryList.go b/src/cmdInventoryList.go index 5e48f1e9..1c18520c 100644 --- a/src/cmdInventoryList.go +++ b/src/cmdInventoryList.go @@ -805,7 +805,7 @@ func (c *inventoryListCmd) run(showClusters bool, showClients bool, showTemplate fmt.Println(render()) if !c.NoNotes { if a.opts.Config.Backend.Type == "docker" { - fmt.Fprint(os.Stdout, "* if using Docker Desktop and forwaring ports by exposing them (-e ...), use IP 127.0.0.1 for the Access URL\n") + fmt.Fprint(os.Stdout, "* if using Docker Desktop and forwarding ports by exposing them (-e ...), use IP 127.0.0.1 for the Access URL\n") } else { fmt.Fprint(os.Stdout, "* instance Running Cost displays only the cost of owning the instance in a running state for the duration it was running so far. It does not account for taxes, disk, network or transfer costs.\n") }