Commit Graph

683 Commits

Author SHA1 Message Date
Roy Arsan
f605f0b68d Gateway GCP example: Agent Platform rebrand and README cleanup
- Update Vertex AI prose references to Agent Platform across the example
  (READMEs, script/terraform comments, config template). Functional
  identifiers are unchanged: the 'provider: vertex' config key,
  roles/aiplatform.user, aiplatform.googleapis.com, and the terraform
  resource label (renaming it would recreate the IAM binding in existing
  states). First mentions keep '(formerly Vertex AI)' for searchability.
- Drop the README's self-referential public-mirror link.
2026-06-29 23:13:09 +00:00
Roy Arsan
27e561ba3d Merge pull request #72361 from anthropics/royarsan/gateway-gcp-example
Add Claude Gateway on GCP example deployment assets
2026-06-29 17:45:07 -05:00
Roy Arsan
6234fa8f14 Add Claude Gateway on GCP example deployment assets
Reference artifacts accompanying the Gateway-on-GCP walkthrough
(https://code.claude.com/docs/en/claude-apps-gateway-on-gcp), including
its Terraform reference section:

- setup.sh: scripts the walkthrough end to end via gcloud (APIs, service
  account, image build/push, private-IP Cloud SQL, secrets, Cloud Run)
- Dockerfile: runtime image for the gateway; setup.sh downloads the
  public release binary and verifies it against the release manifest
- gateway.yaml.example: config template (Vertex upstream, Google
  Workspace IdP)
- terraform/: module provisioning the same architecture (Cloud Run track)

Provided as a working example to adapt, not a supported production
deployment.
2026-06-29 21:37:59 +00:00
GitHub Actions
01f1617f14 chore: Update CHANGELOG.md and feed.xml v2.1.195 2026-06-26 21:29:36 +00:00
GitHub Actions
f0919a1a72 chore: Update CHANGELOG.md and feed.xml v2.1.193 2026-06-25 21:45:51 +00:00
GitHub Actions
0bd954331e chore: Update CHANGELOG.md and feed.xml v2.1.191 2026-06-24 21:58:06 +00:00
GitHub Actions
5c1517a21b chore: Update CHANGELOG.md and feed.xml v2.1.190 2026-06-24 15:53:49 +00:00
GitHub Actions
2aa6ef3d35 chore: Update CHANGELOG.md and feed.xml v2.1.187 2026-06-23 21:03:40 +00:00
GitHub Actions
12281998d8 chore: Update CHANGELOG.md and feed.xml v2.1.186 2026-06-22 20:37:27 +00:00
GitHub Actions
b4073894cd chore: Update CHANGELOG.md and feed.xml v2.1.185 2026-06-20 20:59:12 +00:00
GitHub Actions
c487902a53 chore: Update CHANGELOG.md and feed.xml v2.1.183 2026-06-19 01:20:44 +00:00
Ashwin Bhat
baf38ddaaa Fix lock-closed-issues workflow: use search API instead of offset pagination (#69470)
The workflow has been failing daily since 2026-04-27 with HTTP 422
"Pagination with the page parameter is not supported for large
datasets" at page=100. The repo now has ~58k closed issues and the
script was paging past ~10k already-locked ones every run before
reaching any candidates.

Replace listForRepo + page=N with the search API
(is:issue is:closed is:unlocked updated:<cutoff), which returns only
the issues that actually need locking. Cap at 250/run with a 1s sleep
between locks to stay under secondary rate limits.

Claude-Session: https://claude.ai/code/session_016EWY3FKCJyfUdCAZkXfi7i
2026-06-18 17:15:49 -07:00
GitHub Actions
4fa369b5b3 chore: Update CHANGELOG.md and feed.xml 2026-06-18 22:03:35 +00:00
william qian
423563cfe3 Update frontend-design skill, bump plugin to 1.1.0 (#69226) 2026-06-17 19:25:44 -07:00
GitHub Actions
0047022a46 chore: Update CHANGELOG.md and feed.xml v2.1.181 2026-06-17 22:07:35 +00:00
GitHub Actions
843959fad9 chore: Update CHANGELOG.md and feed.xml 2026-06-16 20:44:34 +00:00
GitHub Actions
1b7380874c chore: Update CHANGELOG.md and feed.xml v2.1.179 2026-06-16 20:22:06 +00:00
GitHub Actions
64ceb97caa chore: Update CHANGELOG.md and feed.xml v2.1.178 2026-06-15 21:35:48 +00:00
GitHub Actions
ca9f6045fc chore: Update CHANGELOG.md and feed.xml v2.1.176 v2.1.177 2026-06-12 21:53:22 +00:00
GitHub Actions
ee81682a72 chore: Update CHANGELOG.md and feed.xml v2.1.175 2026-06-12 04:23:45 +00:00
GitHub Actions
5754a8bd4f chore: Update CHANGELOG.md and feed.xml v2.1.174 2026-06-12 01:16:30 +00:00
GitHub Actions
3a7c736101 chore: Update CHANGELOG.md and feed.xml v2.1.173 2026-06-11 05:41:48 +00:00
GitHub Actions
ca34f27543 chore: Update CHANGELOG.md and feed.xml v2.1.172 2026-06-10 20:44:09 +00:00
GitHub Actions
1c5f951a48 chore: Update CHANGELOG.md and feed.xml 2026-06-09 22:14:36 +00:00
GitHub Actions
6a9c2dbe45 chore: Update CHANGELOG.md and feed.xml v2.1.170 2026-06-09 17:23:03 +00:00
GitHub Actions
f967b36c1b chore: Update CHANGELOG.md and feed.xml v2.1.169 2026-06-08 21:57:11 +00:00
GitHub Actions
72281753c2 chore: Update CHANGELOG.md and feed.xml v2.1.168 2026-06-06 23:41:47 +00:00
GitHub Actions
c1b75cba5e chore: Update CHANGELOG.md and feed.xml v2.1.167 2026-06-06 01:33:29 +00:00
GitHub Actions
6988846f0f chore: Update CHANGELOG.md and feed.xml v2.1.166 2026-06-06 00:55:13 +00:00
GitHub Actions
feabcc3c2b chore: Update CHANGELOG.md and feed.xml v2.1.165 2026-06-05 05:45:00 +00:00
GitHub Actions
d1e174252d chore: Update CHANGELOG.md and feed.xml v2.1.163 2026-06-04 21:52:46 +00:00
GitHub Actions
b67fa4fa2c chore: Update CHANGELOG.md and feed.xml v2.1.162 2026-06-03 21:31:29 +00:00
GitHub Actions
625c04c335 chore: Update CHANGELOG.md and feed.xml v2.1.161 2026-06-02 21:58:16 +00:00
GitHub Actions
bdb04fc524 chore: Update CHANGELOG.md and feed.xml v2.1.160 2026-06-02 02:10:17 +00:00
GitHub Actions
8bae02d531 chore: Update CHANGELOG.md and feed.xml v2.1.159 2026-05-31 19:42:42 +00:00
GitHub Actions
295dee881d chore: Update CHANGELOG.md and feed.xml v2.1.158 2026-05-30 02:42:09 +00:00
GitHub Actions
8d0fbf451a chore: Update CHANGELOG.md and feed.xml v2.1.157 2026-05-29 20:20:32 +00:00
GitHub Actions
2d5c3c6c85 chore: Update CHANGELOG.md and feed.xml v2.1.156 2026-05-29 01:42:17 +00:00
GitHub Actions
1696f22294 chore: Update CHANGELOG.md and feed.xml v2.1.154 2026-05-28 18:00:48 +00:00
GitHub Actions
3bb44552af chore: Update CHANGELOG.md and feed.xml v2.1.153 2026-05-28 00:52:02 +00:00
GitHub Actions
b7339920b6 chore: Update CHANGELOG.md and feed.xml v2.1.152 2026-05-27 01:30:52 +00:00
Mohamed Hegazy
d08288e09f Merge pull request #62592 from mhegazy/readme-fix
Update security-guidance plugin
2026-05-26 13:21:26 -07:00
Mohamed Hegazy
bf4a74d981 Update docs 2026-05-26 13:19:40 -07:00
Mohamed Hegazy
ccadef7dcb Merge pull request #62586 from mhegazy/security-guidance-v2
Update security-guidance plugin
2026-05-26 13:00:53 -07:00
Mohamed Hegazy
441892ecee Update security-guidance plugin 2026-05-26 08:10:09 -07:00
GitHub Actions
39e853e407 chore: Update CHANGELOG.md and feed.xml v2.1.150 2026-05-23 04:03:45 +00:00
Ashwin Bhat
5ef2f06c6a Use workload identity federation for Claude auth in CI workflows (#61584)
Replace the static ANTHROPIC_API_KEY secret with Workload Identity
Federation inputs in claude.yml, claude-issue-triage.yml, and
claude-dedupe-issues.yml. The federation rule, organization, service
account, and workspace IDs are read from repository variables.
2026-05-22 15:55:40 -07:00
GitHub Actions
64e53823de chore: Update CHANGELOG.md and feed.xml v2.1.149 2026-05-22 22:09:22 +00:00
GitHub Actions
2194e8e090 chore: Update CHANGELOG.md and feed.xml v2.1.148 2026-05-22 01:16:46 +00:00
GitHub Actions
65d44eb134 chore: Update CHANGELOG.md and feed.xml 2026-05-21 23:54:12 +00:00