open-nomad/.changelog/15915.txt
Luiz Aoqui de87cdc816
template: restore driver handle on update (#15915)
When the template hook Update() method is called it may recreate the
template manager if the Nomad or Vault token has been updated.

This caused the new template manager did not have a driver handler
because this was only being set on the Poststart hook, which is not
called for inplace updates.
2023-01-27 10:55:59 -05:00

4 lines
90 B
Plaintext

```release-note:bug
template: Fixed a bug that caused the chage script to fail to run
```