Skip to content

Commit f357f03

Browse files
authored
chore(dep): bump up usage-client version (#1043)
Because - usage-client has a a new version to adopt the latest services This commit - bumps up the usage-client version - updates contributing guidline
1 parent d332bbe commit f357f03

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.github/CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ backend with your local changes.
3636
```shell
3737
cd $MY_WORKSPACE
3838
git clone https://github.com/instill-ai/instill-core && cd instill-core
39-
make latest PROFILE=api-gateway,mgmt,model,artifact,console
39+
make latest
40+
```
41+
42+
#### Remove the containers to avoid conflicts
43+
44+
```shell
45+
docker rm -f pipeline-backend pipeline-backend-worker
4046
```
4147

4248
#### Building the development container

.github/workflows/integration-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
uses: docker/setup-buildx-action@v3
7373

7474
- name: Set short commit SHA
75-
if: github.ref == 'refs/heads/main'
7675
run: |
7776
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:7}" >> $GITHUB_ENV
7877

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ require (
4545
github.com/h2non/filetype v1.1.3
4646
github.com/iancoleman/strcase v0.3.0
4747
github.com/influxdata/influxdb-client-go/v2 v2.14.0
48-
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250612083230-80e6987e5d61
49-
github.com/instill-ai/usage-client v0.3.0-alpha.0.20250313022849-49504d982f18
48+
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250626141501-c8e22cc2e0b6
49+
github.com/instill-ai/usage-client v0.4.0
5050
github.com/instill-ai/x v0.8.0-alpha.0.20250522164415-9172edd336bb
5151
github.com/itchyny/gojq v0.12.17
5252
github.com/jackc/pgconn v1.14.3

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@ github.com/influxdata/influxdb-client-go/v2 v2.14.0 h1:AjbBfJuq+QoaXNcrova8smSjw
460460
github.com/influxdata/influxdb-client-go/v2 v2.14.0/go.mod h1:Ahpm3QXKMJslpXl3IftVLVezreAUtBOTZssDrjZEFHI=
461461
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf h1:7JTmneyiNEwVBOHSjoMxiWAqB992atOeepeFYegn5RU=
462462
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf/go.mod h1:xaLFMmpvUxqXtVkUJfg9QmT88cDaCJ3ZKgdZ78oO8Qo=
463-
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250612083230-80e6987e5d61 h1:wA9YlKStdlutjW/QxlTZApNFJXRivFvlqsUiwKz4MlQ=
464-
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250612083230-80e6987e5d61/go.mod h1:bCnBosofpaUxKBuTTJM3/I3thAK37kvfBnKByjnLsl4=
465-
github.com/instill-ai/usage-client v0.3.0-alpha.0.20250313022849-49504d982f18 h1:RFdRDODY4qMTTIcKm4TBMpYhxDGFCql6HQ7oocA+WeQ=
466-
github.com/instill-ai/usage-client v0.3.0-alpha.0.20250313022849-49504d982f18/go.mod h1:/B+Irg9TYBlP+X79GZ+yvPxFvC+7fbRL7APNGiJlDSk=
463+
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250626141501-c8e22cc2e0b6 h1:5o4fBRte53mNXcjengF2TtlGaY4vUiM49iWT2KoOa5Q=
464+
github.com/instill-ai/protogen-go v0.3.3-alpha.0.20250626141501-c8e22cc2e0b6/go.mod h1:bCnBosofpaUxKBuTTJM3/I3thAK37kvfBnKByjnLsl4=
465+
github.com/instill-ai/usage-client v0.4.0 h1:xf1hAlO4a8lZwZzz9bprZOJqU3ghIcIsavUUB7UURyg=
466+
github.com/instill-ai/usage-client v0.4.0/go.mod h1:zZ9LRoXps2u63ARYPAbR2YvqTib3dWJLObZn+9YqhF0=
467467
github.com/instill-ai/x v0.8.0-alpha.0.20250522164415-9172edd336bb h1:lrHTet3MB9ctNTvY/H8qcyiHd1vdTRqzUMkGsh5/Pp8=
468468
github.com/instill-ai/x v0.8.0-alpha.0.20250522164415-9172edd336bb/go.mod h1:uzCqJuS/AuCPiY8HhzQpz7I3L5pJfIZZNw/euT6SfHE=
469469
github.com/itchyny/gojq v0.12.17 h1:8av8eGduDb5+rvEdaOO+zQUjA04MS0m3Ps8HiD+fceg=

0 commit comments

Comments
 (0)