Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d089d00
Joinable workspaces include pending invites (#6094)
Vlasin98 Jul 24, 2026
6286f5f
feat(brent-backend): notification preferences My RPC + MCP tools (ENG…
Lionel-Wilson Jul 24, 2026
7ecfce7
Lock file maintenance (#6103)
renovate[bot] Jul 28, 2026
6b757a2
[ENG-5841] Remove Profile MCP and IDE preference (#6121)
getinnocuous Jul 28, 2026
76c4858
Add Build your own custom MCP on Workspace integrations (#6122)
Vlasin98 Jul 28, 2026
54a933b
Web-push adapter: VAPID + service worker + subscription upload (ENG-5…
Lionel-Wilson Jul 28, 2026
ce680f7
feat(brent): IntegrationStatus shared readiness fields (BRENT-730 / E…
dylanratcliffe Jul 28, 2026
28f17a0
feat(brent): Area51 workspace integrations (BRENT-731 / ENG-5868) (#6…
dylanratcliffe Jul 28, 2026
cc54ac5
fix(brent): secure BYO OAuth completion identity (#6146)
getinnocuous Jul 29, 2026
1706bbe
[ENG-5853] Restore rich Plan attachment links (#6128)
getinnocuous Jul 29, 2026
0eadfcf
Drop ticketing_provider / messaging_provider from roles API and schem…
carabasdaniel Jul 29, 2026
9bd5ffd
Restore cascade-deleted reviews with restore_plan (ENG-5910) (#6157)
dylanratcliffe Jul 30, 2026
6069ced
fix(deps): update gcp sdk (#6171)
renovate[bot] Jul 31, 2026
d452b90
chore(deps): update dependency goreleaser/goreleaser to v2.17.1 (#6165)
renovate[bot] Jul 31, 2026
3d52c05
fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/resour…
renovate[bot] Jul 31, 2026
e83c6ba
fix(deps): update aws sdk (#6170)
renovate[bot] Aug 2, 2026
417ea87
fix(deps): update go (#6173)
renovate[bot] Aug 2, 2026
7f08399
feat(brent): sync Auth0 profile pictures for workspace members (#6197)
Vlasin98 Aug 3, 2026
0e7fec5
[ENG-5936] Rename Bitbucket Forge identity to Until (#6201)
tphoney Aug 4, 2026
2d48faa
feat(brent): first-class plans.ticket_id for plan-ticket sync (#6223)
dylanratcliffe Aug 4, 2026
4024096
feat(brent): workspace review policies (ENG-6046 / BRENT-824) (#6225)
dylanratcliffe Aug 4, 2026
10fd100
Rename Brent-vocabulary to Until in account health findings (#6231)
Lionel-Wilson Aug 5, 2026
8c006d4
[ENG-5960] Prepare Until protobuf, API, Event, RPC, and SDK contracts…
tphoney Aug 6, 2026
2eef873
[ENG-6104] Join member previews: real faces + totalCount (cap 4) (#6254)
Vlasin98 Aug 6, 2026
2f93a21
[ENG-5965] Add canonical Until MCP routes (#6255)
getinnocuous Aug 6, 2026
a4ee779
Update AWS SDK (#6261)
renovate[bot] Aug 7, 2026
291211a
Update Observability modules (#6273)
renovate[bot] Aug 7, 2026
5ffceaf
Update GCP SDK (#6269)
renovate[bot] Aug 7, 2026
e85726c
Update Go (#6263)
renovate[bot] Aug 8, 2026
0d023d6
Update google.golang.org/protobuf digest to 644d026 (#6260)
renovate[bot] Aug 9, 2026
c4d560a
Update River Queue (#6274)
renovate[bot] Aug 9, 2026
5550de7
Update module github.com/nats-io/nats-server/v2 to v2.14.4 (#6174)
renovate[bot] Aug 9, 2026
04b7891
Lock file maintenance (#6193)
renovate[bot] Aug 10, 2026
872fd08
[ENG-6147] Rename until.proto and Copybara isolation atomically (#6313)
tphoney Aug 12, 2026
59850d5
[ENG-6154] Dual-emit Until runtime telemetry identifiers (#6314)
getinnocuous Aug 12, 2026
9d7d501
Run go mod tidy
actions-user Aug 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: goreleaser/goreleaser-action@v7
with:
# renovate: datasource=github-releases depName=goreleaser/goreleaser
version: "v2.17.0"
version: "v2.17.1"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
107 changes: 54 additions & 53 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws-source/module/provider/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: goreleaser/goreleaser-action@v7
with:
# renovate: datasource=github-releases depName=goreleaser/goreleaser
version: "v2.17.0"
version: "v2.17.1"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading