Upgrades capei to v0.2.5 for re-adding a node fixes (#334)
- Capei v0.2.5 has some fixes about removing and re-adding the same node https://github.com/weaveworks/cluster-api-provider-existinginfra/pull/67
Showing
+40 -35
... | ... | @@ -16,8 +16,8 @@ require ( |
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/thanhpk/randstr v1.0.4 | ||
github.com/weaveworks/cluster-api-provider-existinginfra v0.2.4 | ||
github.com/weaveworks/footloose v0.0.0-20200918140536-ff126705213e | ||
github.com/weaveworks/cluster-api-provider-existinginfra v0.2.5 | ||
github.com/weaveworks/footloose v0.0.0-20210208164054-2862489574a3 | ||
github.com/weaveworks/go-checkpoint v0.0.0-20170503165305-ebbb8b0518ab | ||
github.com/weaveworks/launcher v0.0.0-20180824102238-59a4fcc32c9c | ||
github.com/weaveworks/libgitops v0.0.2 | ||
... | ... |
Please register or sign in to comment