Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lima-vm/lima
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 266143d
Choose a base ref
...
head repository: lima-vm/lima
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d25f948
Choose a head ref
  • 11 commits
  • 35 files changed
  • 5 contributors

Commits on Mar 1, 2024

  1. Added a new public CLI command: `limactl start-at-login INSTANCE

    --enabled`.
    This command facilitates the generation of unit files for `launchd/systemd`,
    providing users with a straightforward way to control `limactl` autostart behavior.
    
    Signed-off-by: roman-kiselenko <roman.kiselenko.dev@gmail.com>
    roman-kiselenko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1ed3dc2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2151 from roman-kiselenko/feature/autostart

    CLI flag to generate autostart files
    AkihiroSuda authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4bc77d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. build(deps): bump the golang-x group with 2 updates

    Bumps the golang-x group with 2 updates: [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/sys](https://github.com/golang/sys).
    
    
    Updates `golang.org/x/net` from 0.21.0 to 0.22.0
    - [Commits](golang/net@v0.21.0...v0.22.0)
    
    Updates `golang.org/x/sys` from 0.17.0 to 0.18.0
    - [Commits](golang/sys@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-x
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: golang-x
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    171c601 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2230 from lima-vm/dependabot/go_modules/golang-x-…

    …693c539dc2
    
    build(deps): bump the golang-x group with 2 updates
    AkihiroSuda authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4ca34c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0

    Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    58bd4ad View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request #2231 from lima-vm/dependabot/go_modules/google.go…

    …lang.org/protobuf-1.33.0
    
    build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
    AkihiroSuda authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bbd1d80 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.0 to 1.62.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.0...v1.62.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d2033f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2232 from lima-vm/dependabot/go_modules/google.go…

    …lang.org/grpc-1.62.1
    
    build(deps): bump google.golang.org/grpc from 1.62.0 to 1.62.1
    AkihiroSuda authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    806dff4 View commit details
    Browse the repository at this point in the history
  4. Propagate all logging fields to the tty logger

    The fields are serialized in JSON by the hostagent and then
    printed by the `limactl start` command to the console, so
    need to be explicitly added back to the logger entry.
    
    Signed-off-by: Jan Dubois <jan.dubois@suse.com>
    jandubois committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    de35e2a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2233 from rancher-sandbox/hostagent-logger

    Propagate all logging fields to the tty logger
    jandubois authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fe633d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Support for inotify in mounted directories

    Signed-off-by: Balaji Vijayakumar <kuttibalaji.v6@gmail.com>
    balajiv113 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d25f948 View commit details
    Browse the repository at this point in the history
Loading