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

fix(devbox): Downgrade bosh-cli so that make deploy-autoscaler works on macOS #2942

Merged
merged 4 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
act 0.2.62
actionlint 1.6.27
bosh 7.5.6
bosh 7.3.1
cf 8.7.10
concourse 7.10.0
direnv 2.34.0
Expand Down
9 changes: 2 additions & 7 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"[email protected]",
"[email protected]",
"pre-commit@latest",
"bosh-cli@7.5.6",
"bosh-cli@7.3.1",
"[email protected]",
"[email protected]",
"which@latest",
Expand All @@ -39,11 +39,6 @@
"init_hook": [
"cf install-plugin -f $(which app-autoscaler-cli-plugin)",
"cf install-plugin -f $(which log-cache-cli)"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
geigerj0 marked this conversation as resolved.
Show resolved Hide resolved
]
}
}
24 changes: 12 additions & 12 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,51 +69,51 @@
}
}
},
"bosh-cli@7.5.6": {
"last_modified": "2024-04-19T17:36:04-04:00",
"resolved": "github:NixOS/nixpkgs/92d295f588631b0db2da509f381b4fb1e74173c5#bosh-cli",
"bosh-cli@7.3.1": {
"last_modified": "2023-08-22T06:04:29Z",
"resolved": "github:NixOS/nixpkgs/9d757ec498666cc1dcc6f2be26db4fd3e1e9ab37#bosh-cli",
"source": "devbox-search",
"version": "7.5.6",
"version": "7.3.1",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/p2sm9lj0jlikhh69xi55larmyqh61ryw-bosh-cli-7.5.6",
"path": "/nix/store/qknp5ly60n24vnschjsqj7xddnbw2law-bosh-cli-7.3.1",
"default": true
}
],
"store_path": "/nix/store/p2sm9lj0jlikhh69xi55larmyqh61ryw-bosh-cli-7.5.6"
"store_path": "/nix/store/qknp5ly60n24vnschjsqj7xddnbw2law-bosh-cli-7.3.1"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/w3sby9zipmphdgsjd2xbaqna9qsb3db1-bosh-cli-7.5.6",
"path": "/nix/store/64nwkd5lk1370a0n5jw6xz35gbc97zws-bosh-cli-7.3.1",
"default": true
}
],
"store_path": "/nix/store/w3sby9zipmphdgsjd2xbaqna9qsb3db1-bosh-cli-7.5.6"
"store_path": "/nix/store/64nwkd5lk1370a0n5jw6xz35gbc97zws-bosh-cli-7.3.1"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/i7csc1lqbrw76hhibxyi799blf1mi6fm-bosh-cli-7.5.6",
"path": "/nix/store/1zk21pgb266m9c6gd8sxxd8kj34idyfl-bosh-cli-7.3.1",
"default": true
}
],
"store_path": "/nix/store/i7csc1lqbrw76hhibxyi799blf1mi6fm-bosh-cli-7.5.6"
"store_path": "/nix/store/1zk21pgb266m9c6gd8sxxd8kj34idyfl-bosh-cli-7.3.1"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/dila416vvd6zjr1rb54ygl39b84x4mc4-bosh-cli-7.5.6",
"path": "/nix/store/y8hglq4jc9hnr1aaisbrij2f9ldf25kq-bosh-cli-7.3.1",
"default": true
}
],
"store_path": "/nix/store/dila416vvd6zjr1rb54ygl39b84x4mc4-bosh-cli-7.5.6"
"store_path": "/nix/store/y8hglq4jc9hnr1aaisbrij2f9ldf25kq-bosh-cli-7.3.1"
}
}
},
Expand Down
12 changes: 0 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,6 @@
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>\\S+)"
},
{
"customType": "regex",
"fileMatch": [
"\\.tool-versions$"
],
"matchStrings": [
"(^|\\n)bosh (?<currentValue>.+?)\\n"
],
"depNameTemplate": "cloudfoundry/bosh-cli",
"datasourceTemplate": "github-releases",
"extractVersionTemplate": "^v(?<version>\\S+)"
},
{
"customType": "regex",
"fileMatch": [
Expand Down
Loading