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

fix(deps): update module github.com/bazelbuild/rules_go to v0.48.0 #608

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bazelbuild/rules_go v0.39.0 -> v0.48.0 age adoption passing confidence

Release Notes

bazelbuild/rules_go (github.com/bazelbuild/rules_go)

v0.48.0

Compare Source

Important Changes!

--incompatible_enable_proto_toolchain_resolution is now supported in rules_go. This means that protoc should now be supplied as a toolchain. protoc can be registered using https://github.com/aspect-build/toolchains_protoc, or a local proto toolchain can be added.

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "33acc4ae0f70502db4b893c9fc1dd7a9bf998c23e7ff2c4517741d4049a976f8",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.48.0/rules_go-v0.48.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.48.0/rules_go-v0.48.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.3")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.47.1...v0.48.0

v0.47.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "f74c98d6df55217a36859c74b460e774abc0410a47cc100d822be34d5f990f16",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.47.1/rules_go-v0.47.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.47.1/rules_go-v0.47.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.2")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.47.0...v0.47.1

v0.47.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "af47f30e9cbd70ae34e49866e201b3f77069abb111183f2c0297e7e74ba6bbc0",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.47.0/rules_go-v0.47.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.47.0/rules_go-v0.47.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.2")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.46.0...v0.47.0

v0.46.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.46.0/rules_go-v0.46.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.22.0")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.45.1...v0.46.0

v0.45.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "6734a719993b1ba4ebe9806e853864395a8d3968ad27f9dd759c196b3eb3abe8",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.6")

What's Changed

Full Changelog: bazelbuild/rules_go@v0.45.0...v0.45.1

v0.45.0

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "de7974538c31f76658e0d333086c69efdf6679dbc6a466ac29e65434bf47076d",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.45.0/rules_go-v0.45.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.45.0/rules_go-v0.45.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.6")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.44.2...v0.45.0

v0.44.2

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "7c76d6236b28ff695aa28cf35f95de317a9472fd1fb14ac797c9bf684f09b37c",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.2/rules_go-v0.44.2.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

Full Changelog: bazelbuild/rules_go@v0.44.1...v0.44.2

v0.44.1

Compare Source

Why a patch release

This patch release is to include bazelbuild/rules_go@43c40a9 which reverts a change to forcefully upgrade genproto transitively, which is causing linker failures since google.golang.org/genproto/googleapis/rpc was separated from google.golang.org/genproto

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "b6828eb2d03bb5ef76f2077f8670b211fe792e77ddb83450ea9f887df04db9c7",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.1/rules_go-v0.44.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.1/rules_go-v0.44.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

Full Changelog: bazelbuild/rules_go@v0.44.0...v0.44.1

v0.44.0

Compare Source

IMPORTANT CHANGES

Tests now call panic() when they timeout

This means there is a running goroutine (which will fail goleak detection)

