Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

v0.9.0-alpha.3

Compare
Choose a tag to compare
@weaveworksbot weaveworksbot released this 11 Aug 17:10
· 52 commits to master since this release
4f52b4a

Changelog

1bc8e77 Add a common scheme package
a18b48d Add a register.go file to v1alpha1 types, and remove old deepcopy-gen argument
c6ab293 Add quotes to the JSON matching test code
faf7480 Avoid redundant conversions by passing an io.ReadCloser to manifest.WithNamespace
8f39136 Don't register any types into the client-go scheme
335f1d9 Ensure two control-plane nodes remain up while we do an update
4dc65a3 Exclude node being updated from HA check
85d95ee Fetch machine identity fewer times
0557f31 Fix YAML indentation
a78800c Fix duplicate import of k8s.io/api/core/v1
feb9c7c Fix typo in comment
71786f2 Fix up TestOS() after removing unused fields from resource.OS
9ba0b10 Generalize error message when decoding sealed secrets
866cfcd Make .spec.sshKeyPath optional
2a4613e Maybe now this is actually building YAML manifests...
4125b77 Merge pull request #224 from weaveworks/existinginfra
13f4a7c Merge pull request #268 from weaveworks/fewer-id-calls
8f84574 Merge pull request #271 from weaveworks/use_cordon_from_kubectl
678daee Merge pull request #272 from weaveworks/remove_footloose
f3623db Merge pull request #273 from weaveworks/libgitops_serializer_v2
4f49b82 Merge pull request #274 from weaveworks/leave-two-masters
9e57db6 Merge pull request #281 from weaveworks/exclude-upgrading-node
38998f6 Merge pull request #287 from weaveworks/remove-bogus-taint-check
4f52b4a Merge pull request #289 from weaveworks/use-client
325ec9e Minor review comments. Use the serializer-embedded codecs and document other types of secrets
bcd0c42 Move scheme to pkg, fix imports, remove unnecessary AddToScheme calls
612ef1d Put k8s package dependencies back to 0.18.5
2559e00 Refactor os.Identify() to take Runner interface
acab5e5 Remove bogus taint check in controller
9947512 Remove deprecated register option for deepcopy-gen in v1alpha3
19b1c53 Remove footloose references
63eaee3 Remove unused NewScheme function and add comment to investigate
0d18f23 Remove unused code and use our scheme instead of client-go
9150f36 Remove unused file
dc35e6f Rename 'BareMetal' to 'ExistingInfra'
48491db Rename variable name references from BareMetal* to ExistingInfra*
7c14009 Rewrite the manifest parsing to use kyaml & libgitops
060bf57 Special handling for namespaces
43fa083 Statically define machine names the Vagrant example (crdconv update)
f426bd3 Update examples to ExistingInfra* using crdconv
8dfd8da Update vfsdata files
9b6cd27 Use WriteFrameList instead of yaml.Concat
56a9d9a Use cordoning from k8s.io/kubectl
41856d1 Use our new scheme package in the controller
02bbe04 Use runtime-controller client interface
e5ab4f8 Use stack allocation where possible
40fd12b Use the libgitops serializer
c40e686 YAML indentation, part 1000
64e9673 add double quotes to test data, as output is in JSON
bfc899f fix problems in unit tests, e.g. YAML indentatation errors
4f5a28a remove dead code
62b0846 remove unnecessary quotes
b247dc7 update references to WithManifest