View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
0.2.1 - 2024-10-03
Fixed
0.2.0 - 2024-09-20
Changed
execauth and other steps now return errors instead of raising exceptions. #30
0.1.8 - 2024-09-14
Changed
Kubereq.Kubeconfig.Stub: Set server url to context name
0.1.7 - 2024-09-12
Added
Kubereq.Kubeconfig.Stub: A Kubeconfig step used for testing
0.1.6 - 2024-08-25
Fixed
Kubereq.Kubeconfig.ServiceAccount: make server key a binary
0.1.5 - 2024-08-24
Added
Kubereq.wait_until/5: Support returning{:error, error}tuple in the callback
0.1.4 - 2024-08-21
Fixed
Kubereq.Kubeconfig.File: Only expand path if not relative to HOME.
0.1.3 - 2024-08-19
Fixed
- Fixed several bugs and docs
- Dependency updates
0.1.2 - 2024-06-13
- Dependency updates
0.1.1
Fixed
- License was wrong in
mix.exs