Skip to content

Commit

Permalink
Merge pull request #1770 from aquaproj/renovate/abiosoft-colima-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency abiosoft/colima to v0.3.0
  • Loading branch information
suzuki-shunsuke authored Jan 12, 2022
2 parents 967d2f7 + 272970e commit e7d90a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/a.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packages:
# init: a
- name: abiosoft/colima@v0.2.2
- name: abiosoft/colima@v0.3.0
- name: abs-lang/[email protected]
- name: accurics/[email protected]
- name: aelsabbahy/[email protected]
Expand Down
18 changes: 15 additions & 3 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,20 @@ packages:
repo_owner: abiosoft
repo_name: colima
description: Docker (and Kubernetes) on MacOS with minimal setup
asset: "colima-amd64"
version_constraint: 'semver(">= 0.2.0")'
format: raw
version_constraint: 'semver("> 0.3.0")'
asset: 'colima-{{.OS}}-{{if and (eq .GOOS "linux") (eq .GOARCH "arm64")}}aarch64{{else}}{{.Arch}}{{end}}'
replacements:
darwin: Darwin
linux: Linux
amd64: x86_64
version_overrides:
- version_constraint: 'semver("< 0.2.0")'
type: github_content
path: colima
- version_constraint: 'semver("< 0.3.0")'
asset: "colima-amd64"
supported_if: GOOS == "darwin" and GOARCH == "amd64"
- type: github_release
repo_owner: abs-lang
repo_name: abs
Expand Down Expand Up @@ -2201,7 +2209,7 @@ packages:
- type: github_release
repo_owner: lima-vm
repo_name: lima
asset: 'lima-{{trimV .Version}}-{{title .OS}}-{{.Arch}}.tar.gz'
asset: 'lima-{{trimV .Version}}-{{title .OS}}-{{if and (eq .GOOS "linux") (eq .GOARCH "arm64")}}aarch64{{else}}{{.Arch}}{{end}}.tar.gz'
description: 'Linux virtual machines, on macOS (aka "Linux-on-Mac", "macOS subsystem for Linux", "containerd for Mac", unofficially)'
files:
- name: lima
Expand All @@ -2210,6 +2218,10 @@ packages:
src: bin/limactl
replacements:
amd64: x86_64
version_constraint: 'semver("> 0.1.0")'
version_overrides:
- version_constraint: 'semver("<= 0.1.0")'
supported_if: GOOS == "darwin"
- type: github_release
repo_owner: loft-sh
repo_name: devspace
Expand Down

0 comments on commit e7d90a5

Please sign in to comment.