Skip to content

Commit f32e51e

Browse files
authored
Merge pull request #1 from cnf-testsuite/semver-release
Update shard.yml to point to releases of deps
2 parents 5fb198e + f327d5e commit f32e51e

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

shard.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ version: 2.0
22
shards:
33
cluster_tools:
44
git: https://github.com/cnf-testsuite/cluster_tools.git
5-
version: 0.1.0+git.commit.9541c11aedd688b6c03386f83fd2a89756fbedae
5+
version: 1.0.0
66

77
docker_client:
88
git: https://github.com/cnf-testsuite/docker_client.git
9-
version: 0.1.0+git.commit.394f8652859ae635f0504fe9134f96f40975db3c
9+
version: 1.0.0
1010

1111
find:
1212
git: https://github.com/cnf-testsuite/find.git
@@ -18,15 +18,15 @@ shards:
1818

1919
helm:
2020
git: https://github.com/cnf-testsuite/helm.git
21-
version: 0.1.0+git.commit.12b1152fcb8d55806d6c5949716a1ff116c4d3d2
21+
version: 1.0.1
2222

2323
kernel_introspection:
2424
git: https://github.com/cnf-testsuite/kernel_introspection.git
25-
version: 0.1.0+git.commit.a267babbb77bcab877ded6895f9416854a11a67b
25+
version: 0.1.0
2626

2727
kubectl_client:
2828
git: https://github.com/cnf-testsuite/kubectl_client.git
29-
version: 0.1.0+git.commit.12cad24a372469e34e0f64019b10e1b3dc82a124
29+
version: 1.0.1
3030

3131
popcorn:
3232
git: https://github.com/icyleaf/popcorn.git

shard.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: k8s_netstat
2-
version: 0.1.0
2+
version: 1.0.0
33

44
authors:
55
- W. Watson <Watson@vulk.coop>
@@ -16,15 +16,14 @@ targets:
1616
dependencies:
1717
kubectl_client:
1818
github: cnf-testsuite/kubectl_client
19-
branch: main
19+
version: ~> 1.0.0
2020
kernel_introspection:
2121
github: cnf-testsuite/kernel_introspection
22-
branch: main
22+
version: ~> 0.1.0
2323
cluster_tools:
2424
# path: ../cluster_tools
2525
github: cnf-testsuite/cluster_tools
26-
branch: main
26+
version: ~> 1.0.0
2727
helm:
2828
github: cnf-testsuite/helm
29-
branch: main
30-
29+
version: ~> 1.0.0

0 commit comments

Comments
 (0)