Skip to content

Commit

Permalink
Merge pull request #112 from bjwswang/dev
Browse files Browse the repository at this point in the history
chore: use strict semver in kubebb components
  • Loading branch information
bjwswang authored Aug 29, 2023
2 parents 0d79262 + a189dca commit 4cf8b41
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/bc-apis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bc-apis
description: bc-apis is a service that provides composited APIs for the console.
type: application
version: v0.0.2
version: 0.0.3
icon: https://avatars.githubusercontent.com/u/85277200
annotations:
component-store.kubebb.k8s.com.cn/source: official
Expand Down
2 changes: 1 addition & 1 deletion charts/bc-depository/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bc-depository
description: bc-depository represents depository-as-a-service in bestchains which provides quick way to create a depository service.
type: application
version: v0.0.2
version: 0.0.3
icon: https://avatars.githubusercontent.com/u/116370569
keywords:
- depository
Expand Down
2 changes: 1 addition & 1 deletion charts/bc-explorer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bc-explorer
description: a comprehensive blockchain explorer
type: application
version: v0.0.2
version: 0.0.3
icon: https://avatars.githubusercontent.com/u/116370569
keywords:
- explorer
Expand Down
4 changes: 3 additions & 1 deletion charts/kubebb-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
apiVersion: v2
name: kubebb-core
annotations:
core.kubebb.k8s.com.cn/displayname: "内核"
description: Kubebb Core provides core implementations on Component Lifecycle Management.Our design and development follows operator pattern which extends kubernetes APIs.
type: application
version: v0.1.12
version: 0.1.13
appVersion: v0.1.4
icon: https://avatars.githubusercontent.com/u/85277200
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/u4a-component/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,7 +25,7 @@ appVersion: "0.1.0"

dependencies:
- name: addon-component
version: 0.1.0
version: 0.1.1
condition: addon-component.enabled
- name: crds
version: 0.1.1
Expand Down
6 changes: 3 additions & 3 deletions charts/u4a-component/charts/addon-component/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -24,5 +24,5 @@ version: 0.1.0
appVersion: "0.1.0"

dependencies:
- name: crds
version: 0.1.0
- name: crds
version: 0.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ data:
resources: ["tenants", "capsuleconfigurations"]
- group: "common.tenxcloud.com" # core API group
resources: ["licenses"]
- group: "component.t7d.io"
resources: ["components", "menus"]
- group: "core.kubebb.k8s.com.cn"
resources: ["portals", "menus"]
- group: "iam.tenxcloud.com"
resources: ["users", "roletemplates"]
# 3. Add audit for your resources
Expand Down
2 changes: 1 addition & 1 deletion examples/bc-apis/componentplan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
approved: true
name: fabric-bc-apis
version: v0.0.2
version: 0.0.3
override:
set:
- ingressDomain={ingressNodeIP}.nip.io
Expand Down

0 comments on commit 4cf8b41

Please sign in to comment.