diff --git a/.github/actions/setup-keda/action.yml b/.github/actions/setup-keda/action.yml index 9bc8422..c84dab6 100644 --- a/.github/actions/setup-keda/action.yml +++ b/.github/actions/setup-keda/action.yml @@ -6,22 +6,22 @@ runs: using: "composite" steps: - name: Set up Go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: go-version-file: "go.mod" cache: true - name: Setup Kind cluster - uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0 + uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0 with: - node_image: kindest/node:v1.23.17 - version: v0.20.0 + node_image: kindest/node:v1.25.16 + version: v0.23.0 cluster_name: kind - name: Helm installation - uses: Azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 + uses: Azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0 with: - version: v3.13.0 + version: v3.15.2 - name: Install Keda shell: bash @@ -29,10 +29,10 @@ runs: kubectl create namespace keda helm repo add kedacore https://kedacore.github.io/charts helm repo update - helm install keda kedacore/keda --namespace keda --version 2.12.0 + helm install keda kedacore/keda --namespace keda --version 2.14.0 - name: Setup Ko - uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6 + uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7 env: KO_DOCKER_REPO: kind.local diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60d5a0a..ae74741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: packages: ${{ steps.filter.outputs.changes }} steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 id: filter with: filters: | @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Keda uses: ./.github/actions/setup-keda @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Keda uses: ./.github/actions/setup-keda @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Keda uses: ./.github/actions/setup-keda @@ -170,7 +170,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Keda uses: ./.github/actions/setup-keda @@ -179,11 +179,11 @@ jobs: run: | helm repo add ot-helm https://ot-container-kit.github.io/helm-charts/ kubectl create namespace redis-operator - helm upgrade redis-operator ot-helm/redis-operator --install --namespace redis-operator + helm upgrade redis-operator ot-helm/redis-operator --install --namespace redis-operator --version 0.7.0 sleep 50s cd redis-http-connector/test/kubernetes kubectl create namespace ot-operators - helm upgrade redis ot-helm/redis -f redis-values.yaml --install --namespace ot-operators + helm upgrade redis ot-helm/redis -f redis-values.yaml --install --namespace ot-operators --version 0.7.0 sleep 50s kubectl get pods -n ot-operators @@ -219,7 +219,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Keda uses: ./.github/actions/setup-keda @@ -264,7 +264,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Keda uses: ./.github/actions/setup-keda diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f4d43d1..10e46ab 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,11 +39,11 @@ jobs: steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7 + uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -54,7 +54,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7 + uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -68,4 +68,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7 + uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d80e456..732377b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: - GOLANGCI_LINT_VERSION: v1.55.2 + GOLANGCI_LINT_VERSION: v1.59.1 GOLANGCI_LINT_TIMEOUT: 5m jobs: @@ -19,10 +19,10 @@ jobs: steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: go-version-file: "go.mod" cache: true @@ -33,7 +33,7 @@ jobs: go mod download - name: Run golangci-lint - uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 + uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1 with: version: ${{ env.GOLANGCI_LINT_VERSION }} args: --timeout=${{ env.GOLANGCI_LINT_TIMEOUT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5a35be..db8a827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,9 +14,9 @@ jobs: packages: ${{ steps.filter.outputs.changes }} steps: - name: Check out code - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1 + - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 id: filter with: filters: | @@ -45,10 +45,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up Go - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: go-version-file: "go.mod" cache: true @@ -57,7 +57,7 @@ jobs: run: cd ${{ matrix.run }}; version=$(cat version);echo "version=$version" >> $GITHUB_ENV - name: Setup Ko - uses: ko-build/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6 + uses: ko-build/setup-ko@3aebd0597dc1e9d1a26bcfdb7cbeb19c131d3037 # v0.7 - name: Build shell: bash diff --git a/aws-kinesis-http-connector/version b/aws-kinesis-http-connector/version index fc6f7a7..3c58828 100644 --- a/aws-kinesis-http-connector/version +++ b/aws-kinesis-http-connector/version @@ -1 +1 @@ -v0.12 +v0.13 diff --git a/aws-sqs-http-connector/version b/aws-sqs-http-connector/version index 3c58828..1ec829a 100644 --- a/aws-sqs-http-connector/version +++ b/aws-sqs-http-connector/version @@ -1 +1 @@ -v0.13 +v0.14 diff --git a/gcp-pubsub-http-connector/version b/gcp-pubsub-http-connector/version index 86de203..490a0cd 100644 --- a/gcp-pubsub-http-connector/version +++ b/gcp-pubsub-http-connector/version @@ -1 +1 @@ -v0.8 +v0.9 diff --git a/kafka-http-connector/version b/kafka-http-connector/version index 1ec829a..2048935 100644 --- a/kafka-http-connector/version +++ b/kafka-http-connector/version @@ -1 +1 @@ -v0.14 +v0.15 diff --git a/nats-jetstream-http-connector/version b/nats-jetstream-http-connector/version index 74d5120..03776fb 100644 --- a/nats-jetstream-http-connector/version +++ b/nats-jetstream-http-connector/version @@ -1 +1 @@ -v0.6 +v0.7 diff --git a/nats-streaming-http-connector/version b/nats-streaming-http-connector/version index 2048935..39fa176 100644 --- a/nats-streaming-http-connector/version +++ b/nats-streaming-http-connector/version @@ -1 +1 @@ -v0.15 +v0.16 diff --git a/rabbitmq-http-connector/version b/rabbitmq-http-connector/version index fc6f7a7..3c58828 100644 --- a/rabbitmq-http-connector/version +++ b/rabbitmq-http-connector/version @@ -1 +1 @@ -v0.12 +v0.13 diff --git a/redis-http-connector/version b/redis-http-connector/version index 83b4ac5..74d5120 100644 --- a/redis-http-connector/version +++ b/redis-http-connector/version @@ -1 +1 @@ -v0.5 +v0.6