diff --git a/go.mod b/go.mod index 6610aa8..60fb355 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/appscodelabs/hugo-tools go 1.17 require ( - github.com/appscode/static-assets v0.8.0 + github.com/appscode/static-assets v0.8.1 github.com/gohugoio/hugo v0.49.1 github.com/imdario/mergo v0.3.5 github.com/spf13/cast v1.3.1 diff --git a/go.sum b/go.sum index a4bdcfa..480ce6e 100644 --- a/go.sum +++ b/go.sum @@ -34,8 +34,8 @@ github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 h1:p9Sln00KOTlrYkx github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897/go.mod h1:xTS7Pm1pD1mvyM075QCDSRqH6qRLXylzS24ZTpRiSzQ= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/appscode/static-assets v0.8.0 h1:UTkw0b62KguLU/4hugfcT1EKA16IXricAWflGe8mJRM= -github.com/appscode/static-assets v0.8.0/go.mod h1:wagjOaVEcH09nnkQhhM2yMIaHtSo12+iXVsisIyt+uk= +github.com/appscode/static-assets v0.8.1 h1:d4DTtAPKd8USi66JWB8gDz5xG5Gk1NgxZxtnS/0Uncg= +github.com/appscode/static-assets v0.8.1/go.mod h1:wagjOaVEcH09nnkQhhM2yMIaHtSo12+iXVsisIyt+uk= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= diff --git a/vendor/github.com/appscode/static-assets/api/types.go b/vendor/github.com/appscode/static-assets/api/types.go index 1f2dbb1..42ce930 100644 --- a/vendor/github.com/appscode/static-assets/api/types.go +++ b/vendor/github.com/appscode/static-assets/api/types.go @@ -6,7 +6,7 @@ import ( type Feature struct { Title string `json:"title"` - URL string `json:"url"` + URL string `json:"url,omitempty"` Image Image `json:"image"` Icon Image `json:"icon"` Summary string `json:"summary"` diff --git a/vendor/github.com/appscode/static-assets/data/products/kubedb.json b/vendor/github.com/appscode/static-assets/data/products/kubedb.json index 72fe780..9540c2e 100644 --- a/vendor/github.com/appscode/static-assets/data/products/kubedb.json +++ b/vendor/github.com/appscode/static-assets/data/products/kubedb.json @@ -159,6 +159,7 @@ { "version": "v2022.03.28", "hostDocs": true, + "show": true, "info": { "autoscaler": "v0.11.0", "cli": "v0.26.0", @@ -537,7 +538,7 @@ "hostDocs": false } ], - "latestVersion": "v2022.02.22", + "latestVersion": "v2022.03.28", "socialLinks": { "facebook": "https://facebook.com/appscode", "github": "https://github.com/kubedb", diff --git a/vendor/github.com/appscode/static-assets/data/products/kubevault.json b/vendor/github.com/appscode/static-assets/data/products/kubevault.json index e21c180..d3b4489 100644 --- a/vendor/github.com/appscode/static-assets/data/products/kubevault.json +++ b/vendor/github.com/appscode/static-assets/data/products/kubevault.json @@ -194,7 +194,8 @@ "github": "https://github.com/kubevault", "linkedin": "https://www.linkedin.com/company/appscode", "twitter": "https://twitter.com/kubevault", - "youtube": "https://www.youtube.com/c/appscodeinc" + "youtube": "https://www.youtube.com/c/appscodeinc", + "slack": "https://appscode.slack.com/messages/CAG4P4A0G" }, "description": { "html": "
\n\n

title: Welcome | KubeVault\ndescription: Welcome to KubeVault\nmenu:\n docs_0.2.0:\n identifier: readme-kubevault\n name: Readme\n parent: welcome\n weight: -1\nmenu_name: docs_0.2.0\nsection_menu_id: welcome\nurl: /docs/0.2.0/welcome/\naliases:\n - /docs/0.2.0/

\n\n

- /docs/0.2.0/README/

\n\n

KubeVault

\n\n

KubeVault by AppsCode is a collection of tools for running HashiCorp Vault on Kubernetes. You can deploy and mange Vault using Vault operator. Using Vault operator, you can deploy Vault for following storage backends:

\n\n\n\n

From here you can learn all about Vault operator’s architecture and how to deploy and use Vault operator.

\n\n\n\n

We’re always looking for help improving our documentation, so please don’t hesitate to file an issue if you see some problem. Or better yet, submit your own contributions to help\nmake our docs better.

\n\n
\n\n

KubeVault binaries collect anonymous usage statistics to help us learn how the software is being used and how we can improve it. To disable stats collection, run the operator with the flag --enable-analytics=false.

\n\n
\n", diff --git a/vendor/github.com/appscode/static-assets/data/products/stash-cli.json b/vendor/github.com/appscode/static-assets/data/products/stash-cli.json index 49114be..c9ae5f0 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash-cli.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash-cli.json @@ -22,6 +22,74 @@ "hostDocs": false, "show": true }, + { + "version": "v0.19.0", + "hostDocs": true, + "show": true, + "info": { + "stash": "v2022.03.29", + "stash-community": "v0.19.0", + "stash-elasticsearch": [ + "5.6.4-v16", + "6.2.4-v16", + "6.3.0-v16", + "6.4.0-v16", + "6.5.3-v16", + "6.8.0-v16", + "7.14.0-v2", + "7.2.0-v16", + "7.3.2-v16" + ], + "stash-enterprise": "v0.19.0", + "stash-etcd": [ + "3.5.0-v3" + ], + "stash-installer": "v2022.03.29", + "stash-mariadb": [ + "10.5.8-v9" + ], + "stash-mongodb": [ + "3.4.17-v15", + "3.4.22-v15", + "3.6.13-v15", + "3.6.8-v15", + "4.0.11-v15", + "4.0.3-v15", + "4.0.5-v15", + "4.1.13-v15", + "4.1.4-v15", + "4.1.7-v15", + "4.2.3-v15", + "4.4.6-v6", + "5.0.3-v3" + ], + "stash-mysql": [ + "5.7.25-v16", + "8.0.14-v16", + "8.0.21-v10", + "8.0.3-v16" + ], + "stash-nats": [ + "2.6.1-v3" + ], + "stash-percona-xtradb": [ + "5.7-v11" + ], + "stash-postgres": [ + "10.14-v14", + "11.9-v14", + "12.4-v14", + "13.1-v11", + "14.0-v3", + "9.6.19-v14" + ], + "stash-redis": [ + "5.0.13-v4", + "6.2.5-v4" + ], + "stash-ui-server": "v0.2.0" + } + }, { "version": "v0.18.0", "hostDocs": true, @@ -1121,5 +1189,5 @@ "show": true } ], - "latestVersion": "v0.18.0" + "latestVersion": "v0.19.0" } diff --git a/vendor/github.com/appscode/static-assets/data/products/stash-elasticsearch.json b/vendor/github.com/appscode/static-assets/data/products/stash-elasticsearch.json index 03ecf91..82bd651 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash-elasticsearch.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash-elasticsearch.json @@ -27,6 +27,11 @@ "hostDocs": false, "show": true }, + { + "version": "7.14.0-v2", + "hostDocs": true, + "show": true + }, { "version": "7.14.0-v1", "hostDocs": true, @@ -37,6 +42,11 @@ "hostDocs": true, "show": true }, + { + "version": "7.3.2-v16", + "hostDocs": true, + "show": true + }, { "version": "7.3.2-v15", "hostDocs": true, @@ -139,6 +149,11 @@ "version": "7.3.2-beta.20200708", "hostDocs": true }, + { + "version": "7.2.0-v16", + "hostDocs": true, + "show": true + }, { "version": "7.2.0-v15", "hostDocs": true, @@ -241,6 +256,11 @@ "version": "7.2.0-beta.20200708", "hostDocs": true }, + { + "version": "6.8.0-v16", + "hostDocs": true, + "show": true + }, { "version": "6.8.0-v15", "hostDocs": true, @@ -343,6 +363,11 @@ "version": "6.8.0-beta.20200708", "hostDocs": true }, + { + "version": "6.5.3-v16", + "hostDocs": true, + "show": true + }, { "version": "6.5.3-v15", "hostDocs": true, @@ -445,6 +470,11 @@ "version": "6.5.3-beta.20200708", "hostDocs": true }, + { + "version": "6.4.0-v16", + "hostDocs": true, + "show": true + }, { "version": "6.4.0-v15", "hostDocs": true, @@ -547,6 +577,11 @@ "version": "6.4.0-beta.20200708", "hostDocs": true }, + { + "version": "6.3.0-v16", + "hostDocs": true, + "show": true + }, { "version": "6.3.0-v15", "hostDocs": true, @@ -649,6 +684,11 @@ "version": "6.3.0-beta.20200708", "hostDocs": true }, + { + "version": "6.2.4-v16", + "hostDocs": true, + "show": true + }, { "version": "6.2.4-v15", "hostDocs": true, @@ -751,6 +791,11 @@ "version": "6.2.4-beta.20200708", "hostDocs": true }, + { + "version": "5.6.4-v16", + "hostDocs": true, + "show": true + }, { "version": "5.6.4-v15", "hostDocs": true, @@ -854,5 +899,5 @@ "hostDocs": true } ], - "latestVersion": "7.14.0-v1" + "latestVersion": "7.14.0-v2" } diff --git a/vendor/github.com/appscode/static-assets/data/products/stash-etcd.json b/vendor/github.com/appscode/static-assets/data/products/stash-etcd.json index 51a5ebc..e2da060 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash-etcd.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash-etcd.json @@ -27,6 +27,11 @@ "hostDocs": false, "show": true }, + { + "version": "3.5.0-v3", + "hostDocs": true, + "show": true + }, { "version": "3.5.0-v2", "hostDocs": true, @@ -43,5 +48,5 @@ "show": true } ], - "latestVersion": "3.5.0-v2" + "latestVersion": "3.5.0-v3" } diff --git a/vendor/github.com/appscode/static-assets/data/products/stash-mariadb.json b/vendor/github.com/appscode/static-assets/data/products/stash-mariadb.json index 0846f6d..d50722c 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash-mariadb.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash-mariadb.json @@ -27,6 +27,11 @@ "hostDocs": false, "show": true }, + { + "version": "10.5.8-v9", + "hostDocs": true, + "show": true + }, { "version": "10.5.8-v8", "hostDocs": true, @@ -73,5 +78,5 @@ "show": true } ], - "latestVersion": "10.5.8-v8" + "latestVersion": "10.5.8-v9" } diff --git a/vendor/github.com/appscode/static-assets/data/products/stash-mongodb.json b/vendor/github.com/appscode/static-assets/data/products/stash-mongodb.json index 9e7cb3d..de6432c 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash-mongodb.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash-mongodb.json @@ -27,6 +27,11 @@ "hostDocs": false, "show": true }, + { + "version": "5.0.3-v3", + "hostDocs": true, + "show": true + }, { "version": "5.0.3-v2", "hostDocs": true, @@ -42,6 +47,11 @@ "hostDocs": true, "show": true }, + { + "version": "4.4.6-v6", + "hostDocs": true, + "show": true + }, { "version": "4.4.6-v5", "hostDocs": true, @@ -72,6 +82,11 @@ "hostDocs": true, "show": true }, + { + "version": "4.2.3-v15", + "hostDocs": true, + "show": true + }, { "version": "4.2.3-v14", "hostDocs": true, @@ -169,6 +184,11 @@ "version": "4.2.3-beta.20200708", "hostDocs": true }, + { + "version": "4.1.13-v15", + "hostDocs": true, + "show": true + }, { "version": "4.1.13-v14", "hostDocs": true, @@ -244,6 +264,11 @@ "hostDocs": true, "show": true }, + { + "version": "4.1.7-v15", + "hostDocs": true, + "show": true + }, { "version": "4.1.7-v14", "hostDocs": true, @@ -341,6 +366,11 @@ "version": "4.1.7-beta.20200708", "hostDocs": true }, + { + "version": "4.1.4-v15", + "hostDocs": true, + "show": true + }, { "version": "4.1.4-v14", "hostDocs": true, @@ -460,6 +490,11 @@ "version": "4.1.1-beta.20200708", "hostDocs": true }, + { + "version": "4.0.11-v15", + "hostDocs": true, + "show": true + }, { "version": "4.0.11-v14", "hostDocs": true, @@ -545,6 +580,11 @@ "hostDocs": true, "show": true }, + { + "version": "4.0.5-v15", + "hostDocs": true, + "show": true + }, { "version": "4.0.5-v14", "hostDocs": true, @@ -642,6 +682,11 @@ "version": "4.0.5-beta.20200708", "hostDocs": true }, + { + "version": "4.0.3-v15", + "hostDocs": true, + "show": true + }, { "version": "4.0.3-v14", "hostDocs": true, @@ -751,6 +796,11 @@ "version": "4.0.1-beta.20200708", "hostDocs": true }, + { + "version": "3.6.13-v15", + "hostDocs": true, + "show": true + }, { "version": "3.6.13-v14", "hostDocs": true, @@ -826,6 +876,11 @@ "hostDocs": true, "show": true }, + { + "version": "3.6.8-v15", + "hostDocs": true, + "show": true + }, { "version": "3.6.8-v14", "hostDocs": true, @@ -945,6 +1000,11 @@ "version": "3.6.1-beta.20200708", "hostDocs": true }, + { + "version": "3.4.22-v15", + "hostDocs": true, + "show": true + }, { "version": "3.4.22-v14", "hostDocs": true, @@ -1020,6 +1080,11 @@ "hostDocs": true, "show": true }, + { + "version": "3.4.17-v15", + "hostDocs": true, + "show": true + }, { "version": "3.4.17-v14", "hostDocs": true, @@ -1140,5 +1205,5 @@ "hostDocs": true } ], - "latestVersion": "5.0.3-v2" + "latestVersion": "5.0.3-v3" } diff --git a/vendor/github.com/appscode/static-assets/data/products/stash-mysql.json b/vendor/github.com/appscode/static-assets/data/products/stash-mysql.json index ccf0618..274cc04 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash-mysql.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash-mysql.json @@ -27,6 +27,11 @@ "hostDocs": false, "show": true }, + { + "version": "8.0.21-v10", + "hostDocs": true, + "show": true + }, { "version": "8.0.21-v9", "hostDocs": true, @@ -77,6 +82,11 @@ "hostDocs": true, "show": true }, + { + "version": "8.0.14-v16", + "hostDocs": true, + "show": true + }, { "version": "8.0.14-v15", "hostDocs": true, @@ -179,6 +189,11 @@ "version": "8.0.14-beta.20200708", "hostDocs": true }, + { + "version": "8.0.3-v16", + "hostDocs": true, + "show": true + }, { "version": "8.0.3-v15", "hostDocs": true, @@ -281,6 +296,11 @@ "version": "8.0.3-beta.20200708", "hostDocs": true }, + { + "version": "5.7.25-v16", + "hostDocs": true, + "show": true + }, { "version": "5.7.25-v15", "hostDocs": true, @@ -384,5 +404,5 @@ "hostDocs": true } ], - "latestVersion": "8.0.21-v9" + "latestVersion": "8.0.21-v10" } diff --git a/vendor/github.com/appscode/static-assets/data/products/stash-nats.json b/vendor/github.com/appscode/static-assets/data/products/stash-nats.json index 8deaf89..44ba077 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash-nats.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash-nats.json @@ -27,6 +27,11 @@ "hostDocs": false, "show": true }, + { + "version": "2.6.1-v3", + "hostDocs": true, + "show": true + }, { "version": "2.6.1-v2", "hostDocs": true, @@ -43,5 +48,5 @@ "show": true } ], - "latestVersion": "2.6.1-v2" + "latestVersion": "2.6.1-v3" } diff --git a/vendor/github.com/appscode/static-assets/data/products/stash-percona-xtradb.json b/vendor/github.com/appscode/static-assets/data/products/stash-percona-xtradb.json index 5e4a57a..19d2ec9 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash-percona-xtradb.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash-percona-xtradb.json @@ -27,6 +27,11 @@ "hostDocs": false, "show": true }, + { + "version": "5.7-v11", + "hostDocs": true, + "show": true + }, { "version": "5.7-v10", "hostDocs": true, @@ -68,12 +73,12 @@ "show": true }, { - "version": "5.7.0-v2", + "version": "5.7-v2", "hostDocs": true, "show": true }, { - "version": "5.7-v2", + "version": "5.7.0-v2", "hostDocs": true, "show": true }, @@ -88,12 +93,12 @@ "show": true }, { - "version": "5.7", + "version": "5.7.0", "hostDocs": true, "show": true }, { - "version": "5.7.0", + "version": "5.7", "hostDocs": true, "show": true }, @@ -120,5 +125,5 @@ "hostDocs": true } ], - "latestVersion": "5.7-v10" + "latestVersion": "5.7-v11" } diff --git a/vendor/github.com/appscode/static-assets/data/products/stash-postgres.json b/vendor/github.com/appscode/static-assets/data/products/stash-postgres.json index 24c4f13..6bd3218 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash-postgres.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash-postgres.json @@ -27,6 +27,11 @@ "hostDocs": false, "show": true }, + { + "version": "14.0-v3", + "hostDocs": true, + "show": true + }, { "version": "14.0-v2", "hostDocs": true, @@ -42,6 +47,11 @@ "hostDocs": true, "show": true }, + { + "version": "13.1-v11", + "hostDocs": true, + "show": true + }, { "version": "13.1-v10", "hostDocs": true, @@ -83,12 +93,12 @@ "show": true }, { - "version": "13.1-v2", + "version": "13.1.0-v2", "hostDocs": true, "show": true }, { - "version": "13.1.0-v2", + "version": "13.1-v2", "hostDocs": true, "show": true }, @@ -102,6 +112,11 @@ "hostDocs": true, "show": true }, + { + "version": "12.4-v14", + "hostDocs": true, + "show": true + }, { "version": "12.4-v13", "hostDocs": true, @@ -143,12 +158,12 @@ "show": true }, { - "version": "12.4-v5", + "version": "12.4.0-v5", "hostDocs": true, "show": true }, { - "version": "12.4.0-v5", + "version": "12.4-v5", "hostDocs": true, "show": true }, @@ -177,6 +192,11 @@ "hostDocs": true, "show": true }, + { + "version": "11.9-v14", + "hostDocs": true, + "show": true + }, { "version": "11.9-v13", "hostDocs": true, @@ -316,6 +336,11 @@ "version": "11.1-beta.20200708", "hostDocs": true }, + { + "version": "10.14-v14", + "hostDocs": true, + "show": true + }, { "version": "10.14-v13", "hostDocs": true, @@ -455,6 +480,11 @@ "version": "10.2-beta.20200708", "hostDocs": true }, + { + "version": "9.6.19-v14", + "hostDocs": true, + "show": true + }, { "version": "9.6.19-v13", "hostDocs": true, @@ -558,5 +588,5 @@ "hostDocs": true } ], - "latestVersion": "14.0-v2" + "latestVersion": "14.0-v3" } diff --git a/vendor/github.com/appscode/static-assets/data/products/stash.json b/vendor/github.com/appscode/static-assets/data/products/stash.json index bac4ce1..e6e428e 100644 --- a/vendor/github.com/appscode/static-assets/data/products/stash.json +++ b/vendor/github.com/appscode/static-assets/data/products/stash.json @@ -59,6 +59,7 @@ "features": [ { "title": "Declarative API", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-1.png", "alt": "http" @@ -72,6 +73,7 @@ }, { "title": "Restic", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-3.png", "alt": "http" @@ -85,6 +87,7 @@ }, { "title": "Backup Kubernetes Volumes", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-2.png", "alt": "http" @@ -98,6 +101,7 @@ }, { "title": "Backup Database", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-2.png", "alt": "http" @@ -111,6 +115,7 @@ }, { "title": "Volume Snapshot", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-2.png", "alt": "http" @@ -124,6 +129,7 @@ }, { "title": "Cluster Snapshot", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-2.png", "alt": "http" @@ -137,6 +143,7 @@ }, { "title": "Batch Backup", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-6.png", "alt": "http" @@ -150,6 +157,7 @@ }, { "title": "Templated Backup", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-6.png", "alt": "http" @@ -163,6 +171,7 @@ }, { "title": "Automatic Cleanup", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-6.png", "alt": "http" @@ -176,6 +185,7 @@ }, { "title": "Hooks", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-6.png", "alt": "http" @@ -189,6 +199,7 @@ }, { "title": "Multiple Platforms Support", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-4.png", "alt": "http" @@ -202,6 +213,7 @@ }, { "title": "Multiple Architectures Support", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-4.png", "alt": "http" @@ -215,6 +227,7 @@ }, { "title": "Deduplication", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-6.png", "alt": "http" @@ -228,6 +241,7 @@ }, { "title": "Encryption", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-6.png", "alt": "http" @@ -241,6 +255,7 @@ }, { "title": "Extensibility", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-6.png", "alt": "http" @@ -254,6 +269,7 @@ }, { "title": "kubectl Plugin", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-6.png", "alt": "http" @@ -267,6 +283,7 @@ }, { "title": "RBAC", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-6.png", "alt": "http" @@ -280,6 +297,7 @@ }, { "title": "Prometheus Monitoring", + "url": "", "image": { "src": "https://cdn.appscode.com/images/products/stash/features/feature-5.png", "alt": "http" @@ -298,6 +316,74 @@ "hostDocs": false, "show": true }, + { + "version": "v2022.03.29", + "hostDocs": true, + "show": true, + "info": { + "cli": "v0.19.0", + "community": "v0.19.0", + "elasticsearch": [ + "5.6.4-v16", + "6.2.4-v16", + "6.3.0-v16", + "6.4.0-v16", + "6.5.3-v16", + "6.8.0-v16", + "7.14.0-v2", + "7.2.0-v16", + "7.3.2-v16" + ], + "enterprise": "v0.19.0", + "etcd": [ + "3.5.0-v3" + ], + "installer": "v2022.03.29", + "mariadb": [ + "10.5.8-v9" + ], + "mongodb": [ + "3.4.17-v15", + "3.4.22-v15", + "3.6.13-v15", + "3.6.8-v15", + "4.0.11-v15", + "4.0.3-v15", + "4.0.5-v15", + "4.1.13-v15", + "4.1.4-v15", + "4.1.7-v15", + "4.2.3-v15", + "4.4.6-v6", + "5.0.3-v3" + ], + "mysql": [ + "5.7.25-v16", + "8.0.14-v16", + "8.0.21-v10", + "8.0.3-v16" + ], + "nats": [ + "2.6.1-v3" + ], + "percona-xtradb": [ + "5.7-v11" + ], + "postgres": [ + "10.14-v14", + "11.9-v14", + "12.4-v14", + "13.1-v11", + "14.0-v3", + "9.6.19-v14" + ], + "redis": [ + "5.0.13-v4", + "6.2.5-v4" + ], + "ui-server": "v0.2.0" + } + }, { "version": "v2022.02.22", "hostDocs": true, @@ -1593,12 +1679,12 @@ "hostDocs": false } ], - "latestVersion": "v2022.02.22", + "latestVersion": "v2022.03.29", "socialLinks": { - "slack": "https://appscode.slack.com/messages/C8NCX6N23", "facebook": "https://facebook.com/appscode", "github": "https://github.com/stashed", "linkedin": "https://www.linkedin.com/company/appscode", + "slack": "https://appscode.slack.com/messages/C8NCX6N23", "twitter": "https://twitter.com/KubeStash", "youtube": "https://www.youtube.com/c/appscodeinc" }, diff --git a/vendor/modules.txt b/vendor/modules.txt index afceec2..adba39d 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -40,7 +40,7 @@ github.com/alecthomas/chroma/lexers/w github.com/alecthomas/chroma/lexers/x github.com/alecthomas/chroma/lexers/y github.com/alecthomas/chroma/styles -# github.com/appscode/static-assets v0.8.0 +# github.com/appscode/static-assets v0.8.1 ## explicit; go 1.16 github.com/appscode/static-assets github.com/appscode/static-assets/api