From 990c406899f42d770cdfeb43b5cc940e68842a13 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 17 Dec 2023 20:30:55 -0800 Subject: [PATCH] Update assets Signed-off-by: Tamal Saha --- go.mod | 2 +- go.sum | 4 +- .../static-assets/data/products/appscode.json | 20 +++++++-- .../data/products/configsyncer.json | 41 +++++++++++-------- .../appscode/static-assets/hugo/config.json | 7 +--- .../appscode/static-assets/package.json | 19 +++++++++ vendor/modules.txt | 2 +- 7 files changed, 64 insertions(+), 31 deletions(-) create mode 100644 vendor/github.com/appscode/static-assets/package.json diff --git a/go.mod b/go.mod index 6a2dd47..1609b4a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/appscodelabs/hugo-tools go 1.18 require ( - github.com/appscode/static-assets v0.8.4-0.20231212154319-ee130c594696 + github.com/appscode/static-assets v0.8.4-0.20231218042602-2e1b6a06d15b github.com/gohugoio/hugo v0.49.1 github.com/imdario/mergo v0.3.13 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 58751d4..f076c79 100644 --- a/go.sum +++ b/go.sum @@ -32,8 +32,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.4-0.20231212154319-ee130c594696 h1:mZ3r8GMcIwUYe+KoE/a+etWuJS/RqH8o1wYxz7amNvQ= -github.com/appscode/static-assets v0.8.4-0.20231212154319-ee130c594696/go.mod h1:kCLLNKfaalReOA5y5u1mItaXPa50YGfOXYGj690dPDc= +github.com/appscode/static-assets v0.8.4-0.20231218042602-2e1b6a06d15b h1:+dD2At3G+QLPVINy0RHgW6vHx27y6RLBETwzHrPn2lU= +github.com/appscode/static-assets v0.8.4-0.20231218042602-2e1b6a06d15b/go.mod h1:kCLLNKfaalReOA5y5u1mItaXPa50YGfOXYGj690dPDc= 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/data/products/appscode.json b/vendor/github.com/appscode/static-assets/data/products/appscode.json index 60553dc..e67f7aa 100644 --- a/vendor/github.com/appscode/static-assets/data/products/appscode.json +++ b/vendor/github.com/appscode/static-assets/data/products/appscode.json @@ -59,6 +59,12 @@ "url": "https://kubevault.com", "logo": "/assets/images/products/kubevault/kubevault.png", "description": "KubeVault provides various ways to configure your Vault deployment. You can pick your preferred Storage Backend, Unsealer Mode, TLS Mode, Secret Engines that you want to allow to attach with this VaultServer, Termination Policy to prevent accidental deletion or clean-up Vault deployment in a systematic way, Monitoring, etc." + }, + { + "name": "Voyager", + "url": "https://voyagermesh.com/", + "logo": "/assets/images/products/voyager/voyager.png", + "description": "Voyager is a HAProxy backed secure L7 and L4 ingress controller for Kubernetes. This can be used with any Kubernetes cloud providers including AWS, GCE, GKE, AZURE, ACS etc. This can also be used with baremetal Kubernetes clusters." } ], "highlight_products": { @@ -67,10 +73,16 @@ "url": "https://appscode.com/contact/", "products": [ { - "name": "Voyager", - "logo": "/assets/images/products/voyager/voyager-icon.svg", - "summary": "Voyager is a HAProxy backed secure L7 and L4 ingress controller for Kubernetes. This can be used with any Kubernetes cloud providers including AWS, GCE, GKE, AZURE, ACS etc. This can also be used with baremetal Kubernetes clusters.", - "url": "https://voyagermesh.com/" + "name": "Guard", + "logo": "/assets/images/products/guard/guard-512x512.svg", + "summary": "Guard by AppsCode is a Kubernetes Webhook Authentication server. Using guard, you can log into your Kubernetes cluster using a Github or Google authentication token. Guard also sets authenticated user’s groups to their Github teams or Google groups. This allows cluster administrators to setup RBAC rules based on membership in Github teams or Google groups.", + "url": "https://kubeguard.dev/" + }, + { + "name": "Config Syncer", + "logo": "/assets/images/products/configsyncer/configsyncer-512x512.svg", + "summary": "Config Syncer (fka Kubed) by AppsCode is a Kubernetes Cluster Operator Daemon. From here you can learn all about Config Syncer’s architecture and how to deploy and use Config Syncer.", + "url": "https://config-syncer.com/" } ] }, diff --git a/vendor/github.com/appscode/static-assets/data/products/configsyncer.json b/vendor/github.com/appscode/static-assets/data/products/configsyncer.json index 109ca9e..72bf425 100644 --- a/vendor/github.com/appscode/static-assets/data/products/configsyncer.json +++ b/vendor/github.com/appscode/static-assets/data/products/configsyncer.json @@ -12,22 +12,22 @@ "themeColor": "" }, "heroImage": { - "src": "https://cdn.appscode.com/images/products/kubed/kubed-hero.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/configsyncer-hero.png", "alt": "Kubed" }, "logo": { - "src": "https://cdn.appscode.com/images/products/kubed/kubed.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/configsyncer.png", "alt": "Kubed" }, "logoWhite": { - "src": "https://cdn.appscode.com/images/products/kubed/kubed-white.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/configsyncer-white.png", "alt": "Kubed" }, "icon": { - "src": "https://cdn.appscode.com/images/products/kubed/kubed-icon.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/configsyncer-icon.png", "alt": "Kubed", "sizes": { - "192x192": "https://cdn.appscode.com/images/products/kubed/icons/android-icon-192x192.png" + "192x192": "https://cdn.appscode.com/images/products/configsyncer/icons/android-icon-192x192.png" } }, "repoURL": "https://github.com/config-syncer/docs", @@ -44,11 +44,11 @@ { "title": "Disaster Recovery", "image": { - "src": "https://cdn.appscode.com/images/products/kubed/features/feature-1.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/feature-1.png", "alt": "http" }, "icon": { - "src": "https://cdn.appscode.com/images/products/kubed/features/backup.svg", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/backup.svg", "alt": "http" }, "summary": "", @@ -57,11 +57,11 @@ { "title": "Event Forwarder", "image": { - "src": "https://cdn.appscode.com/images/products/kubed/features/feature-2.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/feature-2.png", "alt": "http" }, "icon": { - "src": "https://cdn.appscode.com/images/products/kubed/features/event.svg", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/event.svg", "alt": "http" }, "summary": "", @@ -70,11 +70,11 @@ { "title": "Configuration Syncer", "image": { - "src": "https://cdn.appscode.com/images/products/kubed/features/feature-3.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/feature-3.png", "alt": "http" }, "icon": { - "src": "https://cdn.appscode.com/images/products/kubed/features/configuration.svg", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/configuration.svg", "alt": "http" }, "summary": "", @@ -83,11 +83,11 @@ { "title": "Recycle Bin", "image": { - "src": "https://cdn.appscode.com/images/products/kubed/features/feature-4.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/feature-4.png", "alt": "http" }, "icon": { - "src": "https://cdn.appscode.com/images/products/kubed/features/recycle.svg", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/recycle.svg", "alt": "http" }, "summary": "", @@ -96,11 +96,11 @@ { "title": "Event Notifiers", "image": { - "src": "https://cdn.appscode.com/images/products/kubed/features/feature-5.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/feature-5.png", "alt": "http" }, "icon": { - "src": "https://cdn.appscode.com/images/products/kubed/features/event-notifiers.svg", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/event-notifiers.svg", "alt": "http" }, "summary": "", @@ -109,11 +109,11 @@ { "title": "Janitor", "image": { - "src": "https://cdn.appscode.com/images/products/kubed/features/feature-6.png", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/feature-6.png", "alt": "http" }, "icon": { - "src": "https://cdn.appscode.com/images/products/kubed/features/janitor.svg", + "src": "https://cdn.appscode.com/images/products/configsyncer/features/janitor.svg", "alt": "http" }, "summary": "", @@ -126,6 +126,11 @@ "hostDocs": false, "show": true }, + { + "version": "v0.14.4", + "hostDocs": true, + "show": true + }, { "version": "v0.14.2", "hostDocs": true, @@ -206,7 +211,7 @@ "hostDocs": true } ], - "latestVersion": "v0.14.2", + "latestVersion": "v0.14.4", "socialLinks": { "facebook": "https://facebook.com/appscode", "github": "https://github.com/config-syncer/config-syncer", diff --git a/vendor/github.com/appscode/static-assets/hugo/config.json b/vendor/github.com/appscode/static-assets/hugo/config.json index b2b6e96..e9eed41 100644 --- a/vendor/github.com/appscode/static-assets/hugo/config.json +++ b/vendor/github.com/appscode/static-assets/hugo/config.json @@ -21,11 +21,8 @@ ], "productMenu": { "c0": ["kubedb", "stash"], - "c1": ["kubevault", "voyager"] - }, - "ossMenu": { - "c0": ["guard"], - "c1": ["configsyncer"] + "c1": ["kubevault", "voyager"], + "c2": ["configsyncer", "guard"] }, "footerLinks": [ "kubedb", diff --git a/vendor/github.com/appscode/static-assets/package.json b/vendor/github.com/appscode/static-assets/package.json new file mode 100644 index 0000000..06a23df --- /dev/null +++ b/vendor/github.com/appscode/static-assets/package.json @@ -0,0 +1,19 @@ +{ + "name": "static-assets", + "version": "0.8.3", + "description": "AppsCode Website Static Assets", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/appscode/static-assets.git" + }, + "author": "", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/appscode/static-assets/issues" + }, + "homepage": "https://github.com/appscode/static-assets#readme" +} diff --git a/vendor/modules.txt b/vendor/modules.txt index 5e8dcb1..6821402 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.4-0.20231212154319-ee130c594696 +# github.com/appscode/static-assets v0.8.4-0.20231218042602-2e1b6a06d15b ## explicit; go 1.20 github.com/appscode/static-assets github.com/appscode/static-assets/api