Skip to content

1.0.21425

@babbageclunk babbageclunk tagged this 24 Mar 03:26
* Remove ignore entry for manager

The output of `make manager` goes into bin/ which is already
ignored. This entry was causing very confusing things to happen with
directories called `manager` further down the directory tree.

* Never error when converting v1alpha2 MySQLAADUser -> v1alpha1

(Unless JSON serialisation fails for some reason.) Instead we store
the changed fields in an annotation and allow roundtripping that when
converting in the other direction.

* Never error when converting v1alpha2 MySQLUser -> v1alpha1

(Unless JSON serialisation fails for some reason.) Instead we store
the changed fields in an annotation and allow roundtripping that when
converting in the other direction.

* Review feedback, thanks @matthchr

* Comment out the replica server in the MySQL happy path test

This is perpetually timing out for me at the moment, and testing
manually shows that creation can take more than an hour.
Assets 2