Skip to content

Commit e24cf55

Browse files
Merge pull request #251 from SaschaSchwarze0/sascha-v0.13
Prepare release of v0.13.0
2 parents 7210987 + 4276e04 commit e24cf55

File tree

847 files changed

+73675
-76309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

847 files changed

+73675
-76309
lines changed

.github/workflows/e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
kubernetes:
17-
- v1.25.11
18-
- v1.28.0
17+
- v1.27.11
18+
- v1.29.2
1919
max-parallel: 2
2020
runs-on: ubuntu-latest
2121

@@ -28,14 +28,14 @@ jobs:
2828

2929
- uses: helm/kind-action@v1
3030
with:
31-
version: v0.20.0
31+
version: v0.22.0
3232
node_image: kindest/node:${{ matrix.kubernetes }}
3333
cluster_name: kind
3434
config: test/kind/config.yaml
3535
wait: 120s
3636
- uses: shipwright-io/setup@v1
3737
with:
38-
tekton-version: v0.47.4
38+
tekton-version: v0.50.5
3939
shipwright-ref: main
4040
cli-ref: _ignore
4141

go.mod

Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ require (
77
github.com/onsi/gomega v1.33.1
88
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
99
github.com/schollz/progressbar/v3 v3.14.2
10-
github.com/shipwright-io/build v0.12.0
10+
github.com/shipwright-io/build v0.13.0
1111
github.com/spf13/cobra v1.8.0
1212
github.com/spf13/pflag v1.0.5
1313
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c
14-
k8s.io/api v0.26.9
15-
k8s.io/apimachinery v0.26.9
16-
k8s.io/cli-runtime v0.26.9
17-
k8s.io/client-go v0.26.9
18-
k8s.io/klog/v2 v2.90.1
19-
k8s.io/kubectl v0.26.9
20-
k8s.io/utils v0.0.0-20230209194617-a36077c30491
14+
k8s.io/api v0.27.11
15+
k8s.io/apimachinery v0.27.11
16+
k8s.io/cli-runtime v0.27.11
17+
k8s.io/client-go v0.27.11
18+
k8s.io/klog/v2 v2.100.1
19+
k8s.io/kubectl v0.27.11
20+
k8s.io/utils v0.0.0-20230505201702-9f6742963106
2121
)
2222

