Mike Palmiotto
Mike Palmiotto
Update the feature deprecation page to describe the deprecation statuses and their effects.
This PR updates the `login` path to store a token when using single-phase MFA validation. Still need to do some testing to see if this breaks any of the pre-existing...
This PR pushes the deprecation handling for mount/enable down in the stack, allowing us to access the mount data (builtin, RunningVersion). This allows us to distinguish between builtins and external...
This PR drops the logical database builtins for 1.13. This might need a bit more polish in the form of Factory stubbing, but getting it into CI to get some...
Minor fixups from the last PR that was set to auto-merge.
With the following commits, subloggers are now able to set their own levels while maintaining a hierarchical relationship to their parent/children. https://github.com/hashicorp/go-hclog/pull/134 https://github.com/hashicorp/go-hclog/pull/137 This allows us to keep leaf sublogger...
To facilitate future releases/decrease possibility of error in updating, we should move toward using an `updates` directory and wildcards. Also try to automatically pull EXTNAME and EXTVERSION from the control...