From 2a85a21fe5ad8730f882286bc23fe0905dd50d69 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 14 Oct 2021 19:21:49 -0400 Subject: [PATCH 1/4] chore: delete owlbot.py (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: delete owlbot.py * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .github/.OwlBot.lock.yaml | 4 ++-- .github/.OwlBot.yaml | 2 +- docs/index.rst | 1 - owlbot.py | 37 ------------------------------------- 4 files changed, 3 insertions(+), 41 deletions(-) delete mode 100644 owlbot.py diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 9e9eda5..ba7b2f7 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: - image: gcr.io/repo-automation-bots/owlbot-python:latest - digest: sha256:5de5d966039e98922fa7ea4d28d0cd80a9ee7344003af819c868dd4520629d75 + image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest + digest: sha256:3728d8fd14daa46a96d04ce61c6451a3ac864dc48fb71eecbb4411f4a95618d4 diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml index 318c025..ecabc81 100644 --- a/.github/.OwlBot.yaml +++ b/.github/.OwlBot.yaml @@ -12,7 +12,7 @@ # limitations under the License. docker: - image: gcr.io/repo-automation-bots/owlbot-python:latest + image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest deep-remove-regex: - /owl-bot-staging diff --git a/docs/index.rst b/docs/index.rst index 08e5915..43246b1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,6 @@ API Reference iam_logging_v1/services iam_logging_v1/types - Changelog --------- diff --git a/owlbot.py b/owlbot.py deleted file mode 100644 index cd6b3dd..0000000 --- a/owlbot.py +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2021 Google LLC -# -# 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. - - -"""This script is used to synthesize generated parts of this library.""" - -import os -import synthtool as s -import synthtool.gcp as gcp -from synthtool.languages import python - -common = gcp.CommonTemplates() - -default_version = "v1" - -for library in s.get_staging_dirs(default_version): - s.move(library, excludes=["setup.py", "README.rst", "docs/index.rst"]) - -s.remove_staging_dirs() - -templated_files = common.py_library(microgenerator=True) - -excludes=[".coveragerc"] -s.move(templated_files, excludes=excludes) - -s.shell.run(["nox", "-s", "blacken"], hide_output=False) - From 9865815153a2064ee15a7ec48692b120565571c9 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 19 Oct 2021 20:16:33 -0400 Subject: [PATCH 2/4] chore(python): fix formatting in docs/UPGRADING.md (#41) Source-Link: https://github.com/googleapis/synthtool/commit/949c010e1cd99da4a85b07f06abe19200cc535ed Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:17723e4df0cdd8d4508547ee517df2287af52c9d3f26a91e897bc618f73ec293 Co-authored-by: Owl Bot --- .github/.OwlBot.lock.yaml | 2 +- docs/index.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index ba7b2f7..1ca6ab4 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:3728d8fd14daa46a96d04ce61c6451a3ac864dc48fb71eecbb4411f4a95618d4 + digest: sha256:17723e4df0cdd8d4508547ee517df2287af52c9d3f26a91e897bc618f73ec293 diff --git a/docs/index.rst b/docs/index.rst index 43246b1..e7e3913 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,12 +11,13 @@ API Reference iam_logging_v1/services iam_logging_v1/types + Changelog --------- For a list of all ``google-cloud-iam-logging`` releases: .. toctree:: - :maxdepth: 2 + :maxdepth: 2 - changelog + changelog From dd95b8dc8f70955697e2424a548f21b7902b0a46 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 25 Oct 2021 12:02:12 -0400 Subject: [PATCH 3/4] feat: bump release level to production/stable (#43) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #42 🦕 Release-As: 1.0.0 --- .repo-metadata.json | 2 +- README.rst | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 9c2bdf6..9459138 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/iam/docs/audit-logging", "client_documentation": "https://googleapis.dev/python/iamlogging/latest", "issue_tracker": "https://github.com/googleapis/python-iamlogging/issues", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "OTHER", "repo": "googleapis/python-iam-logging", diff --git a/README.rst b/README.rst index bc8b8e7..9331f7c 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,15 @@ Python Client for Google Cloud IAM Logging ======================================================= -|beta| |pypi| |versions| +|ga| |pypi| |versions| This package contains generated Python types for ``google.iam.v1.logging``. - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-iam-logging.svg :target: https://pypi.org/project/google-cloud-iam-logging/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iam-logging.svg diff --git a/setup.py b/setup.py index d015d0f..af4f140 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ ), python_requires=">=3.6", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", From 8bc7a76e94ebd2dbf9e7db08b6128595f9fdd9ec Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 21:26:15 +0000 Subject: [PATCH 4/4] chore: release 1.0.0 (#44) :robot: I have created a release \*beep\* \*boop\* --- ## [1.0.0](https://www.github.com/googleapis/python-iam-logging/compare/v0.2.0...v1.0.0) (2021-10-25) ### Features * bump release level to production/stable ([#43](https://www.github.com/googleapis/python-iam-logging/issues/43)) ([dd95b8d](https://www.github.com/googleapis/python-iam-logging/commit/dd95b8dc8f70955697e2424a548f21b7902b0a46)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c61b97..9a75cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0](https://www.github.com/googleapis/python-iam-logging/compare/v0.2.0...v1.0.0) (2021-10-25) + + +### Features + +* bump release level to production/stable ([#43](https://www.github.com/googleapis/python-iam-logging/issues/43)) ([dd95b8d](https://www.github.com/googleapis/python-iam-logging/commit/dd95b8dc8f70955697e2424a548f21b7902b0a46)) + ## [0.2.0](https://www.github.com/googleapis/python-iam-logging/compare/v0.1.3...v0.2.0) (2021-10-13) diff --git a/setup.py b/setup.py index af4f140..16ce493 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import os import setuptools # type: ignore -version = "0.2.0" +version = "1.0.0" package_root = os.path.abspath(os.path.dirname(__file__))