Skip to content

Commit 3ea9093

Browse files
Bump kr8s pin to 0.5.2 (#747)
1 parent a0029ac commit 3ea9093

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/helmcluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ on:
33
pull_request:
44
paths:
55
- ".github/workflows/helmcluster.yaml"
6+
- "requirements*"
67
- "ci/**"
78
- "dask_kubernetes/helm/**"
89
- "dask_kubernetes/common/**"
910
- "dask_kubernetes/*"
1011
push:
1112
paths:
1213
- ".github/workflows/helmcluster.yaml"
14+
- "requirements*"
1315
- "ci/**"
1416
- "dask_kubernetes/helm/**"
1517
- "dask_kubernetes/common/**"

.github/workflows/kubecluster.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ on:
33
pull_request:
44
paths:
55
- ".github/workflows/kubecluster.yaml"
6+
- "requirements*"
67
- "ci/**"
78
- "dask_kubernetes/classic/**"
89
- "dask_kubernetes/common/**"
910
- "dask_kubernetes/*"
1011
push:
1112
paths:
1213
- ".github/workflows/kubecluster.yaml"
14+
- "requirements*"
1315
- "ci/**"
1416
- "dask_kubernetes/classic/**"
1517
- "dask_kubernetes/common/**"

.github/workflows/operator.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
paths:
55
- ".github/workflows/operator.yaml"
6+
- "requirements*"
67
- "ci/**"
78
- "dask_kubernetes/operator/**"
89
- "dask_kubernetes/common/**"
@@ -11,6 +12,7 @@ on:
1112
push:
1213
paths:
1314
- ".github/workflows/operator.yaml"
15+
- "requirements*"
1416
- "ci/**"
1517
- "dask_kubernetes/operator/**"
1618
- "dask_kubernetes/common/**"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kubernetes-asyncio>=12.0.1
55
kopf>=1.35.3
66
pykube-ng>=22.9.0
77
rich>=12.5.1
8-
kr8s==0.5.1
8+
kr8s==0.5.2

0 commit comments

Comments
 (0)