2323
require (
@@ -33,13 +33,13 @@ require (
3333
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
3434
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
3535
github.com/davecgh/go-spew v1.1.1 // indirect
36-
github.com/docker/cli v24.0.6+incompatible // indirect
37-
github.com/docker/distribution v2.8.2+incompatible // indirect
38-
github.com/docker/docker v24.0.9+incompatible // indirect
39-
github.com/docker/docker-credential-helpers v0.8.0 // indirect
40-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
41-
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
42-
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
36+
github.com/docker/cli v26.1.1+incompatible // indirect
37+
github.com/docker/distribution v2.8.3+incompatible // indirect
38+
github.com/docker/docker v26.1.1+incompatible // indirect
39+
github.com/docker/docker-credential-helpers v0.8.1 // indirect
40+
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
41+
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
42+
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
4343
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
4444
github.com/fatih/camelcase v1.0.0 // indirect
4545
github.com/fvbommel/sortorder v1.1.0 // indirect
@@ -50,7 +50,7 @@ require (
5050
github.com/go-kit/log v0.2.1 // indirect
5151
github.com/go-logfmt/logfmt v0.6.0 // indirect
5252
github.com/go-logr/logr v1.4.1 // indirect
53-
github.com/go-logr/zapr v1.2.3 // indirect
53+
github.com/go-logr/zapr v1.2.4 // indirect
5454
github.com/go-openapi/jsonpointer v0.20.0 // indirect
5555
github.com/go-openapi/jsonreference v0.20.2 // indirect
5656
github.com/go-openapi/swag v0.22.4 // indirect
@@ -65,8 +65,6 @@ require (
6565
github.com/google/uuid v1.3.0 // indirect
6666
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
6767
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2 // indirect
68-
github.com/hashicorp/errwrap v1.1.0 // indirect
69-
github.com/hashicorp/go-multierror v1.1.1 // indirect
7068
github.com/imdario/mergo v0.3.15 // indirect
7169
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7270
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -75,7 +73,6 @@ require (
7573
github.com/klauspost/compress v1.16.7 // indirect
7674
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
7775
github.com/mailru/easyjson v0.7.7 // indirect
78-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
7976
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
8077
github.com/mitchellh/go-homedir v1.1.0 // indirect
8178
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -89,26 +86,26 @@ require (
8986
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
9087
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
9188
github.com/pkg/errors v0.9.1 // indirect
92-
github.com/prometheus/client_golang v1.17.0 // indirect
93-
github.com/prometheus/client_model v0.5.0 // indirect
94-
github.com/prometheus/common v0.44.0 // indirect
95-
github.com/prometheus/procfs v0.11.1 // indirect
89+
github.com/prometheus/client_golang v1.19.0 // indirect
90+
github.com/prometheus/client_model v0.6.0 // indirect
91+
github.com/prometheus/common v0.48.0 // indirect
92+
github.com/prometheus/procfs v0.12.0 // indirect
9693
github.com/prometheus/statsd_exporter v0.24.0 // indirect
9794
github.com/rivo/uniseg v0.4.7 // indirect
9895
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9996
github.com/sirupsen/logrus v1.9.3 // indirect
100-
github.com/tektoncd/pipeline v0.47.4 // indirect
97+
github.com/tektoncd/pipeline v0.50.5 // indirect
10198
github.com/vbatts/tar-split v0.11.5 // indirect
10299
github.com/xlab/treeprint v1.2.0 // indirect
103100
go.opencensus.io v0.24.0 // indirect
104101
go.starlark.net v0.0.0-20230814145427-12f4cb8177e4 // indirect
105102
go.uber.org/atomic v1.11.0 // indirect
106103
go.uber.org/multierr v1.11.0 // indirect
107-
go.uber.org/zap v1.26.0 // indirect
104+
go.uber.org/zap v1.27.0 // indirect
108105
golang.org/x/exp v0.0.0-20230307190834-24139beb5833 // indirect
109106
golang.org/x/net v0.24.0 // indirect
110-
golang.org/x/oauth2 v0.11.0 // indirect
111-
golang.org/x/sync v0.3.0 // indirect
107+
golang.org/x/oauth2 v0.16.0 // indirect
108+
golang.org/x/sync v0.6.0 // indirect
112109
golang.org/x/sys v0.19.0 // indirect
113110
golang.org/x/term v0.19.0 // indirect
114111
golang.org/x/text v0.14.0 // indirect
@@ -124,13 +121,13 @@ require (
124121
gopkg.in/warnings.v0 v0.1.2 // indirect
125122
gopkg.in/yaml.v2 v2.4.0 // indirect
126123
gopkg.in/yaml.v3 v3.0.1 // indirect
127-
k8s.io/component-base v0.26.9 // indirect
128-
k8s.io/kube-openapi v0.0.0-20230308215209-15aac26d736a // indirect
129-
knative.dev/pkg v0.0.0-20230221145627-8efb3485adcf // indirect
130-
sigs.k8s.io/controller-runtime v0.14.6 // indirect
124+
k8s.io/component-base v0.27.11 // indirect
125+
k8s.io/kube-openapi v0.0.0-20230515203736-54b630e78af5 // indirect
126+
knative.dev/pkg v0.0.0-20231011201526-df28feae6d34 // indirect
127+
sigs.k8s.io/controller-runtime v0.15.3 // indirect
131128
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
132-
sigs.k8s.io/kustomize/api v0.12.1 // indirect
133-
sigs.k8s.io/kustomize/kyaml v0.13.9 // indirect
129+
sigs.k8s.io/kustomize/api v0.13.2 // indirect
130+
sigs.k8s.io/kustomize/kyaml v0.14.1 // indirect
134131
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
135132
sigs.k8s.io/yaml v1.3.0 // indirect
136133
)

0 commit comments

Comments
 (0)