Commit graph

14183 commits

Author SHA1 Message Date
Alan Parra 2033220279
fix: Drop custom OS checking in device authn (#29609) 2023-07-25 22:17:49 +00:00
Paul Gottschling 635b26934d
Explain how to start new services on an agent (#28542)
* Explain how to start new services on an agent

Closes #22540

This change adds a new H3 section to the intro page of the "Run Teleport
Agents" section. It uses an H3 section, rather than a new guide, because
starting a new service on an agent is close enough to redeploying the
agent that it would make sense to recommend deploying new agents instead
(and linking to the guide for deploying agents via Terraform).

At the same time, this change briefly describes how you _would_ start a
new service on an existing agent, and puts this in context with a
description of how agent joining works.

* Respond to zmb3/alexfornuto feedback
2023-07-25 22:07:07 +00:00
Nic Klaassen 476ebc1f54
feat: Login Rule support for email.local and regexp.replace (#29596)
* feat: Login Rule support for email.local and regexp.replace

This commit updates the `stringListMap` function to filter out values
that map to the empty string.
This is used by `email.local` and `regexp.replace` only.
The empty values were already being filtered out in
`(*TraitsTemplateExpression).Interpolate`, adding the filtering here
just makes it more convenient to call these functions in the Login Rule
parser in teleport.e where it's desirable to have the same behaviour of
`regexp.replace` filtering out values that don't match the expression.

The actual implementation and tests for the new helpers in Login Rules
is added in a buddy PR in teleport.e.

This PR also adds documentation for the new functions.

* apply docs grammar suggestions

Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>

---------

Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
2023-07-25 21:56:44 +00:00
Roman Tkachenko 432c61a39a
Add RFD 134: Cloud first deployments (#28072) 2023-07-25 21:48:43 +00:00
Tobiasz Heller 1df1ef89b4
Athena: Support maxUniqueDaysInSingleBatch (#29589) 2023-07-25 19:50:26 +00:00
Andrew Burke 013f23d4e5
Add GCP VM auto-discovery (#28562)
This change adds node auto-discovery for GCP VMs.
2023-07-25 19:27:01 +00:00
Alex Fornuto 7889f56e3b
spelling hotfix (#29588) 2023-07-25 18:45:07 +00:00
Steven Martin e4a287e0e1
docs: include mfa session option for ssh access control (#29011)
* docs: include mfa session option for ssh access control

* update verbiage

* Update docs/pages/server-access/rbac.mdx

Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>

---------

Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
2023-07-25 18:00:03 +00:00
lsgunn-teleport 8f3aedde48
Changes to ordered and unordered lists for lint warnings (#29143)
Fix messed up spelling

add missing punctuation, fir wording

Docs: Ordered and unordered list changes for lint update (#29094)

* Ordered and unordered list chnages for lint update

* Fixes from Alex's review

Docs: numbering lint warnings batch 2 (#29093)

* Change ordered and unordered lists to squash lint warnings

* Change ordered and unordered lists to squash lint warnings

* Changes for lint update

additional lint fixes

Additional fixes for linter
2023-07-25 17:41:09 +00:00
Roman Tkachenko 2977d8e01e
Add --silent flag to teleport node configure command (#29547) 2023-07-25 16:36:41 +00:00
Grzegorz Zdunek 9a8d19b67f
Connect My Computer: Generate the config file (#29010)
* Add methods to create and remove tokens

* Add a function to create agent config file

* Integrate token generation and config file creation

* Move response formatting to the handler

* Remove doc links

* Declare struct before its methods

* Remove `useRetryWithRelogin` usage

* Hold a clock in `TokenProvisionerConfig`, add a function that creates `TokenProvisioner`

* Do not use `EmptyResponse` in proto

* Create a specialized struct to return token and labels

* Add an integration test

* Uncomment `runGenerateConfigFileAttempt` step

* Run prettier

* Remove duplicated assertion and use more meaningful name

* Fix lint issue
2023-07-25 16:32:51 +00:00
Gabriel Corado da6516059c
feat(tctl): make --type parameter required for auth crl command (#29503) 2023-07-25 15:54:06 +00:00
Alex McGrath c449cc6e4f
Fixes for the dynamodb billing mode documentation (#29561)
* Fixes for the dynamodb backend docs

* Missed an On-Demand
2023-07-25 15:34:39 +00:00
rosstimothy 747bb34e7d
Defer setting up enhanced recording until after PAM has completed (#29279)
The reexec process now has a two way wait mechanism to allow the
child process to complete any setup operations that may be required
before the parent process starts enhanced recording.

The old process was:

1) Parent launches child process
2) Child process opens PAM context and blocks on the continue signal
3) Parent sets up enhanced recording
4) Parent sends the continue signal
5) Child executes command/opens shell

The new process is:

1) Parent launches child process and waits for child continue signal
2) Child process opens PAM context and then signals it has completed setup
3) Parent receives child continue signal and sets up enhanced recording
4) Parent sends the continue signal
5) Child executes command/opens shell

Closes #29030
2023-07-25 14:54:15 +00:00
rosstimothy c367fbca0e
renovate: add options to workflow dispatch (#29569) 2023-07-25 14:25:47 +00:00
Andrew LeFevre ea3d933294
wait longer for auth preference to get updated in rsync test (#29529) 2023-07-25 14:23:16 +00:00
Sakshyam Shah 9564f21c9e
add shield alert icon (#29528) 2023-07-25 13:39:56 +00:00
Steven Martin 938c5c8d3d
Update logging and parameter for self-signed cert (#29530)
* Update logging and parameter for self-signed cert

* update to smaller parameter
2023-07-25 13:35:44 +00:00
Tobiasz Heller 8886987dc8
athena migration: use decoder to decode lines (#29385) 2023-07-25 10:36:29 +00:00
Tiago Silva 968b91f648
Allow creating a admin ClusterRoleBinding (#29453)
* Allow creating a admin `ClusterRoleBinding`

This PR adds the possibility of creating a cluster role binding between a group whose name defined by `adminClusterRolebinding.name` and the built-in `cluster-admin` `ClusterRole`.
This is particularly useful for GKE Autopilot clusters where it's not
possible to use the default `system:masters` group because authz Warden
security module prevents impersonating system-wide identities.

When the chart detects that the target cluster is a GKE cluster - `version: v1.x.x-gke.<build>` - it will automatically create the `ClusterRoleBinding` and print a warning message with the following payload:

```
NOTES:
WARNING: GKE Autopilot clusters forbid users from impersonating system-wide identities.
This means you won't be able to use the `system:masters` Kubernetes Group in
the Teleport Roles for GKE Autopilot clusters.

Given that you installed Teleport on a GKE cluster, we recommend you use the
Kubernetes Group `cluster-admin` instead of `system:masters` in the Teleport Roles
for GKE Autopilot clusters.

This chart automatically created the `cluster-admin` Kubernetes Group for you and
assigned it admin privileges on the Kubernetes cluster.

Consult the built-in security features that GKE Autopilot enforces:
https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-security#built-in-security
```

Part of #28506
Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>

* Apply suggestions from code review

Co-authored-by: Gus Luxton <gus@goteleport.com>

* add role example

---------

Co-authored-by: Gus Luxton <gus@goteleport.com>
2023-07-25 09:32:14 +00:00
Brian Joerger d5adf41886
Tune Headless Watcher retry logic in Teleport Connect (#29410)
* Reduce headless watcher max backoff period to 90s; Propogate watcher error properly; Don't retry on not implemented error.

* Stop watcher if it wasn't stopped already.
2023-07-25 08:27:36 +00:00
Lisa Kim 271e095e31
Update e (#29550) 2023-07-25 02:41:36 +00:00
Trent Clarke b1a0ed50b7
[docs] Fixes ACM helm example (#29454)
Prior to this change, running the example as written would result
in the followinmg error:

```
Error: INSTALLATION FAILED: execution error at (teleport-cluster/templates/proxy/service.yaml:5:6):
proxy.service.type must not be LoadBalancer when using an ingress - any load balancer should be
provisioned by your ingress controller. Set proxy.service.type=ClusterIP instead
```

This patch adds that change to the example cluster configuration
helm values.
2023-07-25 00:52:46 +00:00
Lisa Kim a4a3208857
Port and refactor Mattermost from teleport-plugins (#28989)
* Copy files from teleport/plugins/access/mattermost

* Add github.com/mailgun/holster/v3

* Define mattermost types

* Move StatusFromStatusCode to commons dir

* Make changes/ refactor based on other plugins

- Re-use commons
- Delete dups (most of app.go and version.go)
- Moved looking up channel into bot.go
- Emit status update after a response
- Added missing? recipients section to example toml

* Move mailgun dep to direct dep and fix lint

- run go mod tidy
- remove unused example config
- fix ordering of imports
2023-07-25 00:22:10 +00:00
rosstimothy bb467eb23c
renovate: disable major version updates (#29471)
* renovate: disable major version updates

* fix: typo in excludeMatchPackageNames
2023-07-24 22:52:31 +00:00
Michelle Bergquist 68e27236e5
bump e on master (#29536) 2023-07-24 22:10:58 +00:00
Trent Clarke 44b2a4ca21
Vendors in jira access plugin source (#29192)
* Vendors in  `jira` access plugin source

Transplants the source for the JIRA access plugin from the `teleport-plugins`
repository into the main OSS `teleport` repo in preparation for integration
as a hosted plugin.

* gci
2023-07-24 22:08:49 +00:00
Paul Gottschling 9d54ab8a50
Update the Documentation Test Plan (#29129)
Closes #27755

- Separate the docs test plan into its own issue template. This makes
  the checklist easier to work with for Docs Team members. Also adds
  sections to the Docs Test Plan for readability.

- Update the list of guides to verify. This reflects the current range
  of getting started guides available for Teleport's editions.

- Propose verifying that we can complete all how-to guides introduced
  within an upcoming release.

We need to strike a balance between testing critical guides and keeping
the workload of the Docs Team manageable, so this change limits the
number of guides it adds to the Test Plan.

Alongside new feature guides, this change adds the Terraform AWS HA
guide to the list of guides to verify. This is because we want to
position this as a critical guide for launching an HA self-hosted
Teleport cluster.
2023-07-24 21:59:40 +00:00
Justinas Stankevičius b52ab6c7ac
Adjust indentation in Assist YAML conf reference (#29195) 2023-07-24 21:54:30 +00:00
Paul Gottschling 2e8ccf602b
Describe using dynamic resources for DB Service HA (#28901)
* Describe using dynamic resources for DB Service HA

Closes #9869

- Edit the Database Access HA guide to mention dynamic registration
- Briefly mention HA in the Dynamic Registration guide

* Respond to alexfornuto feedback
2023-07-24 21:53:26 +00:00
Zac Bergquist 012c42b68d
Fix incorrect link in README (#29519)
Signed-off-by: Zac Bergquist <zac.bergquist@goteleport.com>
Co-authored-by: Kerwin Bryant <kerwin612@qq.com>
2023-07-24 21:23:00 +00:00
Nic Klaassen 8b7140c1a9
feat: support resource requests via tctl (#29418)
This commit adds support for Resource Access Requests to the tctl
request create command, specifically adding the --resource flag already
available in tsh that was never added to tctl (an oversight). It may be
useful when creating requests for other users as an admin or an
automation.
2023-07-24 20:35:12 +00:00
Steven Martin c8c91581c1
adds public web addresses to self-signed cert (#28766)
* adds public web addresses to self-signed cert

* skips adding ip addresses to self-signed cert

* skip error on public addresses

* lint fix

* optimize logic and log error

* Update lib/service/service.go

Co-authored-by: Noah Stride <noah.stride@goteleport.com>

* skip adding IP addresses to DNS SANS and log warning

* lint fix and update log message

* add public addresses into IP sans if ips

* remove comment

* lint fix

* include empty ipaddress for GeneratedSelfSignedCert calls

* removed

* update function call

* logic updates

Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>

* handle when a IP addressed can't be parsed for self-signed cert

---------

Co-authored-by: Noah Stride <noah.stride@goteleport.com>
Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
2023-07-24 19:52:11 +00:00
dependabot-batcher[bot] 4c0ceaa41d
Batched Dependabot updates (#29440)
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 in /assets/aws

Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) from 1.104.0 to 1.105.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.104.0...service/ec2/v1.105.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump cloud.google.com/go/kms from 1.12.1 to 1.14.0

Bumps [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go) from 1.12.1 to 1.14.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/kms/v1.12.1...kms/v1.14.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/kms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump k8s.io/apiextensions-apiserver from 0.27.3 to 0.27.4

Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.27.3 to 0.27.4.
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump software.sslmate.com/src/go-pkcs12 from 0.2.0 to 0.2.1

Bumps software.sslmate.com/src/go-pkcs12 from 0.2.0 to 0.2.1.

---
updated-dependencies:
- dependency-name: software.sslmate.com/src/go-pkcs12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump cloud.google.com/go/compute from 1.20.1 to 1.22.0

Bumps [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) from 1.20.1 to 1.22.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/compute/v1.20.1...pubsub/v1.22.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump github.com/ClickHouse/clickhouse-go/v2 from 2.10.1 to 2.11.0

Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ClickHouse/clickhouse-go/compare/v2.10.1...v2.11.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump uuid from 1.4.0 to 1.4.1

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump num-traits from 0.2.15 to 0.2.16

Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.15 to 0.2.16.
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.15...num-traits-0.2.16)

---
updated-dependencies:
- dependency-name: num-traits
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump tempfile from 3.6.0 to 3.7.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.6.0 to 3.7.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump word-wrap from 1.2.3 to 1.2.4

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 19:35:15 +00:00
dependabot[bot] 2b30a85f72
Bump google.golang.org/api from 0.130.0 to 0.132.0 (#29427)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.130.0 to 0.132.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.130.0...v0.132.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 18:46:34 +00:00
Tiago Silva a6c1b7445b
Update Operator CRDs and add a Lint check to prevent drifts (#29455)
This PR fixes the operator's CRDs drift between the CRD and the proto
stubs they are derived from.

It also adds a check to prevent future drifts by forcing the manifest
generation and requiring an empty diff.

Fixes #29438
2023-07-24 18:44:15 +00:00
Yassine Bounekhla 049036fb20
fix (#29416) 2023-07-24 18:33:57 +00:00
dependabot[bot] 1c9d50c0a5
Bump k8s.io/apiserver from 0.27.3 to 0.27.4 (#29464)
Bumps [k8s.io/apiserver](https://github.com/kubernetes/apiserver) from 0.27.3 to 0.27.4.
- [Commits](https://github.com/kubernetes/apiserver/compare/v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 18:25:04 +00:00
Steven Martin 255e092e87
Displays warning when SSO is used and username specified (#29240)
* Displays warning when SSO is used and username specified

* improve logic

* adds logic for passwordless auth types
2023-07-24 18:23:22 +00:00
Bernard Kim c2bbe66a3d
Clarify auto upgrades docs (#29211)
* teleport-ent -> teleport-ent-updater

* Remove manual installation instructions

* Fix global scope

* Redirect users to package repo installation method

* Embed instructions and add steps

* lint: remove trailing .

* Use apt-cache policy or yum repolist

* Verify teleport.list or teleport.repo

* typo
2023-07-24 18:22:05 +00:00
Ben Arent 6153bf5f6f
Docs: Jamf Pro (#29482)
* s/Jamf/Jamf Pro

* full sync recommendation
2023-07-24 18:14:36 +00:00
dependabot[bot] 646e3d2080
Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.46.1 to 1.47.0 (#29461)
Bumps [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) from 1.46.1 to 1.47.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/rds/v1.46.1...service/ec2/v1.47.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 17:49:24 +00:00
Hugo Shaka 32a8515672
docs: update chart v12 migration to remove footgun (#29415) 2023-07-24 17:04:24 +00:00
Alan Parra d5cf917f24
Introduce the UpdateUserFunc function (#29414)
* Introduce the UpdateUserFunc function

* Rename to UpdateAndSwapUser
2023-07-24 16:16:42 +00:00
dependabot[bot] 01c1cf03f9
Bump github.com/aws/aws-sdk-go from 1.44.300 to 1.44.306 (#29463)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.300 to 1.44.306.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.300...v1.44.306)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 15:43:38 +00:00
dependabot[bot] 01b02d1faa
Bump k8s.io/kubectl from 0.27.3 to 0.27.4 (#29465)
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.27.3 to 0.27.4.
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/kubectl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 15:28:03 +00:00
dependabot[bot] 593ff2be1a
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.102.0 to 1.105.1 (#29466)
Bumps [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) from 1.102.0 to 1.105.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.102.0...service/ec2/v1.105.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 15:27:43 +00:00
dependabot[bot] 529f93b138
Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager (#29462)
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.11.67 to 1.11.72.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.67...feature/s3/manager/v1.11.72)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 15:27:26 +00:00
dependabot[bot] 611fd5513b
Bump k8s.io/api in /integrations/kube-agent-updater (#29422)
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.3 to 0.27.4.
- [Commits](https://github.com/kubernetes/api/compare/v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 15:22:11 +00:00
dependabot[bot] 3475bc0683
Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 (#29428)
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.27.3 to 0.27.4.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.27.3...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 15:03:44 +00:00