Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [GoogleContainerTools/skaffold](https://togithub.com/GoogleContainerTools/skaffold) | minor | `v2.6.3` -> `v2.7.0` | | [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry) | minor | `v4.42.0` -> `v4.43.0` | | [nektos/act](https://togithub.com/nektos/act) | patch | `v0.2.49` -> `v0.2.50` | | [sigstore/cosign](https://togithub.com/sigstore/cosign) | minor | `v2.1.1` -> `v2.2.0` | | [weaveworks/eksctl](https://togithub.com/weaveworks/eksctl) | minor | `v0.154.0` -> `v0.155.0` | | [zellij-org/zellij](https://togithub.com/zellij-org/zellij) | minor | `v0.37.2` -> `v0.38.1` | --- ### Release Notes <details> <summary>GoogleContainerTools/skaffold (GoogleContainerTools/skaffold)</summary> ### [`v2.7.0`](https://togithub.com/GoogleContainerTools/skaffold/blob/HEAD/CHANGELOG.md#v270-Release---08302023) [Compare Source](https://togithub.com/GoogleContainerTools/skaffold/compare/v2.6.3...v2.7.0) **Linux amd64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.7.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **Linux arm64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.7.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **macOS amd64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.7.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **macOS arm64** `curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.7.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin` **Windows** https://storage.googleapis.com/skaffold/releases/v2.7.0/skaffold-windows-amd64.exe **Docker image** `gcr.io/k8s-skaffold/skaffold:v2.7.0` Highlights: - feat: crd status check [#​9016](https://togithub.com/GoogleContainerTools/skaffold/pull/9016) New Features and Additions: - feat: enable skaffold render to track telemetry [#​9020](https://togithub.com/GoogleContainerTools/skaffold/pull/9020) - feat: support url as kustomize file path [#​9023](https://togithub.com/GoogleContainerTools/skaffold/pull/9023) - feat: configure verify and exec commands to emit metrics [#​9013](https://togithub.com/GoogleContainerTools/skaffold/pull/9013) - feat: support overrides in helm renderer [#​8966](https://togithub.com/GoogleContainerTools/skaffold/pull/8966) - feat: Add Sprig template functions [#​9005](https://togithub.com/GoogleContainerTools/skaffold/pull/9005) - feat: remove condition that checks if an image was built from Skaffold [#​8935](https://togithub.com/GoogleContainerTools/skaffold/pull/8935) Fixes: - fix: status check lists all events [#​9015](https://togithub.com/GoogleContainerTools/skaffold/pull/9015) - fix: Use moby/patternmatcher for dockerignore [#​9029](https://togithub.com/GoogleContainerTools/skaffold/pull/9029) - fix: Ignore unset variables from minikube docker-env [#​9018](https://togithub.com/GoogleContainerTools/skaffold/pull/9018) - fix: [#​9006](https://togithub.com/GoogleContainerTools/skaffold/issues/9006) - Filter port forwarding resources for docker deploy [#​9008](https://togithub.com/GoogleContainerTools/skaffold/pull/9008) - fix: documentation for Helm Template Value [#​8991](https://togithub.com/GoogleContainerTools/skaffold/pull/8991) - fix: status check connecting to the wrong k8s context [#​8981](https://togithub.com/GoogleContainerTools/skaffold/pull/8981) - fix: remote kustomize manifest being watched [#​8979](https://togithub.com/GoogleContainerTools/skaffold/pull/8979) - fix: Add integration tests for helm namespace [#​8965](https://togithub.com/GoogleContainerTools/skaffold/pull/8965) - fix: edit original file if the given skaffold path is a symlink [#​8955](https://togithub.com/GoogleContainerTools/skaffold/pull/8955) - fix: verify hangs if event-logs-file does not exist ([#​7613](https://togithub.com/GoogleContainerTools/skaffold/issues/7613)) [#​8961](https://togithub.com/GoogleContainerTools/skaffold/pull/8961) - fix: Fix typo in Cloud Run log tailing [#​8944](https://togithub.com/GoogleContainerTools/skaffold/pull/8944) Updates and Refactors: - chore: remove latest tagging from release process [#​8986](https://togithub.com/GoogleContainerTools/skaffold/pull/8986) - chore: update the way the LTS images are built [#​8953](https://togithub.com/GoogleContainerTools/skaffold/pull/8953) - chore: configure minikube to a static version in github ci [#​8951](https://togithub.com/GoogleContainerTools/skaffold/pull/8951) - chore: disable edge image scanning [#​8942](https://togithub.com/GoogleContainerTools/skaffold/pull/8942) - chore: save public image tag [#​8930](https://togithub.com/GoogleContainerTools/skaffold/pull/8930) - chore: upgrade go 1.19.10 -> 1.20.7 [#​8992](https://togithub.com/GoogleContainerTools/skaffold/pull/8992) - chore: upgrade go to 1.21.0 [#​8999](https://togithub.com/GoogleContainerTools/skaffold/pull/8999) - chore: bump flask from 2.3.2 to 2.3.3 in /integration/examples [#​9041](https://togithub.com/GoogleContainerTools/skaffold/pull/9041) - chore: bump flask from 2.3.2 to 2.3.3 in /examples [#​9042](https://togithub.com/GoogleContainerTools/skaffold/pull/9042) - chore: bump github/codeql-action from 2.20.1 to 2.20.2 [#​8928](https://togithub.com/GoogleContainerTools/skaffold/pull/8928) - chore: bump github/codeql-action from 2.20.2 to 2.20.3 [#​8937](https://togithub.com/GoogleContainerTools/skaffold/pull/8937) - chore: bump github/codeql-action from 2.20.3 to 2.20.4 [#​8950](https://togithub.com/GoogleContainerTools/skaffold/pull/8950) - chore: bump github/codeql-action from 2.20.4 to 2.21.0 [#​8964](https://togithub.com/GoogleContainerTools/skaffold/pull/8964) - chore: bump github/codeql-action from 2.21.0 to 2.21.1 [#​8975](https://togithub.com/GoogleContainerTools/skaffold/pull/8975) - chore: bump github/codeql-action from 2.21.1 to 2.21.2 [#​8980](https://togithub.com/GoogleContainerTools/skaffold/pull/8980) - chore: bump github/codeql-action from 2.21.2 to 2.21.3 [#​9000](https://togithub.com/GoogleContainerTools/skaffold/pull/9000) - chore: bump github/codeql-action from 2.21.3 to 2.21.4 [#​9022](https://togithub.com/GoogleContainerTools/skaffold/pull/9022) - chore: bump github/codeql-action from 2.21.4 to 2.21.5 [#​9053](https://togithub.com/GoogleContainerTools/skaffold/pull/9053) - chore: bump github.com/sigstore/rekor from 1.1.1 to 1.2.0 [#​8829](https://togithub.com/GoogleContainerTools/skaffold/pull/8829) - chore: bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /examples/grpc-e2e-tests/cloud-spanner-bootstrap [#​8932](https://togithub.com/GoogleContainerTools/skaffold/pull/8932) - chore: bump google.golang.org/grpc from 1.50.0 to 1.53.0 in /examples/grpc-e2e-tests/service [#​8933](https://togithub.com/GoogleContainerTools/skaffold/pull/8933) - chore: bump google.golang.org/grpc from 1.50.0 to 1.53.0 in /integration/examples/grpc-e2e-tests/service [#​8934](https://togithub.com/GoogleContainerTools/skaffold/pull/8934) - chore: bump google.golang.org/grpc from 1.48.0 to 1.53.0 in /integration/examples/grpc-e2e-tests/cloud-spanner-bootstrap [#​8931](https://togithub.com/GoogleContainerTools/skaffold/pull/8931) - chore: bump puma from 4.3.12 to 5.6.7 in /examples/ruby/backend [#​9036](https://togithub.com/GoogleContainerTools/skaffold/pull/9036) - chore: bump puma from 4.3.12 to 5.6.7 in /integration/examples/ruby/backend [#​9037](https://togithub.com/GoogleContainerTools/skaffold/pull/9037) - chore: bump ossf/scorecard-action from 2.1.3 to 2.2.0 [#​8915](https://togithub.com/GoogleContainerTools/skaffold/pull/8915) Docs, Test, and Release Updates: - fix: verify flaky tests [#​9050](https://togithub.com/GoogleContainerTools/skaffold/pull/9050) - docs: Update documentation [#​9017](https://togithub.com/GoogleContainerTools/skaffold/pull/9017) - docs: add example to use cloudrun deployer + local build [#​8983](https://togithub.com/GoogleContainerTools/skaffold/pull/8983) - docs: add anchors to yaml paths [#​8541](https://togithub.com/GoogleContainerTools/skaffold/pull/8541) - docs: schema version mapping [#​8973](https://togithub.com/GoogleContainerTools/skaffold/pull/8973) - docs: remove duplicate page meta links [#​8824](https://togithub.com/GoogleContainerTools/skaffold/pull/8824) - docs: document cmd template function [#​8929](https://togithub.com/GoogleContainerTools/skaffold/pull/8929) Huge thanks goes out to all of our contributors for this release: - Brian Topping - dependabot\[bot] - ericzzzzzzz - Frank Farzan - Jack Wilsdon - James C Scott III - Maxim De Clercq - Michael Plump - Renzo Rojas </details> <details> <summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary> ### [`v4.43.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.43.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.42.0...v4.43.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.43.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.43.0) | aquaproj/aqua-registry@v4.42.0...v4.43.0 #### 🎉 Reached 1,200 packages 🎉 Thank you, all contributors! #### 🎉 New Packages [#​14992](https://togithub.com/aquaproj/aqua-registry/issues/14992) [osteele/gojekyll](https://togithub.com/osteele/gojekyll): A fast Go implementation of the Jekyll blogging engine [@​ponkio-o](https://togithub.com/ponkio-o) [#​14971](https://togithub.com/aquaproj/aqua-registry/issues/14971) [sass/dart-sass](https://togithub.com/sass/dart-sass): The reference implementation of Sass, written in Dart [@​ponkio-o](https://togithub.com/ponkio-o) </details> <details> <summary>nektos/act (nektos/act)</summary> ### [`v0.2.50`](https://togithub.com/nektos/act/releases/tag/v0.2.50) [Compare Source](https://togithub.com/nektos/act/compare/v0.2.49...v0.2.50) #### Changelog ##### New Features - [`a42f3cf`](https://togithub.com/nektos/act/commit/a42f3cf) feat: Add new Action Cache ([#​1913](https://togithub.com/nektos/act/issues/1913)) - [`8314095`](https://togithub.com/nektos/act/commit/8314095) feat: cmd support for windows ([#​1941](https://togithub.com/nektos/act/issues/1941)) - [`6468dd7`](https://togithub.com/nektos/act/commit/6468dd7) feat: Add CopyTarStream to Container Interface ([#​1912](https://togithub.com/nektos/act/issues/1912)) ##### Bug fixes - [`7286b43`](https://togithub.com/nektos/act/commit/7286b43) fix: fail if no stages were found ([#​1970](https://togithub.com/nektos/act/issues/1970)) ##### Other - [`80b0955`](https://togithub.com/nektos/act/commit/80b0955) chore: bump VERSION to 0.2.50 - [`0c12273`](https://togithub.com/nektos/act/commit/0c12273) build(deps): bump github.com/moby/buildkit from 0.12.1 to 0.12.2 ([#​1986](https://togithub.com/nektos/act/issues/1986)) - [`323bee9`](https://togithub.com/nektos/act/commit/323bee9) build(deps): bump github.com/moby/patternmatcher from 0.5.0 to 0.6.0 ([#​1985](https://togithub.com/nektos/act/issues/1985)) - [`f64c267`](https://togithub.com/nektos/act/commit/f64c267) build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 ([#​1978](https://togithub.com/nektos/act/issues/1978)) - [`7ba9f30`](https://togithub.com/nektos/act/commit/7ba9f30) Mention act user guide in act ([#​1973](https://togithub.com/nektos/act/issues/1973)) - [`2a0a0a1`](https://togithub.com/nektos/act/commit/2a0a0a1) build(deps): bump megalinter/megalinter from 7.2.1 to 7.3.0 ([#​1965](https://togithub.com/nektos/act/issues/1965)) - [`f55ae1a`](https://togithub.com/nektos/act/commit/f55ae1a) ci: change winget job runner to `ubuntu-latest` ([#​1959](https://togithub.com/nektos/act/issues/1959)) - [`9f06ca7`](https://togithub.com/nektos/act/commit/9f06ca7) change podman socket path ([#​1961](https://togithub.com/nektos/act/issues/1961)) - [`a00fd96`](https://togithub.com/nektos/act/commit/a00fd96) Fix "Unknown server OS" for Docker container `--device` option ([#​1957](https://togithub.com/nektos/act/issues/1957)) - [`8a9e4f9`](https://togithub.com/nektos/act/commit/8a9e4f9) refactor: remove unnecessary nil check in RunContext ([#​1955](https://togithub.com/nektos/act/issues/1955)) - [`f0ca0ab`](https://togithub.com/nektos/act/commit/f0ca0ab) refactor: docker build BuildContext field ([#​1914](https://togithub.com/nektos/act/issues/1914)) - [`73d5f78`](https://togithub.com/nektos/act/commit/73d5f78) Shorten or/and in expressions ([#​1939](https://togithub.com/nektos/act/issues/1939)) - [`0b4c67a`](https://togithub.com/nektos/act/commit/0b4c67a) prefer pwsh on windows if found ([#​1942](https://togithub.com/nektos/act/issues/1942)) - [`3939f48`](https://togithub.com/nektos/act/commit/3939f48) build(deps): bump megalinter/megalinter from 7.1.0 to 7.2.1 ([#​1931](https://togithub.com/nektos/act/issues/1931)) - [`74b74e8`](https://togithub.com/nektos/act/commit/74b74e8) build(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 ([#​1948](https://togithub.com/nektos/act/issues/1948)) - [`c812715`](https://togithub.com/nektos/act/commit/c812715) build(deps): bump github.com/moby/buildkit from 0.12.0 to 0.12.1 ([#​1947](https://togithub.com/nektos/act/issues/1947)) </details> <details> <summary>sigstore/cosign (sigstore/cosign)</summary> ### [`v2.2.0`](https://togithub.com/sigstore/cosign/blob/HEAD/CHANGELOG.md#v220) [Compare Source](https://togithub.com/sigstore/cosign/compare/v2.1.1...v2.2.0) #### Enhancements - switch to uploading DSSE types to rekor instead of intoto ([#​3113](https://togithub.com/sigstore/cosign/issues/3113)) - add 'cosign sign' command-line parameters for mTLS ([#​3052](https://togithub.com/sigstore/cosign/issues/3052)) - improve error messages around bundle != payload hash ([#​3146](https://togithub.com/sigstore/cosign/issues/3146)) - make VerifyImageAttestation function public ([#​3156](https://togithub.com/sigstore/cosign/issues/3156)) - Switch to cryptoutils function for SANS ([#​3185](https://togithub.com/sigstore/cosign/issues/3185)) - Handle HTTP\_1\_1\_REQUIRED errors in github provider ([#​3172](https://togithub.com/sigstore/cosign/issues/3172)) #### Bug Fixes - Fix nondeterminsitic timestamps ([#​3121](https://togithub.com/sigstore/cosign/issues/3121)) #### Documentation - doc: Add example of sign-blob with key in env var ([#​3152](https://togithub.com/sigstore/cosign/issues/3152)) - add deprecation notice for cosign-releases GCS bucket ([#​3148](https://togithub.com/sigstore/cosign/issues/3148)) - update doc links ([#​3186](https://togithub.com/sigstore/cosign/issues/3186)) #### Others - Upgrade to go1.21 ([#​3188](https://togithub.com/sigstore/cosign/issues/3188)) - Updates ci tests ([#​3142](https://togithub.com/sigstore/cosign/issues/3142)) - test using latest release of scaffolding ([#​3187](https://togithub.com/sigstore/cosign/issues/3187)) - ci: free up disk space for the gh runner ([#​3169](https://togithub.com/sigstore/cosign/issues/3169)) - update go-github to v53 ([#​3116](https://togithub.com/sigstore/cosign/issues/3116)) - call e2e test for cosign attach ([#​3112](https://togithub.com/sigstore/cosign/issues/3112)) - bump build cross to use go1.20.6 and cosign image to 2.1.1 ([#​3108](https://togithub.com/sigstore/cosign/issues/3108)) #### Contributors - Bob Callaway - Carlos Tadeu Panato Junior - Dmitry Savintsev - Hayden B - Hector Fernandez - Jason Hall - Jon Johnson - Jubril Oyetunji - Paulo Gomes - Priya Wadhwa - 张志强 </details> <details> <summary>weaveworks/eksctl (weaveworks/eksctl)</summary> ### [`v0.155.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.155.0): eksctl 0.155.0 (permalink) [Compare Source](https://togithub.com/weaveworks/eksctl/compare/0.154.0...0.155.0) ### Release v0.155.0 #### 🚀 Features - Add support for us-iso-west-1 region ([#​6997](https://togithub.com/weaveworks/eksctl/issues/6997)) #### 🎯 Improvements - Add validations for managed nodegroup labels ([#​6947](https://togithub.com/weaveworks/eksctl/issues/6947)) - Switch default volume type back to gp3 for ISO regions ([#​6969](https://togithub.com/weaveworks/eksctl/issues/6969)) #### 🐛 Bug Fixes - Fix merge release workflow when there is nothing to merge ([#​6993](https://togithub.com/weaveworks/eksctl/issues/6993)) #### 🧰 Maintenance - Update Ginkgo ([#​6996](https://togithub.com/weaveworks/eksctl/issues/6996)) - Replace deprecated Ginkgo CLI options ([#​6994](https://togithub.com/weaveworks/eksctl/issues/6994)) - Improve unit tests' runtime ([#​6992](https://togithub.com/weaveworks/eksctl/issues/6992)) - Bump dependencies ([#​6998](https://togithub.com/weaveworks/eksctl/issues/6998)) </details> <details> <summary>zellij-org/zellij (zellij-org/zellij)</summary> ### [`v0.38.1`](https://togithub.com/zellij-org/zellij/releases/tag/v0.38.1) [Compare Source](https://togithub.com/zellij-org/zellij/compare/v0.38.0...v0.38.1) This is a patch release, fixing some minor issues encountered after the latest major release #### What's Changed - refactor(server): remove unnecessary mut by [@​orhun](https://togithub.com/orhun) in [https://github.com/zellij-org/zellij/pull/2735](https://togithub.com/zellij-org/zellij/pull/2735) - fix(status-bar): add break tab hints by [@​imsnif](https://togithub.com/imsnif) in [https://github.com/zellij-org/zellij/pull/2748](https://togithub.com/zellij-org/zellij/pull/2748) - fix(reconnect): do not clear terminal state when entering alternate screen by [@​imsnif](https://togithub.com/imsnif) in [https://github.com/zellij-org/zellij/pull/2750](https://togithub.com/zellij-org/zellij/pull/2750) - fix(grid): memory leak with unfocused tabs by [@​tlinford](https://togithub.com/tlinford) in [https://github.com/zellij-org/zellij/pull/2745](https://togithub.com/zellij-org/zellij/pull/2745) - fix(input): block input thread for newtiledpane and newfloatingpane as well by [@​imsnif](https://togithub.com/imsnif) in [https://github.com/zellij-org/zellij/pull/2757](https://togithub.com/zellij-org/zellij/pull/2757) **Full Changelog**: zellij-org/zellij@v0.38.0...v0.38.1 ### [`v0.38.0`](https://togithub.com/zellij-org/zellij/releases/tag/v0.38.0) [Compare Source](https://togithub.com/zellij-org/zellij/compare/v0.37.2...v0.38.0) This release includes lots of improvements for the Zellij UI/UX as well as some exciting new plugin features and infrastructure. It also provides some performance and resourcee utilization improvements. This release is a breaking change for plugins. Please see the [upgrade guide for plugins](https://zellij.dev/documentation/plugin-upgrade-0.38.0) #### UI/UX ##### > Session Manager ![262799415-6d93e314-8096-49a3-9a51-36f794b3a2c0](https://togithub.com/zellij-org/zellij/assets/795598/616b5808-bf2f-425e-a5b5-69f1bb8dfbb1) <details> <summary>Read more...</summary> Zellij now includes a built-in session-manager. It is implemented as a plugin and so all of its API is available to plugin authors as well. The session-manager can switch between sessions, focus a specific tab or pane in the current or in another session, create new sessions and fuzzy-find sessions/tabs/panes by their names. By default, the session-manager can be started from the `SESSION` mode, the default key-binding sequence being `Ctrl o` + `w`. If you have a custom keybindings configuration, please see the "Updating a custom keybindings configuration" section below. </details> ##### > Move panes between tabs Panes can now be moved between tabs. One can `Break` a pane to a new tab, meaning that a new tab would be created "around" this pane. <details> <summary>Read more...</summary> These new keybindings can be found in `Tab` mode. By default, they are: * `Ctrl t` + `b` - Break pane into new tab * `Ctrl t` + `[` or `]` - Move pane between tabs If you have a custom keybindings configuration, please see the "Updating a custom keybindings configuration" section below. </details> ##### > Support shortcuts for opening commands in floating panes <details> <summary>Read more...</summary> The `Run` keybinding now supports `floating true` and `name <name>`. This would allow you to bind a key shortcut (eg. `Ctrl f`), to open a specific command (eg. `cargo test`) in a floating pane. </details> ##### > All session names should now be non-offensive Thanks @​tlinford for your work on this! ##### > Updating a custom keybindings configuration <details> <summary>Read more...</summary> Do you have a custom keybindings configuration in your `config.kdl` file? Does the `keybinds` section have a `clear-defaults=true` attribute? If so, you have to take a small extra step to get the new keybindings for the `session-manager` and the `Break pane` keybindings: You'll need to either: 1. Remove the `clear-defaults=true` part in order to get these keybindings "merged" with your custom keybindings. 2. Manually add the following sections to your configuration: [session-manager](https://togithub.com/zellij-org/zellij/blob/main/zellij-utils/assets/config/default.kdl#L116-L122), [break-tab](https://togithub.com/zellij-org/zellij/blob/main/zellij-utils/assets/config/default.kdl#L57-L59) </details> #### Plugins ##### > Plugins are now configurable <details> <summary>Read more...</summary> One can now start plugins with a custom key/value configuration, either from layouts: ```kdl pane { plugin location="file:/path/to/my/plugin.wasm" { some_key "some_value" another_key 1 } } ``` Or from the cli: zellij action launch-or-focus-plugin --configuration "some_key=some_value,another_key=1" </details> ##### > Plugin permission system (thanks and great work @​jaeheonji!) ![img-2023-08-12-164545](https://togithub.com/zellij-org/zellij/assets/795598/12dcfb6b-ba1e-40ca-b500-6ad6b7463b7f) <details> <summary>Read more...</summary> Zellij now includes a permission system for plugins. Plugins can request permissions with the `request_permission` API call. This will display a help screen asking the user to approve permissions to this plugin. Permissions are cached in a `permissions.kdl` file in the user's cache folder and can be cleared by deleting or editing the file. </details> ##### > `move_to_focused_tab` attribute added to the `LaunchOrFocusPlugin` keybinding <details> <summary>Read more...</summary> The `LaunchOrFocusPlugin` keybind (and `launch-or-focus-plugin` cli command) now include a `move_to_focused_tab` attribute. If true, when focusing the plugin it will always start in the user's focused tab. This is useful for UI pop-up windows (such as the `session-manager`) to not move the user's focus from the tab they're in. </details> ##### > Plugins are now forwards compatible thanks to protocol buffers <details> <summary>Read more...</summary> Zellij plugins have always communicated with the host system (Zellij itself) by serializing/deserializing complex structures over STDIN/STDOUT. This caused problems both for other SDK writers who had to reverse engineer the serialization and for plugin upgrading. Starting this version, Zellij uses [Ptorocol Buffers](https://protobuf.dev) in order to communicate across the wasm boundary. This means that plugins now should not break in future versions unless there's an API behavior change, which we as maintainers make an effort to do only very rarely. </details> ##### Bug Fixes 1. Plugged a memory leak (more info: #​2675) 2. Fixed occasional pane resizing glitches 3. Pane frame is now colored when in a mirrored multiplayer session Special thanks to [@​har7an](https://togithub.com/har7an) for his tremendous efforts bringing the CI into shape before the release! ##### New Contributors - [@​Nacho114](https://togithub.com/Nacho114) made their first contribution in [https://github.com/zellij-org/zellij/pull/2652](https://togithub.com/zellij-org/zellij/pull/2652) #### Do you like Zellij? Me too! So much so that I spend 100% of my time developing and maintaining it and have no other income. Zellij will always be free and open-source. If the tool gives you value and you are able, please consider a recurring monthly donation of 5-10$ to help me pay my bills. There are Zellij stickers in it for you! https://github.com/sponsors/imsnif **Full Changelog**: zellij-org/zellij@v0.37.2...v0.38.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/scottames/dots). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information