Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Jun 12, 2023
1 parent fd2fc38 commit 0799147
Show file tree
Hide file tree
Showing 20 changed files with 1,796 additions and 33 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ set-assets-repo:
HUGO_TOOLS = $(shell pwd)/bin/hugo-tools
.PHONY: hugo-tools
hugo-tools: ## Download hugo-tools locally if necessary.
$(call go-get-tool,$(HUGO_TOOLS),appscodelabs/hugo-tools,v0.2.21)
$(call go-get-tool,$(HUGO_TOOLS),appscodelabs/hugo-tools)

# go-get-tool will 'curl' binary from GH repo $2 with version $3 and install it to $1.
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
Expand All @@ -89,7 +89,7 @@ esac; \
bin=hugo-tools-$${OS}-$${ARCH}; \
echo "Downloading $${bin}" ;\
mkdir -p $(PROJECT_DIR)/bin; \
curl -fsSL -o $(1) https://github.com/$(2)/releases/download/$(3)/$${bin}; \
curl -fsSL -o $(1) https://github.com/$(2)/releases/latest/download/$${bin}; \
chmod +x $(1); \
}
endef
9 changes: 9 additions & 0 deletions data/authors/al-asad-nur-riyad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Al Asad Nur Riyad",
"designation": "Software Engineer",
"biography": "Al Asad Nur Riyad is a Software Engineer, working at AppsCode Inc. He is responsible for maitaining and developing various front-end projects at Appscode using cutting edge front-end technologies like vue.js and nuxt.js, javascript, typescript",
"profile": "/assets/images/authors/profile-photos-84x84/al-asad-nur-riyad.jpg",
"email": "asadnurriyad@appscode.com",
"github": "https://github.com/nurRiyad",
"linkedin": "https://www.linkedin.com/in/nur-riyad/"
}
7 changes: 2 additions & 5 deletions data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,10 @@
},
"ossMenu": {
"c0": [
"guard",
"kubed"
"guard"
],
"c1": [
"pharmer",
"swift",
"searchlight"
"kubed"
]
},
"productMenu": {
Expand Down
50 changes: 49 additions & 1 deletion data/products/kubedb.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,54 @@
"hostDocs": false,
"show": true
},
{
"version": "v2023.04.10",
"hostDocs": true,
"show": true,
"info": {
"autoscaler": "v0.18.0",
"cli": "v0.33.0",
"dashboard": "v0.9.0",
"installer": "v2023.04.10",
"ops-manager": "v0.20.0",
"provisioner": "v0.33.0",
"schema-manager": "v0.9.0",
"ui-server": "v0.9.0",
"webhook-server": "v0.9.0"
}
},
{
"version": "v2023.02.28",
"hostDocs": true,
"show": true,
"info": {
"autoscaler": "v0.17.0",
"cli": "v0.32.0",
"dashboard": "v0.8.0",
"installer": "v2023.02.28",
"ops-manager": "v0.19.0",
"provisioner": "v0.32.0",
"schema-manager": "v0.8.0",
"ui-server": "v0.8.0",
"webhook-server": "v0.8.0"
}
},
{
"version": "v2023.01.31",
"hostDocs": true,
"show": true,
"info": {
"autoscaler": "v0.16.0",
"cli": "v0.31.0",
"dashboard": "v0.7.0",
"installer": "v2023.01.31",
"ops-manager": "v0.18.0",
"provisioner": "v0.31.0",
"schema-manager": "v0.7.0",
"ui-server": "v0.7.0",
"webhook-server": "v0.7.0"
}
},
{
"version": "v2023.01.17",
"hostDocs": true,
Expand Down Expand Up @@ -693,7 +741,7 @@
"hostDocs": false
}
],
"latestVersion": "v2023.01.17",
"latestVersion": "v2023.04.10",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/kubedb",
Expand Down
24 changes: 23 additions & 1 deletion data/products/kubevault.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,28 @@
"hostDocs": false,
"show": true
},
{
"version": "v2023.05.05",
"hostDocs": true,
"show": true,
"info": {
"cli": "v0.15.0",
"installer": "v2023.05.05",
"operator": "v0.15.0",
"unsealer": "v0.15.0"
}
},
{
"version": "v2023.03.03",
"hostDocs": true,
"show": true,
"info": {
"cli": "v0.14.0",
"installer": "v2023.03.03",
"operator": "v0.14.0",
"unsealer": "v0.14.0"
}
},
{
"version": "v2022.12.28",
"hostDocs": true,
Expand Down Expand Up @@ -355,7 +377,7 @@
}
}
],
"latestVersion": "v2022.12.28",
"latestVersion": "v2023.05.05",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/kubevault",
Expand Down
Loading

0 comments on commit 0799147

Please sign in to comment.