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

Figure out the work needed for Resource Manager service #297

Closed
ajkannan opened this issue Oct 26, 2015 · 7 comments · Fixed by #495
Closed

Figure out the work needed for Resource Manager service #297

ajkannan opened this issue Oct 26, 2015 · 7 comments · Fixed by #495
Assignees
Labels
api: cloudresourcemanager Issues related to the Resource Manager API. 🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@ajkannan
Copy link

https://cloud.google.com/resource-manager/

@ajkannan ajkannan self-assigned this Oct 26, 2015
@aozarov aozarov added the api: cloudresourcemanager Issues related to the Resource Manager API. label Oct 27, 2015
@aozarov aozarov added this to the Resource Manager Stable milestone Oct 27, 2015
@ajkannan
Copy link
Author

@mziccard I want to get your opinion on a good workflow for this issue. I think there are a couple options:

  1. Create a branch off GoogleCloudPlatform/gcloud-java/master (like the update-datastore branch) and merge in incremental PRs.
  2. Create a branch like in Generate Javadocs and put them in the gh-pages branch? #1 but only have one big PR. Rebase the branch onto master to keep it up to date.
  3. Merge commits into master, but comment on the readme saying "do not use, currently under development".

@aozarov suggests #1 because incremental PRs are much easier to review and also because people using the library won't mistakenly think the Resource Manager library is ready. I agree with those points, but there's a downside that we can't rebase work to make the history clean. (Suppose there's a situation like in with the update-datastore branch in #277, where some of my PRs have been merged into master. Then any PR with a rebase will cause a merge conflict because my commits already upstream will have different commit hashes). I vote option 1 because option 2 seems impractical for the reviewer and option 3 could be confusing to users. What's your opinion/what do you plan to do for BigQuery?

@mziccard
Copy link
Contributor

@ajkannan In theory you can rebase even when using option 1) but not through a PR. Let say we have a bigquery branch. Given that you have write access to the gcloud-java repo you can fetch gcloud-java, checkout bigquery, rebase it to master and force push (I am not suggesting this, but it can be done).

An alternative would be creating a bigquery branch in my own fork, let me call it mziccard/bigquery. For every feature I create a branch mziccard/bigquery-feauture-x, once done with the feature I make a PR from mziccard/bigquery-feauture-x into mziccard/bigquery (notice this is local). Every time I want to, I rebase mziccard/bigquery to gcloud-java master (I do no harm as the branch is mine). Once done I rebase mziccard/bigquery once more and do a PR from mziccard/bigquery into gcloud-java/bigquery. This way the history is clean. The "problem" is that the reviewer has to do his job on my local repository, not here.

I am fine either way!

@ajkannan
Copy link
Author

Doing the code review in my fork would be cleaner in terms of history, but one downside is that we lose the review history. I'm fine both ways too (either the public branch or as feature PRs into my personal fork). @aozarov what's your preference given this additional option?

@mziccard
Copy link
Contributor

What about having an incremental PR for gcloud-java that does not get merged until it's ready to use? This way we can rebase the PR as many times as we want and once ready merge it directly into master. This implies

  • no need for an extra branch
  • rebase is allowed
  • reviewer must review on a commit basis rather than on a PR basis (which is a very good practice anyway)
  • we'll have a long thread for each new module

@aozarov
Copy link
Contributor

aozarov commented Oct 31, 2015

reviewer must review on a commit basis rather than on a PR basis (which is a very good practice anyway)

I think this approach works well for smaller PRs but I have my doubts about big/continues PRs.

Personally I need sometimes to look at the "forest" rather than looking at the "trees", and in this
case the forest is just going to get bigger and bigger.

I imagine that we can be super strict in our commits to make it easier on the reviewer by, e.g., addressing all comments and nothing else in subsequent commits until all comments has been addressed and only then continuing with the next set of functionality, but I doubt that will work well and fear it will
also affect productivity.

Also, how this approach work with parallel efforts (PRs by the same person or others)?

Considering that, my preference is for option (1), however I am willing to try other approaches if you
think they will produce better results.

@mziccard
Copy link
Contributor

@aozarov Yes my latest proposal assumes that we are very organized in commit/code/review phases.
The workflow I expect is:

  1. Commit feature
  2. Review
  3. Commit to meet review
  4. Repeat 2) and 3) until reviewer gives green light
  5. Repeat from 1)

The idea is that basic support for a new service should be built incrementally so other PRs shouldn't be needed.

But hey I am super fine with (1) I just like playing with git :)

@ajkannan
Copy link
Author

ajkannan commented Nov 2, 2015

