From c1775c3ef89f2d3163bb587d9cc72f0008b05679 Mon Sep 17 00:00:00 2001 From: dd84ai Date: Sat, 25 Nov 2023 21:14:14 +0100 Subject: [PATCH] ops: deploy v1.5.0 vers --- Taskfile.yml | 2 +- docs/index.md | 9 ++++++--- infra/tf/production/main.tf | 2 +- infra/tf/staging/main.tf | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index b90f70c..6fc23cc 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: "3" env: - tag_version: v1.4.0 + tag_version: v1.5.0 tasks: build-version: diff --git a/docs/index.md b/docs/index.md index 099edb9..d719980 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,13 +15,16 @@ Darkbot repeatedly updates information to discord channel - You must be Server owner or having `bot_controller` role in order to command the bot. - add to some channel by writing `. connect` - get help which commands are available by `. --help` or requesting help on sub commands `. base --help` -- add base tag for tracking `. base add Research Station` -- confirm it was added `. base list` +- add base tag for tracking `. base tags add Research Station` +- confirm it was added `. base tags list` - in around 20 seconds you should see rendered and constantly updated view at this channel ![](index_assets/base_render.png) -- remove tag by `. base remove Research Station` or by `. base clear` +- remove tag by `. base remove Research Station` or by `. base tags clear` + +See other documentation in [Darkbot forum posts](https://discoverygc.com/forums/showthread.php?tid=188040) +- it has documented new appeared features and commands # Features diff --git a/infra/tf/production/main.tf b/infra/tf/production/main.tf index 89c7015..3ed4061 100644 --- a/infra/tf/production/main.tf +++ b/infra/tf/production/main.tf @@ -27,5 +27,5 @@ module "darkbot" { configurator_dbname = "production" consoler_prefix = "." secrets = local.secrets - tag_version = "v1.4.0" + tag_version = "v1.5.0" } \ No newline at end of file diff --git a/infra/tf/staging/main.tf b/infra/tf/staging/main.tf index 3221645..ee098c3 100644 --- a/infra/tf/staging/main.tf +++ b/infra/tf/staging/main.tf @@ -27,7 +27,7 @@ module "darkbot" { configurator_dbname = "staging" consoler_prefix = "," secrets = local.secrets - tag_version = "v1.4.0" + tag_version = "v1.5.0" debug = false }