Skip to content

[v8][cherry-pick] feat(ci): label bosh-lite GCP resources for tracking - #3831

Merged
prkalle merged 1 commit into
cloudfoundry:v8from
prkalle:add/resource_labels_v8
Jul 23, 2026
Merged

prkalle merged 1 commit into
cloudfoundry:v8from
prkalle:add/resource_labels_v8

Conversation

@prkalle

@prkalle prkalle commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Description of the Change

This PR adds belongs-to=cli / environment=<env> labels to the CF infra resources CI provisions on GCP for tracking
Cherry-pick of : #3830

Why Is This PR Valuable?

This PR helps to track the resource usage of cli.

Applicable Issues

How Urgent Is The Change?

Fairly urgent as there is ask to add the labels to infra resources by end of this month.

Other Relevant Parties

Who else is affected by the change?

Add belongs-to=cli / environment=<env> labels to the CF infra
resources CI provisions on GCP for tracking
- director VM: labels set via the google CPI (bosh-lite-vm-type.yml),
  with env_name threaded through create-director-override.sh
- director boot/persistent disks and the static external IP: labeled
  with gcloud in create-bosh-lite.yml (the CPI has no disk-label
  property, and the IP is created by bbl's terraform)

Labeling is best-effort so a labeling hiccup never tears down a good
env. VPC networks, subnets and firewall rules are intentionally not
labeled -- GCP does not support labels on those resource types.

Signed-off-by: Prem Kumar Kalle <prem.kalle@broadcom.com>

@anujc25 anujc25 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks

@prkalle
prkalle merged commit bc87f80 into cloudfoundry:v8 Jul 23, 2026
16 checks passed
social4hyq pushed a commit to social4hyq/homebrew-core that referenced this pull request Sep 20, 2026
cloudfoundry-cli 8.19.0

Created-by: HarmonybrewBot
Commit-by: HarmonybrewBot
Merged-by: HarmonybrewBot
Description: Created by `brew bump`

---

Created with `brew bump-formula-pr`.<details>
  <summary>release notes</summary>
  <pre>Package Manager Installation
----------
- [apt-get, yum, homebrew](https://github.com/cloudfoundry/cli#getting-started)

Installers
----------
- Debian [64 bit](https://packages.cloudfoundry.org/stable?release=debian64&version=8.19.0&source=github-rel) / [32 bit](https://packages.cloudfoundry.org/stable?release=debian32&version=8.19.0&source=github-rel) / [arm64](https://packages.cloudfoundry.org/stable?release=debianarm64&version=8.19.0&source=github-rel) (deb)
- Redhat [64 bit](https://packages.cloudfoundry.org/stable?release=redhat64&version=8.19.0&source=github-rel) / [32 bit](https://packages.cloudfoundry.org/stable?release=redhat32&version=8.19.0&source=github-rel) / [aarch64](https://packages.cloudfoundry.org/stable?release=redhataarch64&version=8.19.0&source=github-rel) (rpm)
- macOS [64 bit](https://packages.cloudfoundry.org/stable?release=macosx64&version=8.19.0&source=github-rel) / [arm](https://packages.cloudfoundry.org/stable?release=macosarm&version=8.19.0&source=github-rel) (pkg)
- Windows [64 bit](https://packages.cloudfoundry.org/stable?release=windows64&version=8.19.0&source=github-rel) / [32 bit](https://packages.cloudfoundry.org/stable?release=windows32&version=8.19.0&source=github-rel) (zip)

Binaries
--------
- Linux [64 bit](https://packages.cloudfoundry.org/stable?release=linux64-binary&version=8.19.0&source=github-rel) / [32 bit](https://packages.cloudfoundry.org/stable?release=linux32-binary&version=8.19.0&source=github-rel) / [arm64](https://packages.cloudfoundry.org/stable?release=linuxarm64-binary&version=8.19.0&source=github-rel) (tgz)
- macOS [64 bit](https://packages.cloudfoundry.org/stable?release=macosx64-binary&version=8.19.0&source=github-rel) / [arm](https://packages.cloudfoundry.org/stable?release=macosarm-binary&version=8.19.0&source=github-rel) (tgz)
- Windows [64 bit](https://packages.cloudfoundry.org/stable?release=windows64-exe&version=8.19.0&source=github-rel) / [32 bit](https://packages.cloudfoundry.org/stable?release=windows32-exe&version=8.19.0&source=github-rel) (zip)


Docker
--------
```shell
docker pull cloudfoundry/cli:8.19.0
```

## What's Changed
* [v8](go): Bump the dependencies group with 4 updates by @dependabot[bot] in cloudfoundry/cli#3818
* [v8][cherry-pick] Fix(ci): allow checkout of gated PR head SHA under actions/checkout by @prkalle in cloudfoundry/cli#3821
* [v8][cherry-pick] Fix(ci): fix delete-env failures and add force-delete fallback by @prkalle in cloudfoundry/cli#3822
* [v8] Regenerate counterfeiter fakes with v6.12.2 by @anujc25 in cloudfoundry/cli#3825
* RFC0055 Identity-Aware Routing (v8 backport) by @rkoster in cloudfoundry/cli#3816
* [v8](go): Bump the dependencies group with 7 updates by @dependabot[bot] in cloudfoundry/cli#3824
* [v8][cherry-pick] feat(ci): label bosh-lite GCP resources for tracking by @prkalle in cloudfoundry/cli#3831
* [v8](go): Bump the dependencies group with 4 updates by @dependabot[bot] in cloudfoundry/cli#3826
* [v8](gha): Bump actions/setup-go from 6 to 7 in the dependencies group by @dependabot[bot] in cloudfoundry/cli#3829
* [v8](go): Bump the dependencies group with 7 updates by @dependabot[bot] in cloudfoundry/cli#3834
* [v8](go): Bump the dependencies group with 3 updates by @dependabot[bot] in cloudfoundry/cli#3836
* [v8] Fix(curl): surface auth errors and avoid panic on nil HTTP response by @prkalle in cloudfoundry/cli#3838
* [v8](go): Bump the dependencies group across 1 directory with 4 updates by @dependabot[bot] in cloudfoundry/cli#3840
* [v8](go): Bump the dependencies group across 1 directory with 12 updates by @dependabot[bot] in cloudfoundry/cli#3848
* [v8] Update Go version to 1.26.7 by @prkalle in cloudfoundry/cli#3854


**Full Changelog**: https://github.com/cloudfoundry/cli/compare/v8.18.4...v8.19.0</pre>
  <p>View the full release notes at <a href="https://github.com/cloudfoundry/cli/releases/tag/v8.19.0">https://github.com/cloudfoundry/cli/releases/tag/v8.19.0</a>.</p>
</details>
<hr>

See merge request: Harmonybrew/homebrew-core!17949
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.

2 participants