File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 35
35
REGISTRY : registry.dev.talos-systems.io
36
36
commands :
37
37
- make
38
+ - make check-dirty
38
39
when :
39
40
event :
40
41
include :
Original file line number Diff line number Diff line change 1
- ## [ CAPI Control Plane Provider Talos 0.5.0-alpha.0] ( https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0-alpha.0 ) (2023-04-19)
2
1
3
- Welcome to the v0.5.0-alpha.0 release of CAPI Control Plane Provider Talos!
2
+ ## [ CAPI Control Plane Provider Talos 0.5.0-alpha.1] ( https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0-alpha.1 ) (2023-04-19)
3
+
4
+ Welcome to the v0.5.0-alpha.1 release of CAPI Control Plane Provider Talos!
4
5
* This is a pre-release of CAPI Control Plane Provider Talos*
5
6
6
7
Original file line number Diff line number Diff line change @@ -140,4 +140,7 @@ integration-test: integration-test-build
140
140
141
141
.PHONY : unit-tests
142
142
unit-tests : # # Performs unit tests
143
- @$(MAKE ) local-$@ DEST=$(ARTIFACTS )
143
+ @$(MAKE ) local-$@ DEST=$(ARTIFACTS )
144
+
145
+ check-dirty : # # Verifies that source tree is not dirty
146
+ @if test -n " ` git status --porcelain` " ; then echo " Source tree is dirty" ; git status; exit 1 ; fi
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ require (
18
18
github.com/siderolabs/talos/pkg/machinery v1.4.0
19
19
github.com/stretchr/testify v1.8.2
20
20
google.golang.org/grpc v1.54.0
21
+ google.golang.org/protobuf v1.30.0
21
22
gopkg.in/typ.v4 v4.2.0
22
23
gopkg.in/yaml.v3 v3.0.1
23
24
k8s.io/api v0.26.1
@@ -136,7 +137,6 @@ require (
136
137
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
137
138
google.golang.org/appengine v1.6.7 // indirect
138
139
google.golang.org/genproto v0.0.0-20230330154414-c0448cd141ea // indirect
139
- google.golang.org/protobuf v1.30.0 // indirect
140
140
gopkg.in/inf.v0 v0.9.1 // indirect
141
141
gopkg.in/ini.v1 v1.67.0 // indirect
142
142
gopkg.in/yaml.v2 v2.4.0 // indirect
You can’t perform that action at this time.
0 commit comments