Skip to content

v0.10.0

Compare
Choose a tag to compare
@EItanya EItanya released this 21 Aug 12:52
2bbd0c6
Bump k8s 18.x (#117)

* set list filter func
* fix output snapshot
* remove incorrect warning
* regen, fix chart labels
* add marshaljson to snapshots
* allow nil sets
* snapshot sync only writes local resources
* Add test builder for input snapshot. (#109)

* Add test builder for input snapshot.
* Input snapshot test builder (#110)

* Add test builder for input snapshot.
* colocate builder with snapshot
* distinguish client from type import for k8s native resources
* Merge branch 'upgrades2' into input-snapshot-test-builder
* delete test builder template
* explicitly add type import
* gen code
* sync -> syncLocalCluster
* ref to objkey util
* sync status multicluster
* Merge branch 'master' into upgrades2
* Upgrades2 tweaks (#113)

* Enable mockgen directive for snapshots
* separate input snapshot test builder into separate template
* output snapshot builder
* rename to InputSnapshotManualBuilder
* fix input snapshot manual builder file path
* fix manual snapshot builder imports
* dont silence error
* variadic args
* debug logs in output builder
* add interface for builder
* allow adding nil obj
* multicluster writes are partitioned from local cluster writes
* use interval and rate limit the number of events pushed to input reconciler queue
* Merge branch 'master' into upgrades2
* is building
* oops
* changelog
* wrong branch
* Merge remote-tracking branch 'origin/upgrades2' into bump-k8s-18.x
* code-gen
* support predicates on input reconciler
* prevent insertion of nil objects into set
* add output error handlers implementation
* Merge branch 'upgrades2' of github.com:solo-io/skv2 into bump-k8s-18.x
* Adding changelog file to new location
* Deleting changelog file from old location
* merge with master
* breaking kube bump
* Merge branch 'bump-k8s-18.x' of github.com:solo-io/skv2 into bump-k8s-18.x
* fixed compile issues to 1.18
* fix up context usage