It sounds like 1 works for everyone, so I'll go ahead and make a new branch off master for this issue.

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 6, 2020
github-actions bot pushed a commit that referenced this issue Jun 21, 2022
* chore: include generated samples dir

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
🤖 I have created a release \*beep\* \*boop\* 
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
…-registry to v1.2.4 (#297)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-artifact-registry](https://togithub.com/googleapis/java-artifact-registry) | `1.2.3` -> `1.2.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-artifact-registry/1.2.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-artifact-registry/1.2.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-artifact-registry/1.2.4/compatibility-slim/1.2.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-artifact-registry/1.2.4/confidence-slim/1.2.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-artifact-registry).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE0MS4wIn0=-->
github-actions bot pushed a commit that referenced this issue Sep 15, 2022
…ator_java versions (#297)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 472750037

Source-Link: googleapis/googleapis@88f2ea3

Source-Link: googleapis/googleapis-gen@230a558
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
github-actions bot pushed a commit that referenced this issue Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Sep 30, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.5](googleapis/java-service-usage@v2.3.4...v2.3.5) (2022-09-29)


### Dependencies

* Update dependency cachetools to v5 ([#296](googleapis/java-service-usage#296)) ([e3723ce](googleapis/java-service-usage@e3723ce))
* Update dependency certifi to v2022.9.24 ([#279](googleapis/java-service-usage#279)) ([e1cb1b5](googleapis/java-service-usage@e1cb1b5))
* Update dependency charset-normalizer to v2.1.1 ([#283](googleapis/java-service-usage#283)) ([ab22420](googleapis/java-service-usage@ab22420))
* Update dependency click to v8.1.3 ([#284](googleapis/java-service-usage#284)) ([2c42e19](googleapis/java-service-usage@2c42e19))
* Update dependency gcp-releasetool to v1.8.8 ([#280](googleapis/java-service-usage#280)) ([5a20cf0](googleapis/java-service-usage@5a20cf0))
* Update dependency google-api-core to v2.10.1 ([#285](googleapis/java-service-usage#285)) ([4a517e1](googleapis/java-service-usage@4a517e1))
* Update dependency google-auth to v2.12.0 ([#286](googleapis/java-service-usage#286)) ([ccf49ef](googleapis/java-service-usage@ccf49ef))
* Update dependency google-cloud-core to v2.3.2 ([#281](googleapis/java-service-usage#281)) ([b00216e](googleapis/java-service-usage@b00216e))
* Update dependency google-cloud-storage to v2.5.0 ([#287](googleapis/java-service-usage#287)) ([ece60bc](googleapis/java-service-usage@ece60bc))
* Update dependency google-crc32c to v1.5.0 ([#298](googleapis/java-service-usage#298)) ([c3463cc](googleapis/java-service-usage@c3463cc))
* Update dependency googleapis-common-protos to v1.56.4 ([#282](googleapis/java-service-usage#282)) ([94afef8](googleapis/java-service-usage@94afef8))
* Update dependency importlib-metadata to v4.12.0 ([#299](googleapis/java-service-usage#299)) ([f5f1573](googleapis/java-service-usage@f5f1573))
* Update dependency jeepney to v0.8.0 ([#300](googleapis/java-service-usage#300)) ([825b4e8](googleapis/java-service-usage@825b4e8))
* Update dependency jinja2 to v3.1.2 ([#288](googleapis/java-service-usage#288)) ([a51d35f](googleapis/java-service-usage@a51d35f))
* Update dependency keyring to v23.9.3 ([#289](googleapis/java-service-usage#289)) ([f208177](googleapis/java-service-usage@f208177))
* Update dependency markupsafe to v2.1.1 ([#290](googleapis/java-service-usage#290)) ([95302bb](googleapis/java-service-usage@95302bb))
* Update dependency protobuf to v3.20.2 ([#291](googleapis/java-service-usage#291)) ([5fd5fca](googleapis/java-service-usage@5fd5fca))
* Update dependency protobuf to v4 ([#297](googleapis/java-service-usage#297)) ([b6a2052](googleapis/java-service-usage@b6a2052))
* Update dependency pyjwt to v2.5.0 ([#292](googleapis/java-service-usage#292)) ([83212e2](googleapis/java-service-usage@83212e2))
* Update dependency requests to v2.28.1 ([#293](googleapis/java-service-usage#293)) ([cd124b7](googleapis/java-service-usage@cd124b7))
* Update dependency typing-extensions to v4.3.0 ([#294](googleapis/java-service-usage#294)) ([b6da51a](googleapis/java-service-usage@b6da51a))
* Update dependency zipp to v3.8.1 ([#295](googleapis/java-service-usage#295)) ([f616b0b](googleapis/java-service-usage@f616b0b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Sep 30, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [zipp](https://togithub.com/jaraco/zipp) | `==3.6.0` -> `==3.8.1` | [![age](https://badges.renovateapi.com/packages/pypi/zipp/3.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/zipp/3.8.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/zipp/3.8.1/compatibility-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/zipp/3.8.1/confidence-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-domains).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
github-actions bot pushed a commit that referenced this issue Sep 30, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [protobuf](https://developers.google.com/protocol-buffers/) | `==3.19.5` -> `==4.21.7` | [![age](https://badges.renovateapi.com/packages/pypi/protobuf/4.21.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/protobuf/4.21.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/protobuf/4.21.7/compatibility-slim/3.19.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/protobuf/4.21.7/confidence-slim/3.19.5)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-managed-identities).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [1.1.5](https://togithub.com/googleapis/java-managed-identities/compare/v1.1.4...v1.1.5) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#275](https://togithub.com/googleapis/java-managed-identities/issues/275)) ([c3a4ff4](https://togithub.com/googleapis/java-managed-identities/commit/c3a4ff472514b55f7305e03c28347814cd66475d))
* Update dependency charset-normalizer to v2.1.1 ([#279](https://togithub.com/googleapis/java-managed-identities/issues/279)) ([6cf18b3](https://togithub.com/googleapis/java-managed-identities/commit/6cf18b342ee721f50fea7ad53ea0e2847c312cea))
* Update dependency click to v8.1.3 ([#280](https://togithub.com/googleapis/java-managed-identities/issues/280)) ([4cc6594](https://togithub.com/googleapis/java-managed-identities/commit/4cc6594083732e9ffba6be733825b791c5c233f0))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#302](https://togithub.com/googleapis/java-managed-identities/issues/302)) ([6eca54f](https://togithub.com/googleapis/java-managed-identities/commit/6eca54f29931a55d831dcca68a862146f2cbea1f))
* Update dependency gcp-releasetool to v1.8.8 ([#276](https://togithub.com/googleapis/java-managed-identities/issues/276)) ([8ab5e17](https://togithub.com/googleapis/java-managed-identities/commit/8ab5e17b499883b0f7a775c5f07dd52c3a704c5e))
* Update dependency google-api-core to v2.10.1 ([#281](https://togithub.com/googleapis/java-managed-identities/issues/281)) ([b769a26](https://togithub.com/googleapis/java-managed-identities/commit/b769a2664c71487308798da7462563f9a72fa303))
* Update dependency google-auth to v2.12.0 ([#282](https://togithub.com/googleapis/java-managed-identities/issues/282)) ([d91180b](https://togithub.com/googleapis/java-managed-identities/commit/d91180b0c2fdf95b68803d15e07c54dd8a6d9670))
* Update dependency google-cloud-core to v2.3.2 ([#277](https://togithub.com/googleapis/java-managed-identities/issues/277)) ([a96600d](https://togithub.com/googleapis/java-managed-identities/commit/a96600d5fc2a400b67c9280f39cf305a5e072918))
* Update dependency google-cloud-storage to v2.5.0 ([#283](https://togithub.com/googleapis/java-managed-identities/issues/283)) ([9b2c999](https://togithub.com/googleapis/java-managed-identities/commit/9b2c999f61bafdb77dbba9206977e42b5acd419f))
* Update dependency google-crc32c to v1.5.0 ([#284](https://togithub.com/googleapis/java-managed-identities/issues/284)) ([5df4fb1](https://togithub.com/googleapis/java-managed-identities/commit/5df4fb10cea88b730783a6a15b968cad11c22c60))
* Update dependency google-resumable-media to v2.4.0 ([#299](https://togithub.com/googleapis/java-managed-identities/issues/299)) ([5e7537c](https://togithub.com/googleapis/java-managed-identities/commit/5e7537c92ba58062532394ad028d76f14e96df0e))
* Update dependency googleapis-common-protos to v1.56.4 ([#278](https://togithub.com/googleapis/java-managed-identities/issues/278)) ([45b7fe6](https://togithub.com/googleapis/java-managed-identities/commit/45b7fe61a5941b6263fd8fca29d30d1d14dcd1bf))
* Update dependency keyring to v23.9.3 ([#294](https://togithub.com/googleapis/java-managed-identities/issues/294)) ([ff06654](https://togithub.com/googleapis/java-managed-identities/commit/ff06654974da3f00aaa53d29da8c20d34d4b81a3))
* Update dependency markupsafe to v2.1.1 ([#295](https://togithub.com/googleapis/java-managed-identities/issues/295)) ([b41ab70](https://togithub.com/googleapis/java-managed-identities/commit/b41ab705b4f15117cb0535253e8a7a80182b6876))
* Update dependency protobuf to v3.20.2 ([#296](https://togithub.com/googleapis/java-managed-identities/issues/296)) ([a8d60f5](https://togithub.com/googleapis/java-managed-identities/commit/a8d60f5ec0462da2626c07a537fbad3354a18774))
* Update dependency protobuf to v3.20.3 ([#300](https://togithub.com/googleapis/java-managed-identities/issues/300)) ([c48d8ff](https://togithub.com/googleapis/java-managed-identities/commit/c48d8ff21edf07cf0a61cc4e1f12b4cfb3b3aa79))
* Update dependency protobuf to v4 ([#297](https://togithub.com/googleapis/java-managed-identities/issues/297)) ([858507e](https://togithub.com/googleapis/java-managed-identities/commit/858507e8cb112ab8ac038ffe26ac3ff8f02128ec))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [3.1.6](https://togithub.com/googleapis/java-service-management/compare/v3.1.5...v3.1.6) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#309](https://togithub.com/googleapis/java-service-management/issues/309)) ([f8aa2fd](https://togithub.com/googleapis/java-service-management/commit/f8aa2fdfe0e6bbe0d4d637175bd232888ff1de62))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#313](https://togithub.com/googleapis/java-service-management/issues/313)) ([1f187e8](https://togithub.com/googleapis/java-service-management/commit/1f187e8d1b095039ec2e2ab3c3c916c2da2f1f74))
* Update dependency google-api-core to v2.10.1 ([#297](https://togithub.com/googleapis/java-service-management/issues/297)) ([39a4216](https://togithub.com/googleapis/java-service-management/commit/39a42160b73fd31e13d99519a3caa9a440408e18))
* Update dependency google-auth to v2.12.0 ([#298](https://togithub.com/googleapis/java-service-management/issues/298)) ([9970f44](https://togithub.com/googleapis/java-service-management/commit/9970f44291b1c44a158715592a91ee13aed415bd))
* Update dependency google-cloud-storage to v2.5.0 ([#299](https://togithub.com/googleapis/java-service-management/issues/299)) ([5c06503](https://togithub.com/googleapis/java-service-management/commit/5c065035b67127681817bac43b24953e49755aa1))
* Update dependency google-crc32c to v1.5.0 ([#300](https://togithub.com/googleapis/java-service-management/issues/300)) ([12fb7e0](https://togithub.com/googleapis/java-service-management/commit/12fb7e0a550989a14eb907a1d83eebe37210fb8a))
* Update dependency importlib-metadata to v4.12.0 ([#301](https://togithub.com/googleapis/java-service-management/issues/301)) ([1afcf78](https://togithub.com/googleapis/java-service-management/commit/1afcf782f8bf49768e60e5e68ca6751cdc4bbae9))
* Update dependency jeepney to v0.8.0 ([#302](https://togithub.com/googleapis/java-service-management/issues/302)) ([1a25175](https://togithub.com/googleapis/java-service-management/commit/1a25175638a50f1df5acdbdbaac8dff0bf080868))
* Update dependency jinja2 to v3.1.2 ([#303](https://togithub.com/googleapis/java-service-management/issues/303)) ([da0e413](https://togithub.com/googleapis/java-service-management/commit/da0e413e0ce2b0446b82bc9ab7803f0c538eeaa1))
* Update dependency keyring to v23.9.3 ([#304](https://togithub.com/googleapis/java-service-management/issues/304)) ([d2204b1](https://togithub.com/googleapis/java-service-management/commit/d2204b190d5f96e4172cf4bf3123159e5bebd295))
* Update dependency protobuf to v4 ([#310](https://togithub.com/googleapis/java-service-management/issues/310)) ([db86f4d](https://togithub.com/googleapis/java-service-management/commit/db86f4db759eeb5c4617619753166746b78730e0))
* Update dependency pyjwt to v2.5.0 ([#305](https://togithub.com/googleapis/java-service-management/issues/305)) ([2daf197](https://togithub.com/googleapis/java-service-management/commit/2daf197ad249a6d72f5a7c872b0df0afb92e6e9d))
* Update dependency requests to v2.28.1 ([#306](https://togithub.com/googleapis/java-service-management/issues/306)) ([af843c9](https://togithub.com/googleapis/java-service-management/commit/af843c9331a04905d765d3e0dcde787da2bbdee0))
* Update dependency typing-extensions to v4.3.0 ([#307](https://togithub.com/googleapis/java-service-management/issues/307)) ([3893d63](https://togithub.com/googleapis/java-service-management/commit/3893d63c07bef9258532b4c7b265f1990bfb64f0))
* Update dependency zipp to v3.8.1 ([#308](https://togithub.com/googleapis/java-service-management/issues/308)) ([11c1863](https://togithub.com/googleapis/java-service-management/commit/11c1863c63c7127cb2f53e37b7561f328d84040f))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [1.0.5](https://togithub.com/googleapis/java-domains/compare/v1.0.4...v1.0.5) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#298](https://togithub.com/googleapis/java-domains/issues/298)) ([7a9ad1e](https://togithub.com/googleapis/java-domains/commit/7a9ad1e418b61b3789c7075009b92a66b399a063))
* Update dependency certifi to v2022.9.24 ([#278](https://togithub.com/googleapis/java-domains/issues/278)) ([2851169](https://togithub.com/googleapis/java-domains/commit/28511699623685d8779ac2ad1cec1cca5841af2a))
* Update dependency click to v8.1.3 ([#283](https://togithub.com/googleapis/java-domains/issues/283)) ([3ef5329](https://togithub.com/googleapis/java-domains/commit/3ef53294d7700e939086859d082f006ca91d8e42))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#303](https://togithub.com/googleapis/java-domains/issues/303)) ([546a3d2](https://togithub.com/googleapis/java-domains/commit/546a3d2834935f5ae5d433d72e135d2b476a252c))
* Update dependency google-api-core to v2.10.1 ([#284](https://togithub.com/googleapis/java-domains/issues/284)) ([5bc273b](https://togithub.com/googleapis/java-domains/commit/5bc273b289c7ba172083ecf597cbd965d4c6e3c6))
* Update dependency google-auth to v2.12.0 ([#285](https://togithub.com/googleapis/java-domains/issues/285)) ([0c97617](https://togithub.com/googleapis/java-domains/commit/0c9761715aa1dad81bc36de46b8253db7a32315d))
* Update dependency google-cloud-core to v2.3.2 ([#280](https://togithub.com/googleapis/java-domains/issues/280)) ([7cf0532](https://togithub.com/googleapis/java-domains/commit/7cf0532614133d6c0deaa918b1b58e5583c9d9f3))
* Update dependency google-crc32c to v1.5.0 ([#287](https://togithub.com/googleapis/java-domains/issues/287)) ([cc70ffb](https://togithub.com/googleapis/java-domains/commit/cc70ffbc787c728056b4c825ac7a134723489d41))
* Update dependency googleapis-common-protos to v1.56.4 ([#281](https://togithub.com/googleapis/java-domains/issues/281)) ([655b1ee](https://togithub.com/googleapis/java-domains/commit/655b1ee0d93d81cbdd3bbc99f820338f9efe11b9))
* Update dependency importlib-metadata to v4.12.0 ([#288](https://togithub.com/googleapis/java-domains/issues/288)) ([bf39289](https://togithub.com/googleapis/java-domains/commit/bf392898d537c866d2dbbfdbfacf3ddf3a8733f6))
* Update dependency jeepney to v0.8.0 ([#289](https://togithub.com/googleapis/java-domains/issues/289)) ([3c79026](https://togithub.com/googleapis/java-domains/commit/3c79026512ee7c8a79332d5e5d10274e9b2c20e3))
* Update dependency jinja2 to v3.1.2 ([#290](https://togithub.com/googleapis/java-domains/issues/290)) ([0c0e128](https://togithub.com/googleapis/java-domains/commit/0c0e12887eccb016381c8b10a3e9846b0d4dc4ed))
* Update dependency protobuf to v3.20.2 ([#293](https://togithub.com/googleapis/java-domains/issues/293)) ([fd4ac0d](https://togithub.com/googleapis/java-domains/commit/fd4ac0da11a2d825c428fc0fbe823b7d9ec8aef5))
* Update dependency protobuf to v4 ([#299](https://togithub.com/googleapis/java-domains/issues/299)) ([0105f68](https://togithub.com/googleapis/java-domains/commit/0105f6836e28df4d5eb03aa1bfefcaf3b15e3c10))
* Update dependency pyjwt to v2.5.0 ([#294](https://togithub.com/googleapis/java-domains/issues/294)) ([91ef84f](https://togithub.com/googleapis/java-domains/commit/91ef84f3c531f015a4f747a0ffff2033173b35b0))
* Update dependency requests to v2.28.1 ([#295](https://togithub.com/googleapis/java-domains/issues/295)) ([8228e8d](https://togithub.com/googleapis/java-domains/commit/8228e8d24162d04120229d4c3adbc3fe50a92da9))
* Update dependency typing-extensions to v4.3.0 ([#296](https://togithub.com/googleapis/java-domains/issues/296)) ([8383463](https://togithub.com/googleapis/java-domains/commit/8383463c456545cc27745c9de458656448d67521))
* Update dependency zipp to v3.8.1 ([#297](https://togithub.com/googleapis/java-domains/issues/297)) ([678ee6d](https://togithub.com/googleapis/java-domains/commit/678ee6d6e8b8fe5ff381f54505d4e2a1dfc2bd8d))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [1.2.8](https://togithub.com/googleapis/java-binary-authorization/compare/v1.2.7...v1.2.8) (2022-10-04)


### Bug Fixes

* update protobuf to v3.21.7 ([076def1](https://togithub.com/googleapis/java-binary-authorization/commit/076def16ae6cb213766c816be173bef09d23039f))


### Documentation

* [owlbot-java] samples do not need deploy plugin and deps upgrade ([#1583](https://togithub.com/googleapis/java-binary-authorization/issues/1583)) ([#273](https://togithub.com/googleapis/java-binary-authorization/issues/273)) ([4cf7cb1](https://togithub.com/googleapis/java-binary-authorization/commit/4cf7cb1e7a12ab4fb5386e665a2062fecdabe59e))


### Dependencies

* Update dependency cachetools to v5 ([#296](https://togithub.com/googleapis/java-binary-authorization/issues/296)) ([189a3d1](https://togithub.com/googleapis/java-binary-authorization/commit/189a3d17adb0fbf7e7d8ec1c845308421ab497a9))
* Update dependency certifi to v2022.9.24 ([#276](https://togithub.com/googleapis/java-binary-authorization/issues/276)) ([a971f01](https://togithub.com/googleapis/java-binary-authorization/commit/a971f01ef8acd6f72fc8d74bb35c0e5777c61fef))
* Update dependency charset-normalizer to v2.1.1 ([#280](https://togithub.com/googleapis/java-binary-authorization/issues/280)) ([99a4ffc](https://togithub.com/googleapis/java-binary-authorization/commit/99a4ffc358d66f6d6c74c502bf6c2623d2d53fc4))
* Update dependency click to v8.1.3 ([#281](https://togithub.com/googleapis/java-binary-authorization/issues/281)) ([edd0409](https://togithub.com/googleapis/java-binary-authorization/commit/edd040929f398898603729bf3183cf99cf05d321))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#303](https://togithub.com/googleapis/java-binary-authorization/issues/303)) ([c996111](https://togithub.com/googleapis/java-binary-authorization/commit/c99611139f83a9c4b15fbae1bc938a9fe8d22052))
* Update dependency gcp-releasetool to v1.8.8 ([#277](https://togithub.com/googleapis/java-binary-authorization/issues/277)) ([7e3c3a6](https://togithub.com/googleapis/java-binary-authorization/commit/7e3c3a65289d055eded7914e6b08be3596504c17))
* Update dependency google-api-core to v2.10.1 ([#282](https://togithub.com/googleapis/java-binary-authorization/issues/282)) ([017aff3](https://togithub.com/googleapis/java-binary-authorization/commit/017aff3c584b42f9e01e78eef3d3f8614e27f9fc))
* Update dependency google-auth to v2.12.0 ([#283](https://togithub.com/googleapis/java-binary-authorization/issues/283)) ([83ff586](https://togithub.com/googleapis/java-binary-authorization/commit/83ff5866686dd4f2e866d1ae118c26aa6d99d4ec))
* Update dependency google-cloud-core to v2.3.2 ([#278](https://togithub.com/googleapis/java-binary-authorization/issues/278)) ([262cf45](https://togithub.com/googleapis/java-binary-authorization/commit/262cf45160d118ad2ee4706e512e6f13b5ed29e9))
* Update dependency google-cloud-storage to v2.5.0 ([#284](https://togithub.com/googleapis/java-binary-authorization/issues/284)) ([24e273c](https://togithub.com/googleapis/java-binary-authorization/commit/24e273cde62eaa142f168221f2fea7cdc02fde0c))
* Update dependency google-crc32c to v1.5.0 ([#285](https://togithub.com/googleapis/java-binary-authorization/issues/285)) ([bced74e](https://togithub.com/googleapis/java-binary-authorization/commit/bced74ec4178f30cfbf754483cb01b58e553fb3d))
* Update dependency google-resumable-media to v2.4.0 ([#299](https://togithub.com/googleapis/java-binary-authorization/issues/299)) ([8ccc5de](https://togithub.com/googleapis/java-binary-authorization/commit/8ccc5dee7211de719941fc53e97b4e7806569bb6))
* Update dependency googleapis-common-protos to v1.56.4 ([#279](https://togithub.com/googleapis/java-binary-authorization/issues/279)) ([315cb80](https://togithub.com/googleapis/java-binary-authorization/commit/315cb808d43595965e9e0976902aae1f8a69213c))
* Update dependency importlib-metadata to v4.12.0 ([#286](https://togithub.com/googleapis/java-binary-authorization/issues/286)) ([ee18f7a](https://togithub.com/googleapis/java-binary-authorization/commit/ee18f7abbb526a2d4cc091ddbdef2e1025c7dd43))
* Update dependency jeepney to v0.8.0 ([#287](https://togithub.com/googleapis/java-binary-authorization/issues/287)) ([48b6585](https://togithub.com/googleapis/java-binary-authorization/commit/48b6585c7e4c1c0152649399ed3d4e7aa62bf117))
* Update dependency jinja2 to v3.1.2 ([#288](https://togithub.com/googleapis/java-binary-authorization/issues/288)) ([601e412](https://togithub.com/googleapis/java-binary-authorization/commit/601e4124b502c19aedb9686e615d6b6539046e0b))
* Update dependency keyring to v23.9.3 ([#289](https://togithub.com/googleapis/java-binary-authorization/issues/289)) ([d17f58f](https://togithub.com/googleapis/java-binary-authorization/commit/d17f58f779bb2e46d62c74a4697da0cdfd9cd1ad))
* Update dependency markupsafe to v2.1.1 ([#290](https://togithub.com/googleapis/java-binary-authorization/issues/290)) ([0469040](https://togithub.com/googleapis/java-binary-authorization/commit/04690401837a0445631af38f241340fe5e4118ca))
* Update dependency protobuf to v3.20.2 ([#291](https://togithub.com/googleapis/java-binary-authorization/issues/291)) ([fbeda32](https://togithub.com/googleapis/java-binary-authorization/commit/fbeda326ee5971da6b1800cb9ef5c2a202db3cc8))
* Update dependency protobuf to v3.20.3 ([#300](https://togithub.com/googleapis/java-binary-authorization/issues/300)) ([5428162](https://togithub.com/googleapis/java-binary-authorization/commit/54281628b47d3766695cb4fb34e5fed073c58a84))
* Update dependency protobuf to v4 ([#297](https://togithub.com/googleapis/java-binary-authorization/issues/297)) ([dffc566](https://togithub.com/googleapis/java-binary-authorization/commit/dffc566f3c6302f17ba71f8adbc3c683372f72ce))
* Update dependency pyjwt to v2.5.0 ([#292](https://togithub.com/googleapis/java-binary-authorization/issues/292)) ([fec50ac](https://togithub.com/googleapis/java-binary-authorization/commit/fec50ac4835b51a6b8ff74ebf333fdeb752fea03))
* Update dependency requests to v2.28.1 ([#293](https://togithub.com/googleapis/java-binary-authorization/issues/293)) ([4de7c55](https://togithub.com/googleapis/java-binary-authorization/commit/4de7c550b77c2db3ce90bf4c2ce7c05b4392d550))
* Update dependency typing-extensions to v4.3.0 ([#294](https://togithub.com/googleapis/java-binary-authorization/issues/294)) ([a193c0b](https://togithub.com/googleapis/java-binary-authorization/commit/a193c0bbc9edde7ece3385d553e4037301d79d26))
* Update dependency zipp to v3.8.1 ([#295](https://togithub.com/googleapis/java-binary-authorization/issues/295)) ([ddf2456](https://togithub.com/googleapis/java-binary-authorization/commit/ddf2456fcaa4a811b9b6eddb3492bd0a69698697))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.4](https://togithub.com/googleapis/java-dataproc-metastore/compare/v2.4.3...v2.4.4) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#306](https://togithub.com/googleapis/java-dataproc-metastore/issues/306)) ([8eac725](https://togithub.com/googleapis/java-dataproc-metastore/commit/8eac725109f6eb07a8bdd18116254ef90e7e3d77))
* Update dependency certifi to v2022.9.24 ([#288](https://togithub.com/googleapis/java-dataproc-metastore/issues/288)) ([15492bb](https://togithub.com/googleapis/java-dataproc-metastore/commit/15492bbf6a6535bc2e53b6665d7a28acf432881b))
* Update dependency charset-normalizer to v2.1.1 ([#292](https://togithub.com/googleapis/java-dataproc-metastore/issues/292)) ([0a898f6](https://togithub.com/googleapis/java-dataproc-metastore/commit/0a898f6693237b167bb0a5de3ecd36aeefcaa924))
* Update dependency click to v8.1.3 ([#293](https://togithub.com/googleapis/java-dataproc-metastore/issues/293)) ([f6297d1](https://togithub.com/googleapis/java-dataproc-metastore/commit/f6297d148f183de8856c1d51b888cc851908b859))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#312](https://togithub.com/googleapis/java-dataproc-metastore/issues/312)) ([1000591](https://togithub.com/googleapis/java-dataproc-metastore/commit/1000591a04f0c9dabd4391176abf8e8624c4e0c1))
* Update dependency gcp-releasetool to v1.8.8 ([#289](https://togithub.com/googleapis/java-dataproc-metastore/issues/289)) ([429eb46](https://togithub.com/googleapis/java-dataproc-metastore/commit/429eb46d6c6d5f9f14f866f1dced4265a2b606fe))
* Update dependency google-api-core to v2.10.1 ([#294](https://togithub.com/googleapis/java-dataproc-metastore/issues/294)) ([5297eca](https://togithub.com/googleapis/java-dataproc-metastore/commit/5297eca843345d6dd03e007d0060e054c4f199b2))
* Update dependency google-auth to v2.12.0 ([#295](https://togithub.com/googleapis/java-dataproc-metastore/issues/295)) ([1efce6d](https://togithub.com/googleapis/java-dataproc-metastore/commit/1efce6da1aa04226e21f8e6e3c8b9487b548791a))
* Update dependency google-cloud-core to v2.3.2 ([#290](https://togithub.com/googleapis/java-dataproc-metastore/issues/290)) ([daf71b1](https://togithub.com/googleapis/java-dataproc-metastore/commit/daf71b1ff9c8b4cc6fcff31404fff734c28abc72))
* Update dependency google-cloud-storage to v2.5.0 ([#296](https://togithub.com/googleapis/java-dataproc-metastore/issues/296)) ([626b70a](https://togithub.com/googleapis/java-dataproc-metastore/commit/626b70a485929af77d7a0a7e4191c62b09dd71d3))
* Update dependency google-crc32c to v1.5.0 ([#297](https://togithub.com/googleapis/java-dataproc-metastore/issues/297)) ([e049a1f](https://togithub.com/googleapis/java-dataproc-metastore/commit/e049a1fbefa3a2f82685dbfc21d332b9c361ffe7))
* Update dependency googleapis-common-protos to v1.56.4 ([#291](https://togithub.com/googleapis/java-dataproc-metastore/issues/291)) ([87d6a32](https://togithub.com/googleapis/java-dataproc-metastore/commit/87d6a328aa36184a4f3a8e2e855521e75a199b9a))
* Update dependency importlib-metadata to v4.12.0 ([#308](https://togithub.com/googleapis/java-dataproc-metastore/issues/308)) ([d0830dd](https://togithub.com/googleapis/java-dataproc-metastore/commit/d0830dda2fe5752a50d8c793d397e2b9beef7975))
* Update dependency jeepney to v0.8.0 ([#309](https://togithub.com/googleapis/java-dataproc-metastore/issues/309)) ([a84f7b4](https://togithub.com/googleapis/java-dataproc-metastore/commit/a84f7b4606888a14e60b62acfe8c18e2c12fa025))
* Update dependency jinja2 to v3.1.2 ([#298](https://togithub.com/googleapis/java-dataproc-metastore/issues/298)) ([896390f](https://togithub.com/googleapis/java-dataproc-metastore/commit/896390f9658cc113c4f98f2989082feb6647488d))
* Update dependency keyring to v23.9.3 ([#299](https://togithub.com/googleapis/java-dataproc-metastore/issues/299)) ([7c893a6](https://togithub.com/googleapis/java-dataproc-metastore/commit/7c893a6d8f392c2dda38957385a4cfaf32a57128))
* Update dependency protobuf to v3.20.2 ([#301](https://togithub.com/googleapis/java-dataproc-metastore/issues/301)) ([aceb9ca](https://togithub.com/googleapis/java-dataproc-metastore/commit/aceb9ca5b72a6cf5a84d5cdc9ef2fb577becb253))
* Update dependency pyjwt to v2.5.0 ([#302](https://togithub.com/googleapis/java-dataproc-metastore/issues/302)) ([2c1b22b](https://togithub.com/googleapis/java-dataproc-metastore/commit/2c1b22b9cbea38c162899b43668e0601b3fe1b7b))
* Update dependency requests to v2.28.1 ([#303](https://togithub.com/googleapis/java-dataproc-metastore/issues/303)) ([3482a67](https://togithub.com/googleapis/java-dataproc-metastore/commit/3482a67cb140c28cc1e32ca5c1ef0d6e8bcc8d7b))
* Update dependency typing-extensions to v4.3.0 ([#304](https://togithub.com/googleapis/java-dataproc-metastore/issues/304)) ([696afbc](https://togithub.com/googleapis/java-dataproc-metastore/commit/696afbc5284c718efb10d429acd3cdca500959b2))
* Update dependency zipp to v3.8.1 ([#305](https://togithub.com/googleapis/java-dataproc-metastore/issues/305)) ([85c3d7f](https://togithub.com/googleapis/java-dataproc-metastore/commit/85c3d7f3fef7e2a53a9cd8f8fa67afd2560ae93d))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit to yoshi-code-bot/google-cloud-java that referenced this issue Nov 8, 2022
…s#1687) (googleapis#297)

* chore(java): add a note in README for migrated split repos

Disable renovate bot and flaky bot for split repositories
that have moved to the Java monorepo.
The Java monorepo will pass the "monorepo=True" parameter
to java.common_templates method in its owlbot.py files so that
the migration note will not appear in the README in the monorepo.

Co-authored-by: Jeff Ching <[email protected]>
Source-Link: https://togithub.com/googleapis/synthtool/commit/d4b291604f148cde065838c498bc8aa79b8dc10e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a
suztomo pushed a commit that referenced this issue Feb 1, 2023
* deps: update actions/checkout action to v3

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
suztomo pushed a commit that referenced this issue Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


### [1.2.8](googleapis/java-iam@v1.2.7...v1.2.8) (2022-03-08)


### Dependencies

* update actions/checkout action to v3 ([#297](googleapis/java-iam#297)) ([13dcc20](googleapis/java-iam@13dcc20))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: cloudresourcemanager Issues related to the Resource Manager API. 🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants