1178 Commits

Author SHA1 Message Date
dependabot[bot] 227987e6d9 Bump github.com/sigstore/rekor from 1.5.0 to 1.5.2 (#68125)
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/sigstore/rekor/releases)
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sigstore/rekor/compare/v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
  dependency-version: 1.5.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-02 12:18:43 +00:00
Lion Chen bba95ff6fc Add Display to the Access List Member and Owner API Surface #67636 (#67790)
* add UserDisplay message for user display values

* add tests for access list display API and remove unused conversion helper

* simplify comments in access list API and related types

* use status field for ACL member and owner displays

* Clarify UserDisplay documentation to explain message states and user presence

* Remove JSON serialization for OwnerDisplays and Status fields in access list types

* Clarify comments in AccessListMember and Status structs to indicate that certain fields are ignored during marshaling to prevent user confusion.
2026-06-29 22:42:15 +00:00
Tim Buckley ca74984b4a Generic OIDC joining: protos (#67914)
* Generic OIDC joining: protos

This adds proto changes to support generic OIDC joining.

* Remove oneof for gogoproto compat; include scoped token conversion

* Update audience comment and fix typos

* Remove GenericOIDC from join methods list for now

It should only be added alongside the actual implementation changes.

* Fix typo/lint

* Run `make gen-resource-docs`

* Update CRDs

* Remove scoped token oneof due to terraform generator bug

* Update token conversion after oneof removal, disable depguard lint

* Update tf docs

* Fix loss of must_match_fields and add roundtrip test

Our jsoniter-based FastMarshal and FastUnmarshal were silently
discarding `must_match_fields` content. This adds a custom marshal
and unmarshal impl for the generic_oidc field (as used in other
proto types) and tests to ensure the field roundtrips properly.

* Switch to struct wrapper for struct field

Parsing the whole resource with a gogo-based wrapper resulted in
different casing rules which led to fields getting dropped, but only
when actually parsed to/from JSON, so the existing tests didn't catch
it.

This switches to using a struct wrapper similar to api/events/ (and
in fact mostly copied from it) with a casttype set in types.proto. It
applies the unmarshal fix to just that field and avoids field naming
issues. A test that actually roundtrips from JSON has also been added.

* nolint for the struct wrapper

* Unmarshal via gogo directly from proto wire format

This converts structpb to a gogo struct by serializing directly to
the proto wire format instead of via jsonpb. It should be a bit more
efficient and clear the depguard lint at the same time.
2026-06-27 02:41:46 +00:00
Alan Parra 4727457dfb chore: Address the latest govulncheck findings (#68149)
* chore: Bump /x/image and go-pkcs12

* chore: Bump github.com/sigstore/cosign/v3 to v3.0.6

* make go-mod-tidy-all

* make grpc

* Keep k8s.io/ modules in lockstep

* make go-mod-tidy-all
2026-06-26 16:18:34 +00:00
Nic Klaassen f4526bbcb0 add scopes to access list protos (#67988) 2026-06-26 00:04:23 +00:00
williamong-tel f944f2e160 add scoped joining for app svc (#67101)
* Add support for scoped joins for apps

address linter

Update server_test.go

gen docs

* enforce app and server scope to be equal
2026-06-24 18:22:29 +00:00
Noah Stride 0cbc5fc40a RFD 229C: Add scope field to WorkloadIdentity resource and validation rules (2/5) (#67891)
* RFD 229C: Add scope field to WorkloadIdentity resource and validation rules (2/?)

* simplify/clean up validation
2026-06-24 10:10:18 +00:00
dependabot[bot] dd9bf5111d Bump github.com/containerd/containerd from 1.7.32 to 1.7.33 (#68011)
* Bump github.com/containerd/containerd from 1.7.32 to 1.7.33

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.32 to 1.7.33.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.7.32...v1.7.33)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-version: 1.7.33
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* go mod tidy all

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tiago Silva <tiago.silva@goteleport.com>
2026-06-23 21:56:53 +00:00
Kevin 61a5432bba Enable slack native review with UI and plugin app (#67821) 2026-06-23 17:46:08 +00:00
Kevin a2946e3c1b Change slack oauth call to use formdata instead of url params (#67932) 2026-06-22 17:39:31 +00:00
Tiago Silva e927ba30cc Bump go.mongodb.org/mongo-driver from 1.17.6 to 1.17.9 (#67977) 2026-06-22 16:31:35 +00:00
Noah Stride e2d44c77b8 RFD 229C: Extend ScopedRole for WorkloadIdentity, extend audit log events (1/5) (#67889)
* RFD 299C: Extend ScopedRole for WorkloadIdentity, extend audit log events

* regenerate op/tf

* Better cover validation tests
2026-06-22 12:56:26 +00:00
Ryan Clark 35de5d906f Unskip classifier enterprise tests (#67886) 2026-06-19 09:01:45 +00:00
rosstimothy c5fd8b9088 [3] Final migration to the Opaque API (#67385)
All of the changes here are mechanical conversions generated from
open2opaque rewrite -levels=red./.... This concludes the conversion of
teleport to consume the opaque APIs. The corresponding changes in
teleport.e must be completed prior to switching entirely to opaque codegen.

See https://protobuf.dev/reference/go/opaque-migration/ for more details.

The Lint job was also updated to prevent any Open API uses until we can
fully convert to the Opaque API.
2026-06-18 19:41:17 +00:00
Kevin 948f2e2771 Add Slack review helm chart config (#67786)
* Add slack review helm chart config

* Address feedback
2026-06-17 19:31:46 +00:00
Ryan Clark 751115212d Add Terraform provider support for the Classifier resource (#67765)
* Add Terraform provider support for the Classifier resource

* Update Classifier Terraform test fixtures for tri-state action enums

* Add data source

* Add docs/fixtures

* Add conversion for tri-state mode <> boolean

* Add conversion for risk level floor enum

* Linting
2026-06-17 10:50:14 +00:00
Ryan Clark 8b955844e1 Add Terraform schema for the Classifier resource (#67764)
* Add audit event for Classifier delete, docs, and web UI support

* Add failure code for the Classifier delete audit event

* Add web UI and docs support for Classifier audit failure codes

* Add Terraform schema for the Classifier resource

* Regenerate Classifier Terraform schema for tri-state action enums
2026-06-16 22:36:34 +00:00
Maja Cieślak 813776fd7a Add Xcode project for Teleport Verify; add gomobile as tool dep (#67750)
* Generate Xcode project for Verify

* Set Swift version to 6; remove macOS and Vision as destinations

* Handle `teleport://` links and add enrollment screen

* Avoid building macOS-specific stuff on iOS

This is needed for gomobile to build our stuff from lib/mobile from the
next commit.

* Add `lib/mobile/verify/enroll` compiled with gomobile

* `lib/mobile`: Temporarily use private Device Trust service

The public gRPC service exists on the demo branch but not on this
branch. In order to make it possible to compile
`lib/mobile/verify/enroll`, temporarily use the private service which
has similar RPCs.

* Run `make go-mod-tidy-all`

* Make Swift app connect to public DT service on "Request Now" tap

* mobile: Add sheet for enroll request status

* Revert go.mod changes

This reverts commit b9af7a7614 and
2c00ecd7fa.

* Add `build.assets/tools/gomobile`

* Move gomobile back to main go.mod

This reverts commits 9b2a6c4ea3 and
a83c2959fa.
2026-06-16 17:29:26 +00:00
rosstimothy 2a44d71345 Bump github.com/oracle/oci-go-sdk/v65 to v65.117.1 (#67816)
This pulls in the latest OCI SDK in order to interact
with recently introduced regions.

This includes the following regions:

- ap-kulai-2
- sa-riodejaneiro-1
- af-casablanca-1
- me-alrayyan-1
2026-06-16 15:51:30 +00:00
Noah Stride 54d6876924 Adjust ScopedToken to refer to scoped Bot using SQN (#67753)
* Adjust Scoped Token to use SQN for Bot

* fix docs
2026-06-16 13:17:33 +00:00
Noah Stride dd2693eb69 Adjust ScopedRoleAssignment to refer to scoped Bot using SQN (#67728)
* Adjust ScopedRoleAssignment to refer to scoped Bot using SQN

* Adjust godocs to avoid triggering linter

* fix scopes docs
2026-06-16 09:32:23 +00:00
Kevin 6b5dd2de94 Add Slack review UI buttons (#67222)
* Add slack review UI buttons

* Add nolint:unused for function to be used in followup PR
2026-06-15 19:57:14 +00:00
Kevin df418075ed Add ReviewApp for Slack plugin (#67217)
* Add review config and app-level client for slack plugin

* Add ReviewApp to slack plugin

* Address feedback

* Move interactions buffersize to socketmode client; cleanup logs

* Use stream.Collect; clean up tests
2026-06-15 17:54:09 +00:00
Kevin d16dbcb1a1 Fix logging in accessrequest plugin (#67780) 2026-06-15 17:10:59 +00:00
Hugo Shaka ce7f580424 operator: enable only controller for supported CRDs (#67197)
* Detect which reconcilers are supported

* Apply suggestions from code review

Co-authored-by: williamong-tel <william.ong@goteleport.com>

---------

Co-authored-by: williamong-tel <william.ong@goteleport.com>
2026-06-15 16:00:44 +00:00
david boslee a44ab9b510 reversetunnel: support tracker discovery ttl and disconnects (#65419)
* reversetunnel: support tracker discovery ttl and disconnects

This adds agent side support for tracker ttl to be configured
per proxy over discovery requests.

This gives us flexibility of lowering the tracker ttl server side.

Lowering the ttl has the benefit of dropping proxies from the tracker
sooner allowing the agent to attempt to reconnect to proxies sooner.

This change also adds agent disconnects. This only occurs if a disconnect
threshold is configured in the cluster network config.

A proxy is only ever considered for disconnect if its in the desired
set and the agent has more connections than configured.

The agent will disconnect from proxies with the highest smoothed rtt.

The agent will not disconnect from proxies during a rollout where
the group/generation is changed or from unhealthy proxies which
are no longer tracked.

* fix lint

* stop agent in background and use testsync

* remove gogoproto and move to disconnect_threshold_seconds

* remove fake clock from tracker

* simplify conditions and nesting

* update comment about proxy disconnects

* generate terraform

* move now inside lock

* add else for smoothedRTT calculation

* rename disconnect to disconnectCandidate for clarity

* add comment for tryDisconnect usage

* rearange some checks in tryDisconnect

* fix test comment

* preserve cloud managed cnf fields on update/upsert
2026-06-12 18:22:01 +00:00
Ryan Clark 5b74af79d3 Update vt10x to v0.0.6-teleport.1 (#67715) 2026-06-12 07:58:32 +00:00
Kevin 8002c7b8bd Revert default slackAPIURL for slack clients (#67735) 2026-06-12 00:03:28 +00:00
Paul Gottschling b19268b07b Add a Configuring Teleport docs section (#66255)
* Add a Configuring Teleport docs section

Make the how-to guides for managing Teleport resources with
Infrastructure as Code tools more prominent by placing them in a
Configuring Teleport section next to other foundational docs sections,
e.g., Installation and Upgrading. Frame the task of managing Teleport
with IaC as part of the broader task of configuring Teleport.

To do so, move the introduction of the "Static and Dynamic Resources"
page to a landing page for the new Configuration section. Move the
remaining part of that page to the References section, since it's an
advanced guide and more of a reference than a set of how-to
instructions.

This change also structures the Infrastructure as Code landing page into
a Configure Teleport landing page by including links to guides for
static as well as dynamic configuration. This adds clarity to the docs
since users won't immediately know that Teleport exposes these two
configuration variants.

* Update internal links

* Fix issues with the Configuring Teleport section

- Update the static/dynamic field table to use the correct field name,
  `spec.mode`.
- Change "Managing Resources" to "Resource Guides" for clarity, since
  all sections in Configuring Teleport would be about managing
  resources.
- Reorder Configuration sidebar sections to move Resource Guides last
  and tctl before Terraform and Kubernetes.
2026-06-11 20:27:46 +00:00
Chris Thach a65328827a Update golang.org/x/crypto to v0.53.0. (#67637)
* Update x/crypto to v0.53.0.

Signed-off-by: Chris Thach <chris.thach@goteleport.com>

* Bump e. Add missing test cleanup from prev revert.

Signed-off-by: Chris Thach <chris.thach@goteleport.com>

---------

Signed-off-by: Chris Thach <chris.thach@goteleport.com>
2026-06-11 17:31:49 +00:00
Kevin b1922cd5f8 Add native review config and app-level client for Slack plugin (#67208)
* Add review config and app-level client for slack plugin

* Address feedback
2026-06-10 18:31:52 +00:00
Gavin Frazar 6b368c0234 Quote VERSION in docs make recipe (#67639)
VERSION can be empty if there is an error running get-version.
Quote the arg so that empty VERSION is detected and returns
an error when running make docs.
2026-06-09 22:46:53 +00:00
Kevin ed080fa018 Add Slack Socket Mode client for app interactions (#67148)
* Add slack socketmode client

* Address feedback; extend status; increase write wait

* Apply auto-reset to retry attempts counter

* Add link_disabled as fatal error

* Address feedback; change omitempty to omitzero
2026-06-09 17:54:44 +00:00
dependabot[bot] f997e37f41 Bump github.com/quic-go/quic-go from 0.57.0 to 0.59.1 (#67453)
* Bump github.com/quic-go/quic-go from 0.57.0 to 0.59.1

Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.57.0 to 0.59.1.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.57.0...v0.59.1)

---
updated-dependencies:
- dependency-name: github.com/quic-go/quic-go
  dependency-version: 0.59.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* go-mod-tidy-all

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tiago Silva <tiago.silva@goteleport.com>
2026-06-09 14:13:02 +00:00
dependabot[bot] 3e6fe4e654 Bump github.com/hashicorp/terraform-plugin-testing (#67555)
Bumps the go group with 1 update in the /integrations/terraform-mwi directory: [github.com/hashicorp/terraform-plugin-testing](https://github.com/hashicorp/terraform-plugin-testing).


Updates `github.com/hashicorp/terraform-plugin-testing` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-testing/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-testing/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/terraform-plugin-testing/compare/v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-testing
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-09 12:25:39 +00:00
teleport-renovate[bot] 04471ea746 Update Go version to v1.26.4 (#67476)
* Update Go version to v1.26.4

* Rm GO_VERSION from Makefile/Dockerfile and rely on go.mod to inform Go version. Update code to adhere to 1.26 deprecation/changes.

Signed-off-by: Chris Thach <chris.thach@goteleport.com>

* Bump e to 54d1d0cb67b71860b943de477b3146d32ccdd74a.

Signed-off-by: Chris Thach <chris.thach@goteleport.com>

---------

Signed-off-by: Chris Thach <chris.thach@goteleport.com>
Co-authored-by: teleport-renovate[bot] <275214890+teleport-renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Thach <chris.thach@goteleport.com>
2026-06-08 14:28:40 +00:00
rosstimothy 4f17314a11 Initial migration to the Opaque API (#67279)
* Convert existing non-gogo codegen to the Hybrid API

Contributes to https://github.com/gravitational/teleport/issues/66776.

All existing protos explicitly set to API_OPEN have been change to
API_HBYRID. The new codegen was performed via make grpc. There are no
other functional changes to the code to start consuming the Hybrid API
those will come later. The intent is to get all Hybrid codegen in and
backported to ease the transition.

* Initial migration to the Opaque API

Contributes to https://github.com/gravitational/teleport/issues/66776.

All of the changes here are mechanical conversions generated from
`open2opaque rewrite -levels=green ./...`. There will be a follow up
to this in teleport.e which does the same. Once all changes have been
merged the process will be repeated with -levels=yellow followed by
-levels=red.


See https://protobuf.dev/reference/go/opaque-migration/ for more
details.
2026-06-05 14:52:58 +00:00
teleport-renovate[bot] 887960a4dc Update Go version to v1.25.11 (#67420)
Co-authored-by: teleport-renovate[bot] <275214890+teleport-renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Thach <chris.thach@goteleport.com>
2026-06-04 15:31:22 +00:00
Ryan Clark 5b6ff5bf86 Protect recording metadata/thumbnail generation from panics (#66078)
* Protect recording metadata/thumbnail generation from panics

* Fix test
2026-06-03 10:54:39 +00:00
Ryan Clark 2405c6e786 Add property-based testing for RDPState (#67317)
* Add property-based testing for RDPState

* Move max screen size to separate test to avoid 8192x8192 framebuffer allocation

* Be consistent with avoiding IronRDP OOB

* Move rapid draws to outside of the run

* Fix bug in test util WrapFastPathPDU

* Reduce allocations in CI, fix row byte calculatino
2026-06-03 07:05:25 +00:00
dependabot[bot] fce37cc2cf Bump the go group in /integrations/terraform with 3 updates (#67359)
Bumps the go group in /integrations/terraform with 3 updates: [github.com/DataDog/datadog-agent/pkg/template](https://github.com/DataDog/datadog-agent), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and [github.com/mailgun/errors](https://github.com/mailgun/errors).

Updates `github.com/DataDog/datadog-agent/pkg/template` from 0.77.2 to 0.79.1
- [Release notes](https://github.com/DataDog/datadog-agent/releases)
- [Changelog](https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/DataDog/datadog-agent/compare/pkg/api/v0.77.2...pkg/api/v0.79.1)

Updates `google.golang.org/grpc` from 1.80.0 to 1.81.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.80.0...v1.81.1)

Updates `github.com/mailgun/errors` from 0.4.0 to 0.6.0
- [Release notes](https://github.com/mailgun/errors/releases)
- [Commits](https://github.com/mailgun/errors/compare/v0.4.0...v0.6.0)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-agent/pkg/template
  dependency-version: 0.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/mailgun/errors
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-02 15:36:30 +00:00
dependabot[bot] 7eae3c200e Bump the go group in /integrations/event-handler with 2 updates (#67358)
Bumps the go group in /integrations/event-handler with 2 updates: [github.com/DataDog/datadog-agent/pkg/template](https://github.com/DataDog/datadog-agent) and [github.com/alecthomas/kong](https://github.com/alecthomas/kong).


Updates `github.com/DataDog/datadog-agent/pkg/template` from 0.77.2 to 0.79.1
- [Release notes](https://github.com/DataDog/datadog-agent/releases)
- [Changelog](https://github.com/DataDog/datadog-agent/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/DataDog/datadog-agent/compare/pkg/api/v0.77.2...pkg/api/v0.79.1)

Updates `github.com/alecthomas/kong` from 1.14.0 to 1.15.0
- [Commits](https://github.com/alecthomas/kong/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-agent/pkg/template
  dependency-version: 0.79.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/alecthomas/kong
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-02 14:45:00 +00:00
dependabot[bot] 12daaf29b8 Bump the go group in /api with 12 updates (#67353)
Bumps the go group in /api with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-piv/piv-go/v2](https://github.com/go-piv/piv-go) | `2.5.0` | `2.6.0` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.68.0` | `0.69.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.68.0` | `0.69.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.43.0` | `1.44.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.43.0` | `1.44.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.43.0` | `1.44.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.43.0` | `1.44.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.43.0` | `1.44.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.43.0` | `1.44.0` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20260406210006-6f92a3bedf2d` | `0.0.0-20260526163538-3dc84a4a5aaa` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.80.0` | `1.81.1` |

Updates `github.com/go-piv/piv-go/v2` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/go-piv/piv-go/releases)
- [Commits](https://github.com/go-piv/piv-go/compare/v2.5.0...v2.6.0)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.68.0...zpages/v0.69.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.68.0...zpages/v0.69.0)

Updates `go.opentelemetry.io/otel` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.43.0...v1.44.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.43.0...v1.44.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.43.0...v1.44.0)

Updates `go.opentelemetry.io/otel/metric` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.43.0...v1.44.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.43.0...v1.44.0)

Updates `go.opentelemetry.io/otel/trace` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.43.0...v1.44.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20260406210006-6f92a3bedf2d to 0.0.0-20260526163538-3dc84a4a5aaa
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.80.0 to 1.81.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.80.0...v1.81.1)

---
updated-dependencies:
- dependency-name: github.com/go-piv/piv-go/v2
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20260526163538-3dc84a4a5aaa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-02 14:43:23 +00:00
Kevin d27d251f95 Improve access request message titles for slack and discord plugins (#67285)
* Add RequestKind to plugin AccessRequestData

* Improve access request message titles for slack and discord plugins

* Clarify long-term access message
2026-06-01 22:18:06 +00:00
Kevin bb97c8f5db Add RequestKind to plugin AccessRequestData (#67281) 2026-06-01 21:51:58 +00:00
Marco Dinis 8528e7d3a8 Update terraform module for Azure VMs to allow uniform VMSS enrollment (#66999) 2026-06-01 17:07:25 +00:00
Hugo Shaka 1453212f2a operator: add secret lookup to oidc's google_service_account (#67196) 2026-05-29 20:56:40 +00:00
rosstimothy 45a427eedc Rework scopes feature flags (#67073)
Replace the functions in the scopes package to infer if scoped features
are enabled with a concrete struct that is injected to consumers. This
permits tests to toggle scopes features without having to specify environment
variables.
2026-05-29 13:37:25 +00:00
Yassine Bounekhla c28001c8c9 Add web_terminal_copy_mode role option (#66597)
* add web terminal copy mode role option

* CR
2026-05-28 19:58:49 +00:00
Bernard Kim 6c23ad9a69 Remove unused terraform reference doc (#67145) 2026-05-28 15:43:59 +00:00