From af6d7ae01ded2611f14f62be47fadf41e96e997c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:50:01 -0500 Subject: [PATCH] chore(main): release 1.12.0 (#321) * chore(main): release 1.12.0 * build: use ubuntu 22.04 for tests --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou --- .github/workflows/unittest.yml | 5 ++++- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ google/cloud/orgpolicy/gapic_version.py | 2 +- google/cloud/orgpolicy_v2/gapic_version.py | 2 +- .../snippet_metadata_google.cloud.orgpolicy.v2.json | 2 +- 6 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index de63575..def83fe 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -5,7 +5,10 @@ on: name: unittest jobs: unit: - runs-on: ubuntu-latest + # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed. + # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix + # https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories + runs-on: ubuntu-22.04 strategy: matrix: python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b796cf..a09efe7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.1" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b4adc5b..624ed95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.12.0](https://github.com/googleapis/python-org-policy/compare/v1.11.1...v1.12.0) (2024-12-27) + + +### Features + +* Add support for opt-in debug logging ([c000d74](https://github.com/googleapis/python-org-policy/commit/c000d7444601c5e19ac4da080e12c41c3eaa5f80)) +* Add support for Python 3.13 ([#315](https://github.com/googleapis/python-org-policy/issues/315)) ([2b6bd80](https://github.com/googleapis/python-org-policy/commit/2b6bd80895b85d48e875b74b2b6369374299fdd5)) + + +### Bug Fixes + +* Fix typing issue with gRPC metadata when key ends in -bin ([c000d74](https://github.com/googleapis/python-org-policy/commit/c000d7444601c5e19ac4da080e12c41c3eaa5f80)) + ## [1.11.1](https://github.com/googleapis/python-org-policy/compare/v1.11.0...v1.11.1) (2024-08-13) diff --git a/google/cloud/orgpolicy/gapic_version.py b/google/cloud/orgpolicy/gapic_version.py index a034d27..7138f21 100644 --- a/google/cloud/orgpolicy/gapic_version.py +++ b/google/cloud/orgpolicy/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.11.1" # {x-release-please-version} +__version__ = "1.12.0" # {x-release-please-version} diff --git a/google/cloud/orgpolicy_v2/gapic_version.py b/google/cloud/orgpolicy_v2/gapic_version.py index a034d27..7138f21 100644 --- a/google/cloud/orgpolicy_v2/gapic_version.py +++ b/google/cloud/orgpolicy_v2/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.11.1" # {x-release-please-version} +__version__ = "1.12.0" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.cloud.orgpolicy.v2.json b/samples/generated_samples/snippet_metadata_google.cloud.orgpolicy.v2.json index 53432ed..9ade7f1 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.orgpolicy.v2.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.orgpolicy.v2.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-org-policy", - "version": "0.1.0" + "version": "1.12.0" }, "snippets": [ {