Skip to content

Commit f87dba8

Browse files
authored
Merge branch 'main' into anmol/hermes-v13
2 parents c3ad04b + 650b773 commit f87dba8

File tree

17 files changed

+133
-50
lines changed

17 files changed

+133
-50
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "starship/exposer/**"
@@ -13,6 +14,7 @@ on:
1314
pull_request:
1415
branches:
1516
- main
17+
- v1
1618
paths:
1719
- "starship/exposer/**"
1820
- "starship/registry/**"

.github/workflows/docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "starship/docker/**"
1011
- ".github/workflows/docker.yaml"
1112
pull_request:
1213
branches:
1314
- main
15+
- v1
1416
paths:
1517
- "starship/docker/**"
1618
- ".github/workflows/docker.yaml"

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
8+
- release/*
79
paths:
810
- "docs/**"
911
- "learn/**"

.github/workflows/lint-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "starship/charts/**"
1011
- ".github/workflows/lint-check.yaml"
1112
pull_request:
1213
branches:
1314
- main
15+
- v1
1416
paths:
1517
- "starship/charts/**"
1618
- ".github/workflows/lint-check.yaml"

.github/workflows/lint-client.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "packages/**"
1011
- ".github/workflows/lint-client.yml"
1112
pull_request:
1213
branches:
1314
- main
15+
- v1
1416
paths:
1517
- "packages/**"
1618
- ".github/workflows/lint-client.yml"

.github/workflows/pr-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "starship/**"

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
release:
910
types:

.github/workflows/run-client-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "packages/**"
1011
- ".github/workflows/run-client-tests.yml"
1112
pull_request:
1213
branches:
1314
- main
15+
- v1
1416
paths:
1517
- "packages/**"
1618
- ".github/workflows/run-client-tests.yml"

.github/workflows/starship-docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v1
78
- release/*
89
paths:
910
- "starship/registry/**"
@@ -13,6 +14,7 @@ on:
1314
pull_request:
1415
branches:
1516
- main
17+
- v1
1618
paths:
1719
- "starship/registry/**"
1820
- "starship/exposer/**"

starship/charts/devnet/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.8.0
18+
version: 1.9.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)