Skip to content

Commit

Permalink
aws-in-a-box@0.0.49 (#1585)
Browse files Browse the repository at this point in the history
Release: https://github.com/dzbarsky/aws-in-a-box/releases/tag/v0.0.49

Author: @dzbarsky



_Automated by [Publish to BCR](https://github.com/apps/publish-to-bcr)_

Co-authored-by: David Zbarsky <dzbarsky@gmail.com>
  • Loading branch information
publish-to-bcr-bot[bot] and dzbarsky committed Mar 6, 2024
1 parent 44ec885 commit d4187fb
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 1 deletion.
26 changes: 26 additions & 0 deletions modules/aws-in-a-box/0.0.49/MODULE.bazel
@@ -0,0 +1,26 @@
module(
name = "aws-in-a-box",
version = "0.0.49",
compatibility_level = 1,
)

bazel_dep(name = "rules_go", version = "0.44.0")

bazel_dep(name = "gazelle", version = "0.34.0")
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")

use_repo(
go_deps,
"com_github_aws_aws_sdk_go_v2",
"com_github_aws_aws_sdk_go_v2_service_kinesis",
"com_github_aws_aws_sdk_go_v2_service_kms",
"com_github_aws_aws_sdk_go_v2_service_s3",
"com_github_aws_aws_sdk_go_v2_service_sqs",
"com_github_aws_smithy_go",
"com_github_fxamacker_cbor_v2",
"com_github_gofrs_uuid_v5",
"com_github_google_go_cmp",
"org_golang_x_exp",
"org_golang_x_net",
)
12 changes: 12 additions & 0 deletions modules/aws-in-a-box/0.0.49/patches/module_dot_bazel_version.patch
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "aws-in-a-box",
- version = "0.0.41",
+ version = "0.0.49",
compatibility_level = 1,
)

bazel_dep(name = "rules_go", version = "0.44.0")
12 changes: 12 additions & 0 deletions modules/aws-in-a-box/0.0.49/presubmit.yml
@@ -0,0 +1,12 @@
bcr_test_module:
module_path: "."
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: ["7.x"]
tasks:
run_tests:
name: "Run tests"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/aws-in-a-box/0.0.49/source.json
@@ -0,0 +1,9 @@
{
"integrity": "sha256-cwCBSQJelGmg8jbPmnaO5+KNikHH5S5VDlgmTVCe/S8=",
"strip_prefix": "aws-in-a-box-0.0.49",
"url": "https://github.com/dzbarsky/aws-in-a-box/releases/download/v0.0.49/aws-in-a-box-v0.0.49.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-T+/LuBSOS7ttuQVPoU4Y4RZPSq23OFHvOOrJiL/QmVg="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/aws-in-a-box/metadata.json
Expand Up @@ -13,7 +13,8 @@
"versions": [
"0.0.43",
"0.0.44",
"0.0.48"
"0.0.48",
"0.0.49"
],
"yanked_versions": {}
}

0 comments on commit d4187fb

Please sign in to comment.