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

Update k3s-versions.json #11

Closed
wants to merge 55 commits into from
Closed

Conversation

jandubois
Copy link
Owner

This pull request contains the latest update to k3s-versions.json.

mook-as and others added 30 commits December 2, 2024 17:47
This adds a `rdctl internal process wait-kill` command which waits for the
given pid to exit, and then kills its whole process group.  This is used to
kill any extension-spawned processes (as long as they haven't detached into
a new process group).  This is only needed on linux / darwin because
Windows has a different implementation where extension-spawned processes
are moved into a job that terminates when the main process terminates
instead.

Signed-off-by: Mark Yen <[email protected]>
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 16.0.3 to 16.0.4.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v16.0.3...v16.0.4)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/containernetworking/plugins/releases)
- [Commits](containernetworking/plugins@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/containernetworking/plugins
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 10.3.1 to 11.0.0.
- [Release notes](https://github.com/nodejs/node-gyp/releases)
- [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md)
- [Commits](nodejs/node-gyp@v10.3.1...v11.0.0)

---
updated-dependencies:
- dependency-name: node-gyp
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Rancher Desktop Dependency Manager <[email protected]>
…ot/npm_and_yarn/sass-loader-16.0.4

build(deps-dev): bump sass-loader from 16.0.3 to 16.0.4
…ot/npm_and_yarn/node-gyp-11.0.0

build(deps-dev): bump node-gyp from 10.3.1 to 11.0.0
…ot/go_modules/src/go/guestagent/github.com/containernetworking/plugins-1.6.1

build(deps): bump github.com/containernetworking/plugins from 1.6.0 to 1.6.1 in /src/go/guestagent
The protocol string (proto) was inconsistently cased (e.g., TCP vs tcp),
which caused issues in some parts of the code. This change ensures that
the protocol is always converted to lowercase when creating port mappings,
preventing errors caused by casing mismatches.

Signed-off-by: Nino Kodabande <[email protected]>
When encountering an error, the loop should continue to avoid logging
misleading "Info" messages that could indicate success despite the error.
This change ensures that the flow continues without falsely indicating
successful operations.

Signed-off-by: Nino Kodabande <[email protected]>
The Kubernetes service watcher event handler generates very detailed
and noisy logs. To reduce clutter in the log files, the log level has
been changed from debug to trace, as debug produces excessive output.

Signed-off-by: Nino Kodabande <[email protected]>
Define dependabot groups for golang.org/x/* and k8s.io/* modules
Bumps [webpack](https://github.com/webpack/webpack) from 5.97.0 to 5.97.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.97.0...v5.97.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ot/npm_and_yarn/webpack-5.97.1

build(deps-dev): bump webpack from 5.97.0 to 5.97.1
Bumps [express](https://github.com/expressjs/express) from 4.21.1 to 4.21.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…ot/npm_and_yarn/express-4.21.2

build(deps): bump express from 4.21.1 to 4.21.2
Because "image build" itself is already defined as an alias.

Also looks like `builder build -f` option was missing.

Signed-off-by: Jan Dubois <[email protected]>
Signed-off-by: Rancher Desktop Dependency Manager <[email protected]>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.2.2...3.2.3)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy-agent) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
- [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy-agent/CHANGELOG.md)
- [Commits](https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/proxy-agent)

---
updated-dependencies:
- dependency-name: proxy-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot bot and others added 25 commits December 9, 2024 09:53
Bumps [intl-messageformat](https://github.com/formatjs/formatjs) from 10.7.7 to 10.7.10.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/[email protected]@10.7.10)

---
updated-dependencies:
- dependency-name: intl-messageformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
It looks like a server-side change had made this possibly singular instead
of plural.  Accept both so we can take whichever the server happens to
present.

Signed-off-by: Mark Yen <[email protected]>
…urce-type

k3sHelper: k3s channels: Allow `channel` instead of `channels`
…/dockerBuildx/0.19.1-to-0.19.2

rddepman: bump dockerBuildx from 0.19.1 to 0.19.2
The csv.NewWriter().Write() call will terminate the record
with a newline.

Signed-off-by: Jan Dubois <[email protected]>
…ot/npm_and_yarn/intl-messageformat-10.7.10

build(deps): bump intl-messageformat from 10.7.7 to 10.7.10
…ot/npm_and_yarn/dompurify-3.2.3

build(deps): bump dompurify from 3.2.2 to 3.2.3
That way we'll always have a versions list, even if rate limits or
server errors prevent us from downloading the initial list after
a fresh install or factory reset.

Signed-off-by: Jan Dubois <[email protected]>
…ot/npm_and_yarn/proxy-agent-6.5.0

build(deps): bump proxy-agent from 6.4.0 to 6.5.0
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.49.0 to 1.49.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.0...v1.49.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.3.1+incompatible to 27.4.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.3.1...v27.4.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/docker/cli](https://github.com/docker/cli) from 27.3.1+incompatible to 27.4.0+incompatible.
- [Commits](docker/cli@v27.3.1...v27.4.0)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Rancher Desktop Dependency Manager <[email protected]>
…ot/npm_and_yarn/playwright/test-1.49.1

build(deps-dev): bump @playwright/test from 1.49.0 to 1.49.1
…tracker-tests

Fixes the failing API tracker tests
…ot/go_modules/src/go/docker-credential-none/github.com/docker/cli-27.4.0incompatible

build(deps): bump github.com/docker/cli from 27.3.1+incompatible to 27.4.0+incompatible in /src/go/docker-credential-none
…ot/go_modules/src/go/guestagent/github.com/docker/docker-27.4.0incompatible

build(deps): bump github.com/docker/docker from 27.3.1+incompatible to 27.4.0+incompatible in /src/go/guestagent
Signed-off-by: Rancher Desktop Dependency Manager <[email protected]>
*nix: Kill process group when main process exits
…/dockerCLI/27.3.1-to-27.4.0

rddepman: bump dockerCLI from 27.3.1 to 27.4.0
@jandubois jandubois closed this Dec 11, 2024
@jandubois jandubois deleted the k3s-versions-update-20241210172359 branch December 11, 2024 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants