Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 12, 2024
1 parent ddcd706 commit eb0343e
Show file tree
Hide file tree
Showing 29 changed files with 466 additions and 37 deletions.
13 changes: 13 additions & 0 deletions data/partners.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@
"website": "https://dedicatted.com/",
"logo": "/assets/images/partners/technology/dedicatted.svg",
"show": true
},
"hkaco": {
"name": "HongKe",
"website": "https://hkaco.com/",
"logo": "/assets/images/partners/technology/hkaco.svg",
"show": true
},
"itbigtec": {
"name": "itbigtec",
"website": "https://itbigtec.com/",
"logo": "/assets/images/partners/technology/itbigtec.png",
"show": true
}

}
}
18 changes: 17 additions & 1 deletion data/products/kubedb.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,22 @@
"hostDocs": false,
"show": true
},
{
"version": "v2024.8.21",
"hostDocs": true,
"show": true,
"info": {
"autoscaler": "v0.32.0",
"cli": "v0.47.0",
"dashboard": "v0.23.0",
"installer": "v2024.8.21",
"ops-manager": "v0.34.0",
"provisioner": "v0.47.0",
"schema-manager": "v0.23.0",
"ui-server": "v0.23.0",
"webhook-server": "v0.23.0"
}
},
{
"version": "v2024.8.14-rc.3",
"hostDocs": true,
Expand Down Expand Up @@ -1110,7 +1126,7 @@
"hostDocs": false
}
],
"latestVersion": "v2024.6.4",
"latestVersion": "v2024.8.21",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/kubedb",
Expand Down
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/elasticsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "Elasticsearch",
"metadata": {
"name": "es-demo",
Expand All @@ -75,7 +75,7 @@
}
}
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
2 changes: 1 addition & 1 deletion data/products/kubedb/databases/kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "Kafka",
"metadata": {
"name": "kafka",
Expand Down
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/mariadb.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "MariaDB",
"metadata": {
"name": "mariadb-demo",
Expand All @@ -73,7 +73,7 @@
}
}
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/memcached.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "Memcached",
"metadata": {
"name": "memcd-demo",
Expand All @@ -76,7 +76,7 @@
}
}
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "MongoDB",
"metadata": {
"name": "mongo-demo",
Expand All @@ -73,7 +73,7 @@
}
}
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "MySQL",
"metadata": {
"name": "mysql-demo",
Expand All @@ -73,7 +73,7 @@
}
}
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/opensearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "Elasticsearch",
"metadata": {
"name": "opensearch-demo",
Expand All @@ -75,7 +75,7 @@
}
}
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/perconaxtradb.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "PerconaXtraDB",
"metadata": {
"name": "xtradb-demo",
Expand All @@ -74,7 +74,7 @@
}
}
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/pgbouncer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "PgBouncer",
"metadata": {
"name": "pgbouncer-demo",
Expand Down Expand Up @@ -73,7 +73,7 @@
"userListSecretRef": {
"name": "db-user-pass"
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/postgresql.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "Postgres",
"metadata": {
"name": "pg-demo",
Expand All @@ -73,7 +73,7 @@
}
}
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/proxysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "ProxySQL",
"metadata": {
"name": "proxy-demo",
Expand All @@ -59,7 +59,7 @@
},
"replicas": 3
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
4 changes: 2 additions & 2 deletions data/products/kubedb/databases/redis.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"example": {
"apiVersion": "kubedb.com/v1alpha2",
"apiVersion": "kubedb.com/v1",
"kind": "Redis",
"metadata": {
"name": "redis-demo",
Expand All @@ -74,7 +74,7 @@
}
}
},
"terminationPolicy": "Delete"
"deletionPolicy": "Delete"
}
}
}
2 changes: 1 addition & 1 deletion data/products/kubedb/databases/solr.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"spec": {
"version": "9.4.1",
"terminationPolicy": "Delete",
"deletionPolicy": "Delete",
"replicas": 3,
"zookeeperRef": {
"name": "zk-ensemble",
Expand Down
11 changes: 10 additions & 1 deletion data/products/kubestash.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@
"hostDocs": false,
"show": true
},
{
"version": "v2024.8.30",
"hostDocs": true,
"show": true,
"info": {
"cli": "v0.11.0",
"installer": "v2024.8.30"
}
},
{
"version": "v2024.8.14",
"hostDocs": true,
Expand Down Expand Up @@ -222,7 +231,7 @@
}
}
],
"latestVersion": "v2024.8.14",
"latestVersion": "v2024.8.30",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/kubestash",
Expand Down
83 changes: 82 additions & 1 deletion data/products/stash-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,87 @@
"hostDocs": false,
"show": true
},
{
"version": "v0.35.0",
"hostDocs": true,
"show": true,
"info": {
"stash": "v2024.8.27",
"stash-community": "v0.35.0",
"stash-elasticsearch": [
"5.6.4-v32",
"6.2.4-v32",
"6.3.0-v32",
"6.4.0-v32",
"6.5.3-v32",
"6.8.0-v32",
"7.14.0-v18",
"7.2.0-v32",
"7.3.2-v32",
"8.2.0-v15"
],
"stash-enterprise": "v0.35.0",
"stash-etcd": [
"3.5.0-v19"
],
"stash-installer": "v2024.8.27",
"stash-kubedump": [
"0.1.0-v15"
],
"stash-mariadb": [
"10.5.8-v26"
],
"stash-mongodb": [
"3.4.17-v32",
"3.4.22-v32",
"3.6.13-v32",
"3.6.8-v32",
"4.0.11-v32",
"4.0.3-v32",
"4.0.5-v32",
"4.1.13-v32",
"4.1.4-v32",
"4.1.7-v32",
"4.2.3-v32",
"4.4.6-v23",
"5.0.15-v5",
"5.0.3-v20",
"6.0.5-v8"
],
"stash-mysql": [
"5.7.25-v32",
"8.0.14-v32",
"8.0.21-v26",
"8.0.3-v32"
],
"stash-nats": [
"2.6.1-v20",
"2.8.2-v15"
],
"stash-perconaxtradb": [
"5.7-v27"
],
"stash-postgres": [
"10.14-v31",
"11.9-v31",
"12.4-v31",
"13.1-v28",
"14.0-v20",
"15.1-v12",
"16.1-v1",
"9.6.19-v31"
],
"stash-redis": [
"5.0.13-v20",
"6.2.5-v20",
"7.0.5-v13"
],
"stash-ui-server": "v0.16.0",
"stash-vault": [
"1.10.3-v12"
]
}
},
{
"version": "v0.34.0",
"hostDocs": true,
Expand Down Expand Up @@ -2424,5 +2505,5 @@
"show": true
}
],
"latestVersion": "v0.34.0"
"latestVersion": "v0.35.0"
}
Loading

0 comments on commit eb0343e

Please sign in to comment.