Skip to content

Commit

Permalink
chore: release 2024.12.15 (#3687)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev authored Dec 19, 2024
1 parent 3852bdc commit 0d37f33
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 15 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# Changelog

## [2024.12.15](https://github.com/jdx/mise/compare/v2024.12.14..v2024.12.15) - 2024-12-19

### 🚀 Features

- unnest output when `mise run` is nested by [@jdx](https://github.com/jdx) in [#3686](https://github.com/jdx/mise/pull/3686)
- `mise rm` by [@jdx](https://github.com/jdx) in [#3627](https://github.com/jdx/mise/pull/3627)
- added *:_default task name by [@jdx](https://github.com/jdx) in [#3690](https://github.com/jdx/mise/pull/3690)
- `mise run --continue-on-error by [@jdx](https://github.com/jdx) in [#3692](https://github.com/jdx/mise/pull/3692)
- added .tool-versions -> mise.toml converter by [@jdx](https://github.com/jdx) in [#3693](https://github.com/jdx/mise/pull/3693)
- get mise sync python --uv to work by [@jdx](https://github.com/jdx) in [#3706](https://github.com/jdx/mise/pull/3706)
- `mise install-into` by [@jdx](https://github.com/jdx) in [#3711](https://github.com/jdx/mise/pull/3711)
- added `mise dr --json` by [@jdx](https://github.com/jdx) in [#3715](https://github.com/jdx/mise/pull/3715)

### 🐛 Bug Fixes

- retain "os" options in `mise up --bump` by [@jdx](https://github.com/jdx) in [#3688](https://github.com/jdx/mise/pull/3688)
- unnest task cmd output by [@jdx](https://github.com/jdx) in [#3691](https://github.com/jdx/mise/pull/3691)
- ensure MISE_PROJECT_ROOT is set with no mise.toml by [@jdx](https://github.com/jdx) in [#3695](https://github.com/jdx/mise/pull/3695)
- create venv uses absolute tool paths by [@syhol](https://github.com/syhol) in [#3698](https://github.com/jdx/mise/pull/3698)
- jj repository moved to an organization by [@phyrog](https://github.com/phyrog) in [#3703](https://github.com/jdx/mise/pull/3703)
- disable reverse uv syncing by [@jdx](https://github.com/jdx) in [#3704](https://github.com/jdx/mise/pull/3704)
- add full tera context to tasks by [@jdx](https://github.com/jdx) in [#3708](https://github.com/jdx/mise/pull/3708)
- powershell warning by [@jdx](https://github.com/jdx) in [#3713](https://github.com/jdx/mise/pull/3713)

### 🚜 Refactor

- **(registry)** use aqua for more tools by [@scop](https://github.com/scop) in [#3614](https://github.com/jdx/mise/pull/3614)
- **(registry)** use aqua:skaji/relocatable-perl for perl by [@scop](https://github.com/scop) in [#3716](https://github.com/jdx/mise/pull/3716)
- switch to std::sync::LazyLock by [@jdx](https://github.com/jdx) in [#3707](https://github.com/jdx/mise/pull/3707)

### 📚 Documentation

- fix some broken anchor links by [@hverlin](https://github.com/hverlin) in [#3694](https://github.com/jdx/mise/pull/3694)
- note hooks require `mise activate` by [@jdx](https://github.com/jdx) in [211d3d3](https://github.com/jdx/mise/commit/211d3d3b91c52e418a3e25af4a021da93c64ed4d)

### 🧪 Testing

- fix conduit test for new structure by [@jdx](https://github.com/jdx) in [8691331](https://github.com/jdx/mise/commit/86913318f7705e6cabb999970475c958605219d1)

### 🔍 Other Changes

- Update continuous-integration.md by [@highb](https://github.com/highb) in [#3696](https://github.com/jdx/mise/pull/3696)
- Update installing-mise.md by [@jdx](https://github.com/jdx) in [8b805de](https://github.com/jdx/mise/commit/8b805de7dc52fed1f07ff689c2f3658faa55b90a)
- hide non-functioning docker tasks by [@jdx](https://github.com/jdx) in [40fd3f6](https://github.com/jdx/mise/commit/40fd3f60ebde1d549503a6d9927b79b37622b1b0)
- Update contributing.md by [@jdx](https://github.com/jdx) in [4f960eb](https://github.com/jdx/mise/commit/4f960ebe6f9350399bf09c1701320b896c34eef0)

### New Contributors

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

## [2024.12.14](https://github.com/jdx/mise/compare/v2024.12.13..v2024.12.14) - 2024-12-18

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion 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.12.14"
version = "2024.12.15"
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 @@ -35,7 +35,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.12.14 macos-arm64 (a1b2d3e 2024-12-18)
2024.12.15 macos-arm64 (a1b2d3e 2024-12-19)
```

or install a specific a version:
Expand Down
2 changes: 1 addition & 1 deletion aqua-registry
Submodule aqua-registry updated 45 files
+1 −0 aqua-registry-updater.yaml
+1 −1 pkgs/Boeing/config-file-validator/pkg.yaml
+1 −1 pkgs/astral-sh/ruff/pkg.yaml
+1 −1 pkgs/auth0/auth0-cli/pkg.yaml
+1 −1 pkgs/aws/aws-cli/pkg.yaml
+9 −8 pkgs/biomejs/biome/registry.yaml
+1 −1 pkgs/cloud-hypervisor/cloud-hypervisor/ch-remote/pkg.yaml
+1 −1 pkgs/cloud-hypervisor/cloud-hypervisor/pkg.yaml
+1 −1 pkgs/cloudquery/cloudquery/pkg.yaml
+1 −1 pkgs/cloudspannerecosystem/wrench/pkg.yaml
+1 −1 pkgs/crate-ci/committed/pkg.yaml
+1 −1 pkgs/crates.io/eza/pkg.yaml
+1 −1 pkgs/crates.io/tfocus/pkg.yaml
+1 −1 pkgs/crates.io/zizmor/pkg.yaml
+1 −1 pkgs/eza-community/eza/pkg.yaml
+4 −0 pkgs/fujiwara/knockrd/pkg.yaml
+29 −0 pkgs/fujiwara/knockrd/registry.yaml
+1 −1 pkgs/go-delve/delve/pkg.yaml
+1 −1 pkgs/google/osv-scanner/pkg.yaml
+1 −1 pkgs/grafana/k6/pkg.yaml
+1 −1 pkgs/grafana/loki/logcli/pkg.yaml
+1 −1 pkgs/gruntwork-io/terragrunt/pkg.yaml
+1 −1 pkgs/hashicorp/nomad/pkg.yaml
+1 −1 pkgs/hashicorp/vault/pkg.yaml
+1 −1 pkgs/helmwave/helmwave/pkg.yaml
+1 −1 pkgs/istio/istio/istioctl/pkg.yaml
+1 −1 pkgs/jdx/mise/pkg.yaml
+1 −1 pkgs/jwilder/dockerize/pkg.yaml
+1 −1 pkgs/k0sproject/k0sctl/pkg.yaml
+1 −1 pkgs/k1LoW/octocov/pkg.yaml
+5 −0 pkgs/kubesphere/kubeeye/registry.yaml
+1 −1 pkgs/loft-sh/vcluster/pkg.yaml
+1 −1 pkgs/metalbear-co/mirrord/pkg.yaml
+1 −1 pkgs/oras-project/oras/pkg.yaml
+4 −2 pkgs/orf/gping/pkg.yaml
+70 −31 pkgs/orf/gping/registry.yaml
+1 −1 pkgs/pressly/goose/pkg.yaml
+1 −1 pkgs/sourcegraph/src-cli/pkg.yaml
+1 −1 pkgs/stateful/runme/pkg.yaml
+1 −1 pkgs/superfly/flyctl/pkg.yaml
+1 −1 pkgs/traviswt/gke-auth-plugin/pkg.yaml
+1 −1 pkgs/triyanox/lla/pkg.yaml
+1 −1 pkgs/trufflesecurity/trufflehog/pkg.yaml
+1 −1 pkgs/zitadel/zitadel/pkg.yaml
+111 −39 registry.yaml
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_12_14:-}" ]] || _cache_invalid _usage_spec_mise_2024_12_14 ) \
&& ! _retrieve_cache _usage_spec_mise_2024_12_14;
if ( [[ -z "${_usage_spec_mise_2024_12_15:-}" ]] || _cache_invalid _usage_spec_mise_2024_12_15 ) \
&& ! _retrieve_cache _usage_spec_mise_2024_12_15;
then
spec="$(mise usage)"
_store_cache _usage_spec_mise_2024_12_14 spec
_store_cache _usage_spec_mise_2024_12_15 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,14 +6,14 @@ _mise() {
return 1
fi

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

local cur prev words cword was_split comp_args
_comp_initialize -n : -- "$@" || return
# shellcheck disable=SC2207
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2024_12_14}" --cword="$cword" -- "${words[@]}")"
_comp_compgen -- -W "$(usage complete-word --shell bash -s "${_usage_spec_mise_2024_12_15}" --cword="$cword" -- "${words[@]}")"
_comp_ltrim_colon_completions "$cur"
# shellcheck disable=SC2181
if [[ $? -ne 0 ]]; then
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_12_14
set -g _usage_spec_mise_2024_12_14 (mise usage | string collect)
if ! set -q _usage_spec_mise_2024_12_15
set -g _usage_spec_mise_2024_12_15 (mise usage | string collect)
end
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_12_14" -- (commandline -cop) (commandline -t))'
complete -xc mise -a '(usage complete-word --shell fish -s "$_usage_spec_mise_2024_12_15" -- (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.12.14";
version = "2024.12.15";

src = lib.cleanSource ./.;

Expand Down
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.12.14
Version: 2024.12.15
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down

0 comments on commit 0d37f33

Please sign in to comment.