protovalidate-cc@1.0.0 (#5917)

Release:
https://github.com/bufbuild/protovalidate-cc/releases/tag/v1.0.0

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

Co-authored-by: srikrsna-buf <93153132+srikrsna-buf@users.noreply.github.com>
diff --git a/modules/protovalidate-cc/1.0.0/MODULE.bazel b/modules/protovalidate-cc/1.0.0/MODULE.bazel
new file mode 100644
index 0000000..6132eaa
--- /dev/null
+++ b/modules/protovalidate-cc/1.0.0/MODULE.bazel
@@ -0,0 +1,36 @@
+# Copyright 2023-2025 Buf Technologies, Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# DO NOT EDIT MODULE.bazel - Edit MODULE.bazel.tmpl instead, then run make generate.
+
+module(
+    name = "protovalidate-cc",
+    version = "1.0.0",
+)
+
+bazel_dep(name = "re2", version = "2024-07-02.bcr.1", repo_name = "com_googlesource_code_re2")
+
+bazel_dep(name = "protobuf", version = "29.2", repo_name = "com_google_protobuf")
+
+bazel_dep(name = "rules_proto", version = "7.1.0")
+
+bazel_dep(name = "rules_buf", version = "0.3.0")
+
+bazel_dep(name = "googletest", version = "1.16.0.bcr.1", repo_name = "com_google_googletest")
+
+bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")
+
+bazel_dep(name = "cel-cpp", version = "0.11.0", repo_name = "com_google_cel_cpp")
+
+bazel_dep(name = "protovalidate", version = "1.0.0", repo_name = "com_github_bufbuild_protovalidate")
diff --git a/modules/protovalidate-cc/1.0.0/attestations.json b/modules/protovalidate-cc/1.0.0/attestations.json
new file mode 100644
index 0000000..a8f0611
--- /dev/null
+++ b/modules/protovalidate-cc/1.0.0/attestations.json
@@ -0,0 +1,17 @@
+{
+    "mediaType": "application/vnd.build.bazel.registry.attestation+json;version=1.0.0",
+    "attestations": {
+        "source.json": {
+            "url": "https://github.com/bufbuild/protovalidate-cc/releases/download/v1.0.0/source.json.intoto.jsonl",
+            "integrity": "sha256-9nSOXih7MmIU4r6/4TCDbuaEt65zusUIjRlQodLIwQ0="
+        },
+        "MODULE.bazel": {
+            "url": "https://github.com/bufbuild/protovalidate-cc/releases/download/v1.0.0/MODULE.bazel.intoto.jsonl",
+            "integrity": "sha256-7JFQ/5hW5b+auwP/sQ0mW8S0WSc+PSoC4lkIu7ydsZM="
+        },
+        "protovalidate-cc-1.0.0.tar.gz": {
+            "url": "https://github.com/bufbuild/protovalidate-cc/releases/download/v1.0.0/protovalidate-cc-1.0.0.tar.gz.intoto.jsonl",
+            "integrity": "sha256-IVL/iwBRmK2cawv2A9jQgjsdwm/aDi9RuFL8u2rKa2I="
+        }
+    }
+}
diff --git a/modules/protovalidate-cc/1.0.0/presubmit.yml b/modules/protovalidate-cc/1.0.0/presubmit.yml
new file mode 100644
index 0000000..1bea810
--- /dev/null
+++ b/modules/protovalidate-cc/1.0.0/presubmit.yml
@@ -0,0 +1,12 @@
+bcr_test_module:
+  module_path: "e2e/bzlmod"
+  matrix:
+    platform: ["debian10", "macos"]
+    bazel: [7.x, 8.x]
+  tasks:
+    run_tests:
+      name: "Run test module"
+      platform: ${{ platform }}
+      bazel: ${{ bazel }}
+      test_targets:
+        - "//..."
diff --git a/modules/protovalidate-cc/1.0.0/source.json b/modules/protovalidate-cc/1.0.0/source.json
new file mode 100644
index 0000000..a8d04e6
--- /dev/null
+++ b/modules/protovalidate-cc/1.0.0/source.json
@@ -0,0 +1,5 @@
+{
+    "integrity": "sha256-3D7fD2qw+roKlMQaygFmdmbBa+RExHMT7Vk2DsOBmkM=",
+    "strip_prefix": "protovalidate-cc-1.0.0",
+    "url": "https://github.com/bufbuild/protovalidate-cc/releases/download/v1.0.0/protovalidate-cc-1.0.0.tar.gz"
+}
diff --git a/modules/protovalidate-cc/metadata.json b/modules/protovalidate-cc/metadata.json
index 1c60933..fb02b71 100644
--- a/modules/protovalidate-cc/metadata.json
+++ b/modules/protovalidate-cc/metadata.json
@@ -15,7 +15,8 @@
         "0.7.0",
         "0.8.0",
         "0.9.0",
-        "1.0.0-rc.6"
+        "1.0.0-rc.6",
+        "1.0.0"
     ],
     "yanked_versions": {}
 }