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

jitsucom-bulker/2.8.5 package update #38412

Merged
merged 1 commit into from
Dec 27, 2024
Merged
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
31 changes: 3 additions & 28 deletions jitsucom-bulker.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: jitsucom-bulker
version: 2.8.4
epoch: 3
version: 2.8.5
epoch: 0
description: Service for bulk-loading data to databases with automatic schema management (Redshift, Snowflake, BigQuery, ClickHouse, Postgres, MySQL)
copyright:
- license: MIT
Expand All @@ -16,35 +16,10 @@ package:
pipeline:
- uses: git-checkout
with:
expected-commit: 2b7c9763cb708a4a40ddcdca402af225dd9cffde
expected-commit: c3cb4c8a057ee41f06ce5e30b8bcaad660000d79
repository: https://github.com/jitsucom/bulker
tag: jitsu2-v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0
modroot: bulkerapp

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0
modroot: ingest

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0
modroot: sync-sidecar

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0
modroot: sync-controller

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0
modroot: ingress-manager

data:
- name: commands
items:
Expand Down
Loading