You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the upgrade to rules-python v0.24 (https://github.com/vaticle/dependencies/pull/460), we are required to explicitly install python dependencies in the WORKSPACE file. The python tools happened to be unused, so these errors were not visible until the sync dependencies tool was restored.
39
+
40
+
-**Sync dependencies in CI**
41
+
42
+
We add a sync-dependencies job to be run in CI after successful snapshot and release deployments. The job sends a request to vaticle-bot to update all downstream dependencies.
43
+
44
+
Note: this PR does _not_ update the `dependencies` repo dependency. It will be updated automatically by the bot during its first pass.
45
+
46
+
-**Set up CI filters for master-development workflow**
47
+
48
+
-**Migrate artifact hosting to cloudsmith**
49
+
Updates artifact deployment & consumption rules to use cloudsmith instead of the self-hosted sonatype repository.
50
+
51
+
52
+
-**Update grpc dependency labels**
53
+
54
+
We update all references to `@vaticle_dependencies//builder/grpc` to refer to `@vaticle_dependencies//builder/proto_grpc` instead. See https://github.com/vaticle/dependencies/pull/492.
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,5 @@ def vaticle_dependencies():
21
21
git_repository(
22
22
name="vaticle_dependencies",
23
23
remote="https://github.com/vaticle/dependencies",
24
-
commit="9632621e9e6381e192ba744ccb3f7447d0433c19", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24
+
commit="cd00aa9bc16bc2eb857b9b5e4d7a301bf19908dc", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
0 commit comments