Blob Blame History Raw
-------------------------------------------------------------------
Thu Feb 02 06:48:01 UTC 2023 - kastl@b1-systems.de

- Update to version 0.19.3:
  * Version 0.19.3
  * Delete old release script
  * Github actions handle publish now
  * Apply clippy lints
  * Add job to publish to crates.io when tag is created

-------------------------------------------------------------------
Mon Jan 30 12:07:13 UTC 2023 - kastl@b1-systems.de

- Update to version 0.19.2:
  * Version 0.19.2
  * Buffer KUBECONFIG serde_yaml writes in memory
  * Set 600 mode file permissions on temp KUBECONFIG

-------------------------------------------------------------------
Tue Nov 15 15:43:11 UTC 2022 - kastl@b1-systems.de

- Update to version 0.19.1:
  * Version 0.19.1
  * Update dependencies
  * Update skim to 0.10.1, fix security alerts
  * Update attohttpc and use native certs with rustls

-------------------------------------------------------------------
Wed Sep 07 05:36:12 UTC 2022 - kastl@b1-systems.de

- follow the build instructions from the README to exclude
  the self-update functionality:
  cargo build --release --no-default-feature
- Update to version 0.19.0:
  * Version 0.19.0
  * Clarify comments for distro maintainers
  * Run cargo update
  * Apply clippy lints
  * Make the download subcommand optional
  * Use native cargo strip feature instead of GNU strip

-------------------------------------------------------------------
Wed Sep 07 05:31:49 UTC 2022 - kastl@b1-systems.de

- Update to version 0.18.0:
  * Version 0.18.0
  * Restore --version flag, fixes #118
  * Set opt-level = "s" to reduce binary size
  * Update attohttpc
  * Update Cargo.lock
  * use skim to select context and namespace instead of fzf (#117)

-------------------------------------------------------------------
Thu Jul 28 19:54:42 UTC 2022 - kastl@b1-systems.de

- Update to version 0.17.2:
  * Version 0.17.2
  * Restore serde lowercase enum variants #114

-------------------------------------------------------------------
Mon Jul 25 11:07:44 UTC 2022 - kastl@b1-systems.de

- Update to version 0.17.1:
  * Version 0.17.1
  * Switch from structopt to clap
  * Update dependencies
  * fix bug where fish completion for contexts would not terminate
- remove zstd as BuildRequires, as cargo_vendor no longer spits out tar.zst files...

-------------------------------------------------------------------
Mon May 30 14:38:03 UTC 2022 - kastl@b1-systems.de

- add zstd as BuildRequires, as cargo_vendor now spits out tar.zst files...
- Update to version 0.17.0:
  * Version 0.17.0
  * Cleanup dead code
  * fix: copy zsh_hisotry file
  * Add instructions for installing on Arch Linux

-------------------------------------------------------------------
Thu Feb 17 17:38:09 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>

- add subpackages for kubie bash-completion and fish-completion

-------------------------------------------------------------------
Sun Dec 12 21:34:49 UTC 2021 - rombert@apache.org

- Update to version 0.16.0:
  * Version 0.16.0
  * replace troublesome indexing with pop function
  * fix subsequent prompt modifications
  * restrict KUBECONFIG value
  * preserve xonshrc configuration
  * add xonsh support
  * Version 0.15.3
  * Add proper support for overridden $ZDOTDIR (#92)
  * Version 0.15.2
  * Find ZSH dotfiles in $ZDOTDIR first, then $HOME
  * Add fish completions
  * README: add MacPorts install info (#86)
  * Update dependencies
  * Allow references to users and clusters outside the config file
  * Version 0.15.1
  * vuln: update dependencies to remove unsafe `generator` package (#80)
  * Version 0.15.0
  * Add linux arm static builds (#79)
  * Do not try to read directories as YAML when configs are loaded.
  * Fix autocomplete error (#75)
  * Version 0.14.1
  * Avoid using temporary file for state (#74)
  * Version 0.14.0
  * Convert to using --context-headers={Auto,Always,Never} flag style
  * Lowercase settings for behavior.print_context_in_exec
  * More idiomatic defaulting in settings
  * Better config for behavior.print_context_in_exec, more explicit CLI flags
  * Print context names when using kubie exec with wildcard
  * Version 0.13.4
  * Fix missing data dir bug + adjustements with paths (#70)
  * Version 0.13.3
  * Enhance state.json handling with parallel kubie processes (#67)
  * Version 0.13.2
  * Return error on no matching context
  * Update deps

-------------------------------------------------------------------
Wed Feb 17 09:05:37 UTC 2021 - rombert@apache.org

- Update to version 0.13.1:
  * Version 0.13.1
  * Repair macos build (#61)
  * Version 0.13.0
  * Use fixed version of image in Github test actions
  * Add option to disable namespace validation (#60)
  * Build arm64 binary on macos-10.15
  * Run tests for pull requests

-------------------------------------------------------------------
Wed Feb  3 23:58:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

- Make summary usable.

-------------------------------------------------------------------
Wed Feb 03 10:56:30 UTC 2021 - rombert@apache.org

- Update to version 0.12.1:
  * Version 0.12.1
  * Add Apple Sillicon build of kubie (#57)
  * Version 0.12.0
  * Update dependencies
  * Add test & release actions and make kubie fully static on Linux (#56)
  * Version 0.11.1
  * Update lock file
  * Version 0.11.0
  * Add support for unsetting namespace
  * Run fish as an interactive login shell

-------------------------------------------------------------------
Tue Feb  2 14:41:17 UTC 2021 - Robert Munteanu <rombert@apache.org>

- Initial package