Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2024.11.30 #3195

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [2024.11.30](https://github.com/jdx/mise/compare/v2024.11.29..v2024.11.30) - 2024-11-26

### 🚀 Features

- migrate wren-cli to ubi by [@jdx](https://github.com/jdx) in [#3193](https://github.com/jdx/mise/pull/3193)
- migrate more tools away from asdf by [@jdx](https://github.com/jdx) in [#3202](https://github.com/jdx/mise/pull/3202)
- automatically set `set -e` in toml tasks by [@jdx](https://github.com/jdx) in [#3215](https://github.com/jdx/mise/pull/3215)
- added MISE_ORIGINAL_CWD to tasks by [@jdx](https://github.com/jdx) in [#3214](https://github.com/jdx/mise/pull/3214)
- add ruby backend by [@andrewthauer](https://github.com/andrewthauer) in [#1657](https://github.com/jdx/mise/pull/1657)
- migrate more tools away from asdf by [@jdx](https://github.com/jdx) in [#3205](https://github.com/jdx/mise/pull/3205)

### 🐛 Bug Fixes

- Make Rebar backend depend on Erlang by [@eproxus](https://github.com/eproxus) in [#3197](https://github.com/jdx/mise/pull/3197)
- trust system/global config by default by [@jdx](https://github.com/jdx) in [#3201](https://github.com/jdx/mise/pull/3201)
- use tv.short in show_tools by [@jdx](https://github.com/jdx) in [#3213](https://github.com/jdx/mise/pull/3213)

### 📚 Documentation

- flatten tools in sidebar by [@jdx](https://github.com/jdx) in [0556024](https://github.com/jdx/mise/commit/0556024b5abdb2d5f1cb025d105494c71aa79647)

### 🧪 Testing

- remove flaky maven test by [@jdx](https://github.com/jdx) in [65f6eb4](https://github.com/jdx/mise/commit/65f6eb48880b6322439c33b3cd53eab7b8b97439)
- added test for vault by [@jdx](https://github.com/jdx) in [#3194](https://github.com/jdx/mise/pull/3194)

### 🔍 Other Changes

- bump expr-lang by [@jdx](https://github.com/jdx) in [#3199](https://github.com/jdx/mise/pull/3199)
- add aqua-registry as submodule by [@jdx](https://github.com/jdx) in [#3204](https://github.com/jdx/mise/pull/3204)
- Update plugins.md by [@jdx](https://github.com/jdx) in [1a38802](https://github.com/jdx/mise/commit/1a38802dd2c729805654638a6e2464afed6e8e14)
- Update plugins.md by [@jdx](https://github.com/jdx) in [8ca6f5f](https://github.com/jdx/mise/commit/8ca6f5f9e8df0be7b714ffe6d030fd60bf04fcd7)
- Update plugins.md by [@jdx](https://github.com/jdx) in [c82d4d7](https://github.com/jdx/mise/commit/c82d4d7e16cd79a6c6cab759065f0ec0d9d2badd)

### New Contributors

- @eproxus made their first contribution in [#3197](https://github.com/jdx/mise/pull/3197)

## [2024.11.29](https://github.com/jdx/mise/compare/v2024.11.28..v2024.11.29) - 2024-11-25

### 🚀 Features
Expand All @@ -13,6 +51,9 @@
- use shift_remove by [@jdx](https://github.com/jdx) in [#3188](https://github.com/jdx/mise/pull/3188)
- pass boolean tool options as strings by [@jdx](https://github.com/jdx) in [#3191](https://github.com/jdx/mise/pull/3191)
- move semver cmp errors to debug by [@jdx](https://github.com/jdx) in [ab4e638](https://github.com/jdx/mise/commit/ab4e638cdeda9845f3b7421a22a0d3bf71d81eae)
- show more accurate error if no tasks are available by [@jdx](https://github.com/jdx) in [e1b1b48](https://github.com/jdx/mise/commit/e1b1b48840b8c96e45a567a47922138544ab9f59)
- move semver cmp errors to debug by [@jdx](https://github.com/jdx) in [#3172](https://github.com/jdx/mise/pull/3172)
- use aqua for terraform by [@jdx](https://github.com/jdx) in [#3192](https://github.com/jdx/mise/pull/3192)

### 🧪 Testing

Expand All @@ -21,6 +62,8 @@
### 🔍 Other Changes

- include aqua-registry yaml files in crate by [@jdx](https://github.com/jdx) in [#3186](https://github.com/jdx/mise/pull/3186)
- gitignore aqua-registry by [@jdx](https://github.com/jdx) in [1c38bca](https://github.com/jdx/mise/commit/1c38bca434cfc17792eb3053be2f4271a9e92fdd)
- gitignore aqua-registry by [@jdx](https://github.com/jdx) in [644cb6d](https://github.com/jdx/mise/commit/644cb6dfa762d6360b5aaa7fce0502fe61ac1067)

## [2024.11.28] - 2024-11-24

Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mise"
version = "2024.11.29"
version = "2024.11.30"
edition = "2021"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
```sh-session
$ curl https://mise.run | sh
$ ~/.local/bin/mise --version
2024.11.29 macos-arm64 (a1b2d3e 2024-11-25)
2024.11.30 macos-arm64 (a1b2d3e 2024-11-26)
```

or install a specific a version:
Expand Down
2 changes: 1 addition & 1 deletion aqua-registry
Submodule aqua-registry updated 38 files
+1 −1 pkgs/JanDeDobbeleer/oh-my-posh/pkg.yaml
+1 −1 pkgs/argoproj-labs/argocd-autopilot/pkg.yaml
+8 −0 pkgs/arxanas/git-branchless/pkg.yaml
+40 −0 pkgs/arxanas/git-branchless/registry.yaml
+1 −1 pkgs/ast-grep/ast-grep/pkg.yaml
+1 −1 pkgs/aws/aws-cli/pkg.yaml
+1 −1 pkgs/axllent/mailpit/pkg.yaml
+1 −1 pkgs/cloudposse/atmos/pkg.yaml
+1 −1 pkgs/crate-ci/typos/pkg.yaml
+1 −1 pkgs/crates.io/zizmor/pkg.yaml
+1 −1 pkgs/dotenvx/dotenvx/pkg.yaml
+1 −1 pkgs/getsentry/sentry-cli/pkg.yaml
+1 −1 pkgs/grafana/tanka/pkg.yaml
+1 −1 pkgs/hashicorp/terraform-plugin-docs/pkg.yaml
+1 −1 pkgs/istio/istio/istioctl/pkg.yaml
+1 −1 pkgs/k3d-io/k3d/pkg.yaml
+1 −1 pkgs/kellyjonbrazil/jc/pkg.yaml
+1 −1 pkgs/kvaps/kubectl-node-shell/pkg.yaml
+1 −1 pkgs/linkerd/linkerd2/pkg.yaml
+1 −1 pkgs/loft-sh/devpod/pkg.yaml
+1 −1 pkgs/logdyhq/logdy-core/pkg.yaml
+1 −1 pkgs/mattn/efm-langserver/pkg.yaml
+1 −1 pkgs/mattn/goreman/pkg.yaml
+1 −1 pkgs/mattn/memo/pkg.yaml
+1 −1 pkgs/moonrepo/moon/pkg.yaml
+1 −1 pkgs/ollama/ollama/pkg.yaml
+1 −1 pkgs/oven-sh/bun/pkg.yaml
+1 −1 pkgs/oxc-project/oxc/oxlint/pkg.yaml
+1 −1 pkgs/pulumi/pulumi/pkg.yaml
+1 −1 pkgs/redpanda-data/connect/pkg.yaml
+1 −1 pkgs/replicatedhq/kots/pkg.yaml
+1 −1 pkgs/rust-lang/mdBook/pkg.yaml
+1 −1 pkgs/tektoncd/cli/pkg.yaml
+1 −1 pkgs/updatecli/updatecli/pkg.yaml
+1 −1 pkgs/wakatime/wakatime-cli/pkg.yaml
+1 −1 pkgs/weaviate/weaviate/pkg.yaml
+39 −0 registry.yaml
+7 −5 scripts/check_gpgsign.sh
6 changes: 3 additions & 3 deletions completions/_mise
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ _mise() {
zstyle ":completion:${curcontext}:" cache-policy _usage_mise_cache_policy
fi

if ( [[ -z "${_usage_spec_mise_2024_11_29:-}" ]] || _cache_invalid _usage_spec_mise_2024_11_29 ) \
&& ! _retrieve_cache _usage_spec_mise_2024_11_29;
if ( [[ -z "${_usage_spec_mise_2024_11_30:-}" ]] || _cache_invalid _usage_spec_mise_2024_11_30 ) \
&& ! _retrieve_cache _usage_spec_mise_2024_11_30;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2024_11_29 spec
_store_cache _usage_spec_mise_2024_11_30 spec
fi

_arguments "*: :(($(usage complete-word --shell zsh -s "$spec" -- "${words[@]}" )))"
Expand Down
6 changes: 3 additions & 3 deletions completions/mise.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ _mise() {
return 1
fi

if [[ -z ${_usage_spec_mise_2024_11_29:-} ]]; then
_usage_spec_mise_2024_11_29="$(mise usage)"
if [[ -z ${_usage_spec_mise_2024_11_30:-} ]]; then
_usage_spec_mise_2024_11_30="$(mise usage)"
fi

# shellcheck disable=SC2207
COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_11_29}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) )
COMPREPLY=( $(usage complete-word --shell bash -s "${_usage_spec_mise_2024_11_30}" --cword="$COMP_CWORD" -- "${COMP_WORDS[@]}" ) )
if [[ $? -ne 0 ]]; then
unset COMPREPLY
fi
Expand Down
6 changes: 3 additions & 3 deletions completions/mise.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ! command -v usage &> /dev/null
return 1
end

if ! set -q _usage_spec_mise_2024_11_29
set -g _usage_spec_mise_2024_11_29 (mise usage | string collect)
if ! set -q _usage_spec_mise_2024_11_30
set -g _usage_spec_mise_2024_11_30 (mise usage | string collect)
end
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_11_29" -- (commandline -cop) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_11_30" -- (commandline -cop) (commandline -t))'
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

rustPlatform.buildRustPackage {
pname = "mise";
version = "2024.11.29";
version = "2024.11.30";

src = lib.cleanSource ./.;

Expand Down
4 changes: 2 additions & 2 deletions man/man1/mise.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH mise 1 "mise 2024.11.29"
.TH mise 1 "mise 2024.11.30"
.SH NAME
mise \- The front\-end to your dev env
.SH SYNOPSIS
Expand Down Expand Up @@ -192,6 +192,6 @@ Examples:
$ mise settings Show settings in use
$ mise settings color=0 Disable color by modifying global config file
.SH VERSION
v2024.11.29
v2024.11.30
.SH AUTHORS
Jeff Dickey <@jdx>
2 changes: 1 addition & 1 deletion packaging/rpm/mise.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: The front-end to your dev env
Name: mise
Version: 2024.11.29
Version: 2024.11.30
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down
Loading