[Goroutine 26 in state chan receive, with github.com/bazelbuild/rules_go/go/tools/bzltestutil.RegisterTimeoutHandler.func1 on top of the

This also means there may be some different behavior when calling SIGTERM directly from within a test.

For more information see: https://github.com/bazelbuild/rules_go/pull/3749

Bzlmod support for nogo

This can be added in your MODULE.bazel file:

go_sdk = use_extension("@​rules_go//go:extensions.bzl", "go_sdk")
go_sdk.download(
    name = "go_sdk",
    ...
)
go_sdk.nogo(
    nogo = "//:default_nogo",
)

For more information see https://github.com/bazelbuild/rules_go/pull/3782

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "c8035e8ae248b56040a65ad3f0b7434712e2037e5dfdcebfe97576e620422709",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.44.0/rules_go-v0.44.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.5")

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.43.0...v0.44.0

v0.43.0

Compare Source

Breaking x/tools upgrade

This change includes a breaking upgrade to golang.org/x/tools

Please make sure to upgrade x/tools to version v0.15.0 to ensure compatibility with rules_go's NoGo.

If you need to use an older version of x/tools (v0.13.0 or earlier), apply the following patch to rules_go:
x-tools.patch

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.42.0...v0.43.0

v0.42.0

Compare Source

What's Changed

Added patches to go_download_sdk:

Patches can now be applied to the standard library using go_download_sdk (and go_sdk.download for Bzlmod).

Example:

    go_download_sdk(
        name = "go_sdk",
        sdks = {
            "linux_amd64": (
                "go{}.linux-amd64.mirror6598503.tar.gz".format(go_version),
                "3f5c50e592d8845d30eebd08ddb9c670fd2d909e032b6c2b83ecf97afb34660c",
            ),
            "darwin_arm64": (
                "go{}.darwin-arm64.mirror6598503.tar.gz".format(go_version),
                "fbe78beee7861da09de9319498a1521bc41a8b79d3ead2218ce307b9fa5503e5",
            ),
        },
        patches = [
            "//patches:golang_osx_dns_workaround.patch",
        ],
        urls = ["https://dl.google.com/go/{}"],
        version = go_version,
    )

Other changes included:

Full Changelog: bazelbuild/rules_go@v0.41.0...v0.42.0

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "91585017debb61982f7054c9688857a2ad1fd823fc3f9cb05048b0025c47d023",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.1")

v0.41.0

Compare Source

What's Changed

Starting this release, rules_go no longer ship with @go_googleapis repo. Together with Gazelle v0.32.0, it means that all Go code importing generated code from Google APIs will depend on @org_golang_google_genproto, which is resolved by Go modules. For proto files importing Google APIs proto and generating Go code, users need to:

  1. Add an http_archive rule to download Google APIs, e.g.,
http_archive(
    name = "googleapis",
    sha256 = "9d1a930e767c93c825398b8f8692eca3fe353b9aaadedfbcf1fca2282c85df88",
    strip_prefix = "googleapis-64926d52febbf298cb82a8f472ade4a3969ba922",
    urls = [
        "https://github.com/googleapis/googleapis/archive/64926d52febbf298cb82a8f472ade4a3969ba922.zip",
    ],
)

load("@​googleapis//:repository_rules.bzl", "switched_rules_by_language")

switched_rules_by_language(
    name = "com_google_googleapis_imports",
)

Note that the version of Google APIs archive needs to be compatible with the pre-generated code in @org_golang_google_genproto.

  1. Resolve the proto manually. If Gazelle is being used, directives like the following need to be added to a parent directory of the proto files:
### gazelle:resolve proto proto google/rpc/status.proto @​googleapis//google/rpc:status_proto
### gazelle:resolve proto go google/rpc/status.proto  @​org_golang_google_genproto//googleapis/rpc/status
### gazelle:resolve proto google/longrunning/operations.proto @​googleapis//google/longrunning:operations_proto
### gazelle:resolve proto go google/longrunning/operations.proto @​org_golang_google_genproto//googleapis/longrunning

Other changes included in this release

Full Changelog: bazelbuild/rules_go@v0.40.1...v0.41.0

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "278b7ff5a826f3dc10f04feaf0b70d48b68748ccd512d7f98bf442077f043fe3",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.41.0/rules_go-v0.41.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.20.5")

v0.40.1

Compare Source

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "51dc53293afe317d2696d4d6433a4c33feedb7748a9e352072e2ec3c0dafd2c6",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.40.1/rules_go-v0.40.1.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.40.1/rules_go-v0.40.1.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.20.5")

Changes

This patch release cherry-picked two bug fixes related to Go package driver from master

v0.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_go@v0.39.1...v0.40.0

WORKSPACE code

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "bfc5ce70b9d1634ae54f4e7b495657a18a04e0d596785f672d35d5f505ab491a",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.40.0/rules_go-v0.40.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.40.0/rules_go-v0.40.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.20.5")

v0.39.1

Compare Source

What's Changed

  • Reland "Add new darwin CC toolchain for tests ([#​3460](https://togit

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from b1d3d45 to 2b67145 Compare May 3, 2023 15:56
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 2b67145 to f7b4925 Compare May 31, 2023 22:36
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from f7b4925 to bd9f6b9 Compare June 13, 2023 15:26
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from bd9f6b9 to 734cd0c Compare June 21, 2023 06:19
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.39.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.40.0 Jun 22, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch 2 times, most recently from 55225df to 4d20220 Compare June 23, 2023 21:45
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.40.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.40.1 Jun 28, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 4d20220 to f1ebd72 Compare June 28, 2023 20:31
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from f1ebd72 to a3d2c31 Compare July 10, 2023 20:34
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.40.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.41.0 Jul 10, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from a3d2c31 to b98b5a1 Compare July 10, 2023 23:27
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch 3 times, most recently from a964a81 to 8914bef Compare August 1, 2023 17:35
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 8914bef to 68f15e8 Compare September 5, 2023 16:01
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.41.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.42.0 Sep 28, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch 2 times, most recently from 98aab81 to d3b2ab4 Compare September 30, 2023 00:54
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.42.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.43.0 Nov 20, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch 2 times, most recently from 4fe4cdb to a7f5512 Compare November 20, 2023 19:06
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from a7f5512 to a038dda Compare November 27, 2023 23:52
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.43.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.44.0 Dec 19, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from a038dda to 7d25aef Compare December 19, 2023 22:07
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 7d25aef to bc815ce Compare December 30, 2023 01:10
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.44.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.44.1 Dec 30, 2023
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from bc815ce to 0ec3dea Compare January 3, 2024 21:19
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.44.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.44.2 Jan 3, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch 2 times, most recently from 82ff391 to 5a85347 Compare January 12, 2024 22:57
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.44.2 fix(deps): update module github.com/bazelbuild/rules_go to v0.45.0 Jan 12, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 5a85347 to 0a2c2d2 Compare January 19, 2024 16:29
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.45.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.45.1 Jan 19, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 0a2c2d2 to 47dff17 Compare February 10, 2024 04:09
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.45.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.46.0 Feb 10, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 47dff17 to 5b205f4 Compare February 21, 2024 02:10
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 5b205f4 to 6a3c385 Compare March 19, 2024 18:37
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 6a3c385 to 5ae80f7 Compare March 28, 2024 21:19
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 5ae80f7 to 7a98e04 Compare April 23, 2024 16:47
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.46.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.47.0 Apr 23, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from 7a98e04 to d3695a7 Compare April 23, 2024 21:42
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from d3695a7 to ef761a3 Compare May 6, 2024 21:18
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.47.0 fix(deps): update module github.com/bazelbuild/rules_go to v0.47.1 May 6, 2024
@renovate-bot renovate-bot force-pushed the renovate/github.com-bazelbuild-rules_go-0.x branch from ef761a3 to adf02e6 Compare May 22, 2024 11:22
@renovate-bot renovate-bot changed the title fix(deps): update module github.com/bazelbuild/rules_go to v0.47.1 fix(deps): update module github.com/bazelbuild/rules_go to v0.48.0 May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant