diff --git a/.github/workflows/buf.yaml b/.github/workflows/buf.yaml index 5ef5aa6d3..457f4d2a2 100644 --- a/.github/workflows/buf.yaml +++ b/.github/workflows/buf.yaml @@ -14,7 +14,7 @@ env: # renovate: datasource=docker depName=golang versioning=docker GO_VERSION: '1.23' # renovate: datasource=github-releases depName=bufbuild/buf - BUF_CLI_VERSION: '1.47.2' + BUF_CLI_VERSION: '1.48.0' # renovate: datasource=github-releases depName=favadi/protoc-go-inject-tag PROTOC_GO_INJECT_TAG_VERSION: '1.4.0' diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index b15f79a19..a8b394087 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -12,7 +12,7 @@ permissions: env: # renovate: dev-tag - DEV_TAG: '17' + DEV_TAG: '18' jobs: diff --git a/.github/workflows/fly-deploy.yaml b/.github/workflows/fly-deploy.yaml index a4c1100b6..956799393 100644 --- a/.github/workflows/fly-deploy.yaml +++ b/.github/workflows/fly-deploy.yaml @@ -5,7 +5,7 @@ name: 'Deploy to Fly' env: # renovate: datasource=github-releases depName=superfly/flyctl versioning=semver - FLY_CLI_VERSION: '0.3.47' + FLY_CLI_VERSION: '0.3.55' on: workflow_call: diff --git a/.github/workflows/migrations.yaml b/.github/workflows/migrations.yaml index e3afab300..fa98c9ce9 100644 --- a/.github/workflows/migrations.yaml +++ b/.github/workflows/migrations.yaml @@ -11,7 +11,7 @@ env: # renovate: datasource=github-releases depName=golang-migrate/migrate MIGRATE_VERSION: '4.18.1' # renovate: datasource=github-releases depName=superfly/flyctl versioning=semver - FLY_CLI_VERSION: '0.3.47' + FLY_CLI_VERSION: '0.3.55' # renovate: datasource=github-releases depName=sqlc-dev/sqlc SQLC_VERSION: '1.27.0' diff --git a/.github/workflows/publish-bufs.yaml b/.github/workflows/publish-bufs.yaml index 3bea6de4e..3ba30c477 100644 --- a/.github/workflows/publish-bufs.yaml +++ b/.github/workflows/publish-bufs.yaml @@ -9,10 +9,10 @@ on: env: # renovate: datasource=github-releases depName=bufbuild/buf - BUF_CLI_VERSION: '1.47.2' + BUF_CLI_VERSION: '1.48.0' NODE_VERSION: '18.x' # renovate: datasource=dart-version depName=dart - DART_VERSION: '3.5.4' + DART_VERSION: '3.6.0' jobs: check-preconditions: diff --git a/dev/docker-compose.yaml b/dev/docker-compose.yaml index e29f58855..bd5824058 100644 --- a/dev/docker-compose.yaml +++ b/dev/docker-compose.yaml @@ -104,7 +104,7 @@ services: context: ../images/dev-go-custom args: # renovate: dev-tag - TAG: '17' + TAG: '18' UID: ${UID:-1000} GID: ${GID:-1000} volumes: @@ -148,7 +148,7 @@ services: context: ../images/dev-go-custom args: # renovate: dev-tag - TAG: '17' + TAG: '18' UID: ${UID:-1000} GID: ${GID:-1000} volumes: diff --git a/images/dev-go/Dockerfile b/images/dev-go/Dockerfile index dabf85839..82f3e07bd 100644 --- a/images/dev-go/Dockerfile +++ b/images/dev-go/Dockerfile @@ -33,7 +33,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \ # install buf # https://buf.build/ # renovate: datasource=github-releases depName=bufbuild/buf -ENV BUF_VERSION=1.47.2 +ENV BUF_VERSION=1.48.0 RUN wget https://github.com/bufbuild/buf/releases/download/v${BUF_VERSION}/buf-Linux-x86_64 -O /usr/local/bin/buf \ && chmod +x /usr/local/bin/buf @@ -74,7 +74,7 @@ ENV HOME="/home/${UNAME}" # install air # https://github.com/air-verse/air # renovate: datasource=github-releases depName=air-verse/air -ENV AIR_VERSION=1.61.1 +ENV AIR_VERSION=1.61.5 RUN curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v${AIR_VERSION} # install dapr-cli diff --git a/images/dev-go/update-dev-tag.sh b/images/dev-go/update-dev-tag.sh index e2b9c015b..5a3474411 100755 --- a/images/dev-go/update-dev-tag.sh +++ b/images/dev-go/update-dev-tag.sh @@ -5,7 +5,7 @@ set -e # update this value, when you update the Dockerfile # renovate: dev-tag -TAG='17' +TAG='18' # go to repo root cd $(git rev-parse --show-toplevel) diff --git a/renovate.json b/renovate.json index e9d6f853a..d8dd0877c 100644 --- a/renovate.json +++ b/renovate.json @@ -40,7 +40,7 @@ "extractVersion": "^v?(?.*)$" } ], - "ignoreDeps": ["common", "decaying_lru", "hwdb", "hwes", "hwutil", "hwlocale", "telemetry", "gen", "postgres"], + "ignoreDeps": ["common", "decaying_lru", "hwdb", "hwes", "hwutil", "hwlocale", "telemetry", "gen", "hooks", "hwtesting", "postgres"], "customDatasources": { "buf": { "defaultRegistryUrlTemplate": "https://buf-resource-proxy.fly.dev/{{packageName}}",