Skip to content

Commit

Permalink
Publish @engflowapis 2025.01.17-16.55.05 (+ language bindings) (b…
Browse files Browse the repository at this point in the history
…azelbuild#3601)

This change updates `@engflowapis` and `@engflowapis-java` and adds
`@engflowapis-go`.

Also, updates maintainers.
  • Loading branch information
Yannic authored Jan 18, 2025
1 parent a4caa18 commit c416ddf
Show file tree
Hide file tree
Showing 12 changed files with 199 additions and 2 deletions.
43 changes: 43 additions & 0 deletions modules/engflowapis-go/2025.01.17-16.55.05/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
module(
name = "engflowapis-go",
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline.
)

bazel_dep(
name = "engflowapis",
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline.
)
bazel_dep(
name = "rules_go",
version = "0.50.1",
repo_name = "io_bazel_rules_go",
)
bazel_dep(
name = "gazelle",
version = "0.31.0",
)
bazel_dep(
name = "googleapis",
version = "0.0.0-20240819-fe8ba054a",
)

switched_rules = use_extension("@googleapis//:extensions.bzl", "switched_rules")
switched_rules.use_languages(
go = True,
)

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.module(
path = "google.golang.org/protobuf",
sum = "h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=",
version = "v1.36.1",
)
use_repo(
go_deps,
"org_golang_google_protobuf",
)

local_path_override(
module_name = "engflowapis",
path = "..",
)
16 changes: 16 additions & 0 deletions modules/engflowapis-go/2025.01.17-16.55.05/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets: []
5 changes: 5 additions & 0 deletions modules/engflowapis-go/2025.01.17-16.55.05/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/EngFlow/engflowapis/releases/download/2025.01.17-16.55.05/engflowapis-2025.01.17-16.55.05.tar.gz",
"integrity": "sha256-3fj9Xp/BRSDWGCMZ3OxqgijlEMN/5GFaU8h/3LcCqZ0=",
"strip_prefix": "go"
}
32 changes: 32 additions & 0 deletions modules/engflowapis-go/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"homepage": "https://github.com/EngFlow/engflowapis",
"maintainers": [
{
"email": "andres@engflow.com",
"github": "anfelbar",
"name": "Andrés Felipe Barco Santa"
},
{
"email": "antonio@engflow.com",
"github": "TheGrizzlyDev",
"name": "Antonio Di Stefano"
},
{
"email": "jay@engflow.com",
"github": "jayconrod",
"name": "Jay Conrod"
},
{
"email": "yannic@engflow.com",
"github": "Yannic",
"name": "Yannic Bonenberger"
}
],
"repository": [
"github:EngFlow/engflowapis"
],
"versions": [
"2025.01.17-16.55.05"
],
"yanked_versions": {}
}
27 changes: 27 additions & 0 deletions modules/engflowapis-java/2025.01.17-16.55.05/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
module(
name = "engflowapis-java",
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline.
)

bazel_dep(
name = "engflowapis",
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline.
)
bazel_dep(
name = "grpc-java",
version = "1.67.1",
)
bazel_dep(
name = "protobuf",
version = "28.2",
repo_name = "com_google_protobuf",
)
bazel_dep(
name = "rules_java",
version = "8.7.0",
)

local_path_override(
module_name = "engflowapis",
path = "..",
)
17 changes: 17 additions & 0 deletions modules/engflowapis-java/2025.01.17-16.55.05/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@engflowapis-java//...'
5 changes: 5 additions & 0 deletions modules/engflowapis-java/2025.01.17-16.55.05/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"url": "https://github.com/EngFlow/engflowapis/releases/download/2025.01.17-16.55.05/engflowapis-2025.01.17-16.55.05.tar.gz",
"integrity": "sha256-3fj9Xp/BRSDWGCMZ3OxqgijlEMN/5GFaU8h/3LcCqZ0=",
"strip_prefix": "java"
}
8 changes: 7 additions & 1 deletion modules/engflowapis-java/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"homepage": "https://github.com/EngFlow/engflowapis",
"maintainers": [
{
"email": "andres@engflow.com",
"github": "anfelbar",
"name": "Andrés Felipe Barco Santa"
},
{
"email": "antonio@engflow.com",
"github": "TheGrizzlyDev",
Expand All @@ -16,7 +21,8 @@
"github:EngFlow/engflowapis"
],
"versions": [
"2025.01.17-13.50.20"
"2025.01.17-13.50.20",
"2025.01.17-16.55.05"
],
"yanked_versions": {}
}
19 changes: 19 additions & 0 deletions modules/engflowapis/2025.01.17-16.55.05/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module(
name = "engflowapis",
version = "2025.01.17-16.55.05", # Automatically updated by release pipeline.
)

bazel_dep(
name = "rules_proto",
version = "6.0.2",
)
bazel_dep(
name = "protobuf",
version = "28.2",
repo_name = "com_google_protobuf",
)
bazel_dep(
name = "googleapis",
version = "0.0.0-20240819-fe8ba054a",
repo_name = "com_google_googleapis",
)
17 changes: 17 additions & 0 deletions modules/engflowapis/2025.01.17-16.55.05/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@engflowapis//...'
4 changes: 4 additions & 0 deletions modules/engflowapis/2025.01.17-16.55.05/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://github.com/EngFlow/engflowapis/releases/download/2025.01.17-16.55.05/engflowapis-2025.01.17-16.55.05.tar.gz",
"integrity": "sha256-3fj9Xp/BRSDWGCMZ3OxqgijlEMN/5GFaU8h/3LcCqZ0="
}
8 changes: 7 additions & 1 deletion modules/engflowapis/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"homepage": "https://github.com/EngFlow/engflowapis",
"maintainers": [
{
"email": "andres@engflow.com",
"github": "anfelbar",
"name": "Andrés Felipe Barco Santa"
},
{
"email": "antonio@engflow.com",
"github": "TheGrizzlyDev",
Expand All @@ -24,7 +29,8 @@
"2024.12.05-12.44.49",
"2024.12.06-06.17.32",
"2025.01.15-16.16.07",
"2025.01.17-13.50.20"
"2025.01.17-13.50.20",
"2025.01.17-16.55.05"
],
"yanked_versions": {}
}

0 comments on commit c416ddf

Please sign in to comment.