Skip to content

Commit

Permalink
Merge pull request #3134 from cloudfoundry/patch_app-isolation
Browse files Browse the repository at this point in the history
Patch app-isolation
  • Loading branch information
joergdw authored Aug 16, 2024
2 parents 8b393ff + a28998e commit acf4f0c
Show file tree
Hide file tree
Showing 29 changed files with 369 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ linters:
- testpackage
- typecheck
# - unconvert
# - unparam
# - unparam
- unused
- whitespace
# - godox
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ cf-login:
@${CI_DIR}/autoscaler/scripts/cf-login.sh

.PHONY: setup-performance
setup-performance: build-test-app
setup-performance: build-test-app acceptance-tests-config
export NODES=1;\
export SUITES="setup_performance";\
export DEPLOYMENT_NAME="autoscaler-performance";\
Expand Down
2 changes: 1 addition & 1 deletion ci/autoscaler/tasks/make/make.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#! /usr/bin/env bash
# shellcheck disable=SC2086
set -eu -o pipefail

Expand Down
64 changes: 32 additions & 32 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,41 @@
"path:.#cloud-mta-build-tool": "",
"path:.#uaac": "",
"act": "0.2.64",
"actionlint": "1.7.1",
"bosh-cli": "7.3.1",
"bundix": "latest",
"actionlint": "1.7.1",
"bosh-cli": "7.3.1",
"bundix": "latest",
"cloudfoundry-cli": "8.7.11",
"coreutils": "latest",
"credhub-cli": "2.9.29",
"delve": "latest",
"direnv": "2.34.0",
"fly": "7.10.0",
"gh": "latest",
"gnumake": "4.4",
"gnutar": "latest",
"go": "1.22.1",
"go-tools": "latest",
"credhub-cli": "2.9.29",
"delve": "latest",
"direnv": "2.34.0",
"fly": "7.10.0",
"gh": "latest",
"ginkgo": "2.20.0",
"gnumake": "4.4",
"gnutar": "latest",
"go": "1.22.1",
"go-tools": "latest",
"golangci-lint": "1.59.1",
"gopls": "latest",
"gum": "0.13.0",
"jq": "latest",
"maven": "3.8.6",
"nodejs": "latest",
"nodePackages.yaml-language-server": "latest",
"oha": "latest",
"pre-commit": "latest",
"python": "latest",
"rubocop": "latest",
"rubyPackages.solargraph": "latest",
"shellcheck": "0.10.0",
"swagger-cli": "latest",
"which": "latest",
"yq-go": "4.44.2",
"google-cloud-sdk": "latest",
"gopls": "latest",
"gum": "0.13.0",
"jq": "latest",
"maven": "3.8.6",
"nodejs": "latest",
"nodePackages.yaml-language-server": "latest",
"oha": "latest",
"pre-commit": "latest",
"postgresql": "latest",
"cloudfoundry-cli": "8.7.11",
"ginkgo": "2.20.0",
"google-cloud-sdk": "latest",
"temurin-bin-21": "latest",
"ruby": "latest"
"python": "latest",
"rubocop": "latest",
"ruby": "latest",
"rubyPackages.solargraph": "latest",
"shellcheck": "0.10.0",
"swagger-cli": "latest",
"temurin-bin-21": "latest",
"which": "latest",
"yq-go": "4.44.2"
},
"shell": {
"init_hook": [
Expand Down
Loading

0 comments on commit acf4f0c

Please sign in to comment.