Skip to content

Commit

Permalink
Merge branch 'main' into neighbour-app-cutom-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
asalan316 authored Sep 27, 2024
2 parents f63ba3c + 1c25598 commit 6115ec3
Show file tree
Hide file tree
Showing 23 changed files with 243 additions and 231 deletions.
4 changes: 4 additions & 0 deletions .final_builds/packages/golang-1-linux/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ builds:
version: 8c04109541f4d504f5be559da433998bd459b0f45cd3654557cc3642cc4d2f60
blobstore_id: d2723887-4744-43c2-64e3-289fe6483132
sha1: sha256:efdf65bca81264d9110ec764be7edea1de341781a1ffe59c219db064d71d9fc3
9b1c8ec9041b82347748668b3d274d8183fcb3cb25dd99e8a3a367094836d743:
version: 9b1c8ec9041b82347748668b3d274d8183fcb3cb25dd99e8a3a367094836d743
blobstore_id: 380835de-8cff-4a99-5425-2dc5c7a937fa
sha1: sha256:acf4c2947a5581b8afa925d1bfbbdb35accc46034345576fcbab9ae4c082c44e
a53d60ed79d278964faa9bc17836ed3bc5f084c0f3d41110c8a6e0b2de5f2dc0:
version: a53d60ed79d278964faa9bc17836ed3bc5f084c0f3d41110c8a6e0b2de5f2dc0
blobstore_id: 39ce080a-6129-4622-6d8a-f07e063992eb
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand All @@ -54,6 +54,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
with:
sarif_file: results.sarif
8 changes: 4 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
act 0.2.67
actionlint 1.7.1
actionlint 1.7.2
bosh 7.3.1
credhub 2.9.29
cf 8.8.1
cf 8.8.2
concourse 7.10.0
direnv 2.34.0
gcloud 473.0.0
ginkgo 2.20.2
golang 1.22.3
golangci-lint 1.60.3
golang 1.22.4
golangci-lint 1.61.0
java temurin-21.0.4+7.0.LTS
make 4.4
maven 3.8.6
Expand Down
6 changes: 3 additions & 3 deletions ci/dockerfiles/autoscaler-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg m

# install golang
# renovate: datasource=golang-version depName=golang
ARG GO_VERSION=1.22.5
ARG GO_VERSION=1.23.1
ENV GOPATH $HOME/go
ENV PATH $HOME/go/bin:/usr/local/go/bin:$PATH
RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz -P /tmp &&\
Expand All @@ -63,7 +63,7 @@ RUN apt-get update && \

# Install bosh_cli
# renovate: datasource=github-releases depName=bosh-cli lookupName=cloudfoundry/bosh-cli
ARG BOSH_VERSION=7.6.2
ARG BOSH_VERSION=7.7.2
RUN wget -q https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${BOSH_VERSION}-linux-amd64 && \
mv bosh-cli-* /usr/local/bin/bosh && \
chmod +x /usr/local/bin/bosh
Expand All @@ -78,7 +78,7 @@ RUN wget -q https://github.com/cloudfoundry/bosh-bootloader/releases/download/${

# Install credhub
# renovate: datasource=github-releases depName=credhub-cli lookupName=cloudfoundry/credhub-cli
ARG CREDHUB_VERSION=2.9.37
ARG CREDHUB_VERSION=2.9.38
RUN wget -q https://github.com/cloudfoundry/credhub-cli/releases/download/${CREDHUB_VERSION}/credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
tar xvfz credhub-linux-amd64-${CREDHUB_VERSION}.tgz && \
mv credhub /usr/local/bin/credhub &&\
Expand Down
2 changes: 1 addition & 1 deletion ci/terragrunt/.tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ helm 3.15.4
python 3.12.6
terraform 1.8.5
terraform-lsp
terragrunt 0.59.6
terragrunt 0.67.14
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module apitester

go 1.22.3
go 1.22.4
8 changes: 4 additions & 4 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"path:.#log-cache-cli-plugin": "",
"path:.#cloud-mta-build-tool": "",
"path:.#uaac": "",
"actionlint": "1.7.1",
"bosh-cli": "7.3.1",
"bundix": "latest",
"coreutils": "latest",
Expand Down Expand Up @@ -33,14 +32,15 @@
"which": "latest",
"credhub-cli": "2.9.29",
"markdownlint-cli2": "latest",
"golangci-lint": "1.60.3",
"yq-go": "4.44.3",
"ginkgo": "2.20.2",
"go": "1.22.3",
"bundler": "latest",
"act": "latest",
"cloudfoundry-cli": "latest",
"actionlint": "latest",
"cloudfoundry-cli": "8.8.1",
"google-cloud-sdk": "latest",
"go": "1.22.3",
"golangci-lint": "1.61.0",
"temurin-bin-21": "latest",
"ruby": "latest"
},
Expand Down
Loading

0 comments on commit 6115ec3

Please sign in to comment.