From d695c2df8ad6edd8d810792263cd95f331202302 Mon Sep 17 00:00:00 2001 From: GoodmanBen Date: Sun, 28 Jan 2024 20:36:11 -0500 Subject: [PATCH] build: updates for v0.1.11 --- README.md | 18 ++++-------------- main/version_checker.go | 2 +- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 88349a7..ee216a7 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ - + - +

@@ -37,7 +37,7 @@ report in a GitOps manner. It provides: - ✅ Whole-cloud cost estimation, powered by Infracost -- ✅ Whole-cloud security scanning, powered by tfsec (checkov integration coming soon) +- ✅ Whole-cloud security scanning, powered by tfsec ## In action (managed instance) https://github.com/dragondrop-cloud/cloud-concierge/assets/52042939/f81f567c-2c04-4aaf-ba75-963c49bcfab5 @@ -80,18 +80,8 @@ can be viewed [here](https://github.com/dragondrop-cloud/cloud-concierge/blob/de ## Contributing Contributions in any form are highly encouraged. Check out our [contributing guide](CONTRIBUTING.md) to get started. -## Using at Scale with dragondrop.cloud -The cloud-concierge container is easy to manage in a single configuration. -If you are looking to use cloud-concierge at scale, however, the [dragondrop.cloud](https://dragondrop.cloud/how-it-works) management platform allows you to: -- Manage multiple cloud-concierge configurations through a user interface -- Manage different cron jobs for executing each configuration at desired intervals -- Consolidate multiple cloud-concierge executions into anonymized visualizations of drift, uncodified resources, cloud costs, and security risks. -- Continue to self-host cloud-concierge instances within your cloud using [serverless infrastructure](https://registry.terraform.io/namespaces/dragondrop-cloud). - ## Resources - [Example Output](https://github.com/dragondrop-cloud/cloud-concierge-example/pull/3) - [Documentation](https://docs.cloudconcierge.io) - [Roadmap](https://github.com/dragondrop-cloud/cloud-concierge/wiki/Roadmap) -- [Blog](https://medium.com/@hello_9187) -- [Tool Walk Through (low stakes and purely educational)](https://calendly.com/dragondrop-cloud/cloud-concierge-walk-through) -- [Managed Offering](https://docs.dragondrop.cloud/) +- [Tool Walk Through (low stakes and educational)](https://calendly.com/dragondrop-cloud/cloud-concierge-walk-through) diff --git a/main/version_checker.go b/main/version_checker.go index 6a6935a..a794ad0 100644 --- a/main/version_checker.go +++ b/main/version_checker.go @@ -11,7 +11,7 @@ import ( log "github.com/sirupsen/logrus" ) -const currentVersion = "v0.1.10" +const currentVersion = "v0.1.11" const footer = "###########################################################################################################################################################" // VersionChecker is a struct that contains the http client used to make http requests to GitHub and validate the latest version of cloud-concierge.