Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add an option for passing custom k8s rest config #1354

Merged

Conversation

kirecek
Copy link
Contributor

@kirecek kirecek commented Oct 7, 2023

Description

I met again this issue #746 so trying draft some solution.

I think, the easiest for users would be just to pass their rest config. Or should I wrap it somehow?

	options := k8s.NewKubectlOptionsWithRestConfig(
		&rest.Config{
			Host: server,
			TLSClientConfig: rest.TLSClientConfig{
				CAData: ca,
			},
			BearerToken: token,
		},
		"terratest",
	)

TODOs

  • Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Added

  • NewKubectlOptionsWithRestConfig to extend auth options for kubernetes client

@kirecek kirecek requested a review from denis256 as a code owner October 7, 2023 10:08
@kirecek kirecek force-pushed the k8s/kubectl-options/rest-config branch 2 times, most recently from 61ea821 to 7915651 Compare October 7, 2023 10:17
@kirecek kirecek force-pushed the k8s/kubectl-options/rest-config branch from 7915651 to cf4b74b Compare October 10, 2023 20:38
modules/k8s/client.go Outdated Show resolved Hide resolved
Signed-off-by: Erik Jankovič <erik.jankovic@gmail.com>
@kirecek kirecek force-pushed the k8s/kubectl-options/rest-config branch from cf4b74b to 894ea6e Compare October 31, 2023 07:39
@denis256 denis256 merged commit 237816f into gruntwork-io:master Oct 31, 2023
2 of 3 checks passed
@kirecek kirecek deleted the k8s/kubectl-options/rest-config branch November 1, 2023 01:26
kayman-mk pushed a commit to cattle-ops/terraform-aws-gitlab-runner that referenced this pull request Nov 7, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| actions/github-script | action | digest | `1f16022` -> `6b5d3ea` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fgithub-script/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/actions%2fgithub-script/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/actions%2fgithub-script//?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fgithub-script//?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| amannn/action-semantic-pull-request | action | digest | `47b15d5` ->
`95af3b9` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/amannn%2faction-semantic-pull-request/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/amannn%2faction-semantic-pull-request/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/amannn%2faction-semantic-pull-request//?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/amannn%2faction-semantic-pull-request//?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://togithub.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.23.1` -> `5.24.0` |
[![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/aws/5.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/aws/5.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/aws/5.23.1/5.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/aws/5.23.1/5.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [boto3](https://togithub.com/boto/boto3) | | patch | `==1.28.73` ->
`==1.28.79` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.28.79?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.28.79?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.28.73/1.28.79?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.28.73/1.28.79?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [botocore](https://togithub.com/boto/botocore) | | patch | `==1.31.73`
-> `==1.31.79` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.31.79?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.31.79?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.31.73/1.31.79?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.31.73/1.31.79?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/gruntwork-io/terratest](https://togithub.com/gruntwork-io/terratest)
| require | patch | `v0.46.1` -> `v0.46.6` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgruntwork-io%2fterratest/v0.46.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgruntwork-io%2fterratest/v0.46.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgruntwork-io%2fterratest/v0.46.1/v0.46.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgruntwork-io%2fterratest/v0.46.1/v0.46.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [go](https://go.dev/) ([source](https://togithub.com/golang/go)) |
golang | patch | `1.21.1` -> `1.21.3` |
[![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/golang-version/go/1.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/golang-version/go/1.21.1/1.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.21.1/1.21.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| google-github-actions/release-please-action | action | digest |
`2921787` -> `db8f2c6` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/google-github-actions%2frelease-please-action/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/google-github-actions%2frelease-please-action/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/google-github-actions%2frelease-please-action//?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/google-github-actions%2frelease-please-action//?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| peter-evans/slash-command-dispatch | action | digest | `9670cb0` ->
`ade0309` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/peter-evans%2fslash-command-dispatch/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/peter-evans%2fslash-command-dispatch/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/peter-evans%2fslash-command-dispatch//?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/peter-evans%2fslash-command-dispatch//?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>

###
[`v5.24.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5240-November-2-2023)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.23.1...v5.24.0)

NOTES:

- resource/aws_detective_organization_admin_account: Because we cannot
easily test this functionality, it is best effort and we ask for
community help in testing
([#&#8203;25237](https://togithub.com/hashicorp/terraform-provider-aws/issues/25237))
- resource/aws_detective_organization_configuration: Because we cannot
easily test this functionality, it is best effort and we ask for
community help in testing
([#&#8203;25237](https://togithub.com/hashicorp/terraform-provider-aws/issues/25237))

FEATURES:

- **New Data Source:** `aws_opensearchserverless_lifecycle_policy`
([#&#8203;34144](https://togithub.com/hashicorp/terraform-provider-aws/issues/34144))
- **New Resource:** `aws_detective_organization_admin_account`
([#&#8203;25237](https://togithub.com/hashicorp/terraform-provider-aws/issues/25237))
- **New Resource:** `aws_detective_organization_configuration`
([#&#8203;25237](https://togithub.com/hashicorp/terraform-provider-aws/issues/25237))
- **New Resource:** `aws_opensearchserverless_lifecycle_policy`
([#&#8203;34144](https://togithub.com/hashicorp/terraform-provider-aws/issues/34144))
- **New Resource:** `aws_redshift_resource_policy`
([#&#8203;34149](https://togithub.com/hashicorp/terraform-provider-aws/issues/34149))
- **New Resource:** `aws_verifiedaccess_endpoint`
([#&#8203;30763](https://togithub.com/hashicorp/terraform-provider-aws/issues/30763))

ENHANCEMENTS:

- resource/aws_amplify_app: Add `custom_headers` argument
([#&#8203;31561](https://togithub.com/hashicorp/terraform-provider-aws/issues/31561))
- resource/aws_batch_job_definition: Add `node_properties` argument
([#&#8203;34153](https://togithub.com/hashicorp/terraform-provider-aws/issues/34153))
- resource/aws_finspace_kx_cluster: In-place updates are now supported
for the `code`, `database`, and `initialization_script` arguments. The
update timeout has been increased to 30 minutes.
([#&#8203;34220](https://togithub.com/hashicorp/terraform-provider-aws/issues/34220))
- resource/aws_iot_topic_rule: Add `kafka.header` and
`error_action.kafka.header` arguments
([#&#8203;34191](https://togithub.com/hashicorp/terraform-provider-aws/issues/34191))
- resource/aws_networkmanager_connect_attachment: Add `NO_ENCAP` as a
valid `options.protocol` value
([#&#8203;34109](https://togithub.com/hashicorp/terraform-provider-aws/issues/34109))
- resource/aws_networkmanager_connect_peer: Add `subnet_arn` argument to
support [Tunnel-less Connect
attachments](https://docs.aws.amazon.com/network-manager/latest/cloudwan/cloudwan-connect-attachment.html#cloudwan-connect-tlc)
([#&#8203;34109](https://togithub.com/hashicorp/terraform-provider-aws/issues/34109))
- resource/aws_networkmanager_connect_peer: `inside_cidr_blocks` is
Optional
([#&#8203;34109](https://togithub.com/hashicorp/terraform-provider-aws/issues/34109))
- resource/aws_rds_cluster: Remove the provider default (previously,
"1") and use the AWS default for `backup_retention_period` (also, "1")
to allow integration with AWS Backup
([#&#8203;34187](https://togithub.com/hashicorp/terraform-provider-aws/issues/34187))
- resource/aws_redshift_cluster: Add `snapshot_arn` argument
([#&#8203;34181](https://togithub.com/hashicorp/terraform-provider-aws/issues/34181))
- resource/aws_redshift_cluster: Add the `manage_master_password` and
`master_password_secret_kms_key_id` arguments to support managed admin
credentials
([#&#8203;34182](https://togithub.com/hashicorp/terraform-provider-aws/issues/34182))
- resource/aws_s3\_object: Add `override_provider` configuration block,
allowing tags inherited from the provider [`default_tags` configuration
block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block)
to be ignored
([#&#8203;33262](https://togithub.com/hashicorp/terraform-provider-aws/issues/33262))
- resource/aws_secretsmanager_secret_rotation: The `rotation_lambda_arn`
argument is now optional to support modifying the rotation schedule of
AWS-managed secrets.
([#&#8203;34180](https://togithub.com/hashicorp/terraform-provider-aws/issues/34180))

BUG FIXES:

- data-source/aws_vpc_ipam_pools: Add `id` attribute for individual IPAM
pools
([#&#8203;32133](https://togithub.com/hashicorp/terraform-provider-aws/issues/32133))
- resource/aws_alb_listener_rule: Fixed the
`action.forward.target_group` argument minimum item requirement.
Previously this was set to 2, but the AWS API allows specifying a single
target group.
([#&#8203;33727](https://togithub.com/hashicorp/terraform-provider-aws/issues/33727))
- resource/aws_amplify_branch: Remove
[ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
from `enable_performance_mode`
([#&#8203;34141](https://togithub.com/hashicorp/terraform-provider-aws/issues/34141))
- resource/aws_lb_listener_rule: Fixed the `action.forward.target_group`
argument minimum item requirement. Previously this was set to 2, but the
AWS API allows specifying a single target group.
([#&#8203;33727](https://togithub.com/hashicorp/terraform-provider-aws/issues/33727))
- resource/aws_quicksight_analysis: Fix "expected type to be integer"
errors in `window_options.bounds.*` argument validatation functions
([#&#8203;34230](https://togithub.com/hashicorp/terraform-provider-aws/issues/34230))
- resource/aws_quicksight_dashboard: Fix "expected type to be integer"
errors in `window_options.bounds.*` argument validatation functions
([#&#8203;34230](https://togithub.com/hashicorp/terraform-provider-aws/issues/34230))
- resource/aws_quicksight_template: Fix "expected type to be integer"
errors in `window_options.bounds.*` argument validatation functions
([#&#8203;34230](https://togithub.com/hashicorp/terraform-provider-aws/issues/34230))
- resource/aws_rds_cluster: Avoid an error on delete related to
`unexpected state 'scaling-compute'`
([#&#8203;34187](https://togithub.com/hashicorp/terraform-provider-aws/issues/34187))

</details>

<details>
<summary>boto/boto3 (boto3)</summary>

###
[`v1.28.79`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12879)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.28.78...1.28.79)

\=======

- api-change:`ce`: \[`botocore`] This release extends the
GetReservationPurchaseRecommendation API to support recommendations for
Amazon MemoryDB reservations.
- api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports AWS
Lambda compute.
- api-change:`connect`: \[`botocore`] Added new API that allows Amazon
Connect Outbound Campaigns to create contacts in Amazon Connect when
ingesting your dial requests.
- api-change:`docdb`: \[`botocore`] Update the input of CreateDBInstance
and ModifyDBInstance to support setting CA Certificates. Update the
output of DescribeDBInstance and DescribeDBEngineVersions to show
current and supported CA certificates.
-   api-change:`iam`: \[`botocore`] Add partitional endpoint for iso-e.
- api-change:`mwaa`: \[`botocore`] This release adds support for Apache
Airflow version 2.7.2. This version release includes support for
deferrable operators and triggers.
- api-change:`polly`: \[`botocore`] Amazon Polly adds new US English
voices - Danielle and Gregory. Danielle and Gregory are available as
Neural voices only.
- api-change:`route53`: \[`botocore`] Add partitional endpoints for
iso-e and iso-f.
- api-change:`endpoint-rules`: \[`botocore`] Update endpoint-rules
client to latest version

###
[`v1.28.78`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12878)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.28.77...1.28.78)

\=======

- api-change:`config`: \[`botocore`] Updated ResourceType enum with new
resource types onboarded by AWS Config in October 2023.
- api-change:`connect`: \[`botocore`] Amazon Connect Chat introduces
Create Persistent Contact Association API, allowing customers to choose
when to resume previous conversations from previous chats, eliminating
the need to repeat themselves and allowing agents to provide
personalized service with access to entire conversation history.
- api-change:`iotwireless`: \[`botocore`] Added LoRaWAN version 1.0.4
support
- api-change:`launch-wizard`: \[`botocore`] AWS Launch Wizard is a
service that helps reduce the time it takes to deploy applications to
the cloud while providing a guided deployment experience.
- api-change:`endpoint-rules`: \[`botocore`] Update endpoint-rules
client to latest version

###
[`v1.28.77`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12877)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.28.76...1.28.77)

\=======

- api-change:`apprunner`: \[`botocore`] AWS App Runner now supports
using dual-stack address type for the public endpoint of your incoming
traffic.
- api-change:`connect`: \[`botocore`] GetMetricDataV2 API: Update to
include new metrics PERCENT_NON_TALK_TIME, PERCENT_TALK_TIME,
PERCENT_TALK_TIME_AGENT, PERCENT_TALK_TIME_CUSTOMER
- api-change:`gamelift`: \[`botocore`] Amazon GameLift adds support for
shared credentials, which allows applications that are deployed on
managed EC2 fleets to interact with other AWS resources.
- api-change:`glue`: \[`botocore`] This release introduces Google
BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.
- api-change:`network-firewall`: \[`botocore`] This release introduces
the stateless rule analyzer, which enables you to analyze your stateless
rules for asymmetric routing.
- api-change:`quicksight`: \[`botocore`] This release introduces Float
Decimal Type as SubType in QuickSight SPICE datasets and Custom week
start and Custom timezone options in Analysis and Dashboard
- api-change:`endpoint-rules`: \[`botocore`] Update endpoint-rules
client to latest version

###
[`v1.28.76`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12876)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.28.75...1.28.76)

\=======

- api-change:`connect`: \[`botocore`] Adds the BatchGetFlowAssociation
API which returns flow associations (flow-resource) corresponding to the
list of resourceArns supplied in the request. This release also adds
IsDefault, LastModifiedRegion and LastModifiedTime fields to the
responses of several Describe and List APIs.
- api-change:`globalaccelerator`: \[`botocore`] Global Accelerator now
support accelerators with cross account endpoints.
- api-change:`rds`: \[`botocore`] This release adds support for
customized networking resources to Amazon RDS Custom.
- api-change:`redshift`: \[`botocore`] Added support for Multi-AZ
deployments for Provisioned RA3 clusters that provide 99.99% SLA
availability.
- api-change:`sagemaker`: \[`botocore`] Support for batch transform
input in Model dashboard

###
[`v1.28.75`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12875)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.28.74...1.28.75)

\=======

- api-change:`amplify`: \[`botocore`] Add backend field to CreateBranch
and UpdateBranch requests. Add pagination support for ListApps,
ListDomainAssociations, ListBranches, and ListJobs
- api-change:`application-insights`: \[`botocore`] Automate attaching
managed policies
- api-change:`ec2`: \[`botocore`] Capacity Blocks for ML are a new EC2
purchasing option for reserving GPU instances on a future date to
support short duration machine learning (ML) workloads. Capacity Blocks
automatically place instances close together inside Amazon EC2
UltraClusters for low-latency, high-throughput networking.
- api-change:`m2`: \[`botocore`] Added name filter ability for
ListDataSets API, added ForceUpdate for Updating environment and
BatchJob submission using S3BatchJobIdentifier
- api-change:`neptunedata`: \[`botocore`] Minor change to not retry
CancelledByUserException
- api-change:`translate`: \[`botocore`] Added support for Brevity
translation settings feature.

###
[`v1.28.74`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12874)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.28.73...1.28.74)

\=======

- api-change:`connect`: \[`botocore`] This release adds InstanceId field
for phone number APIs.
- api-change:`dataexchange`: \[`botocore`] We added a new API action:
SendDataSetNotification.
- api-change:`datasync`: \[`botocore`] Platform version changes to
support AL1 deprecation initiative.
- api-change:`finspace`: \[`botocore`] Introducing new API
UpdateKxClusterCodeConfiguration, introducing new cache types for
clusters and introducing new deployment modes for updating clusters.
- api-change:`mediapackagev2`: \[`botocore`] This feature allows
customers to create a combination of manifest filtering, startover and
time delay configuration that applies to all egress requests by default.
- api-change:`rds`: \[`botocore`] This release launches the
CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to
manage zero-ETL Integrations.
- api-change:`redshift-serverless`: \[`botocore`] Added support for
custom domain names for Amazon Redshift Serverless workgroups. This
feature enables customers to create a custom domain name and use ACM to
generate fully secure connections to it.
- api-change:`resiliencehub`: \[`botocore`] Introduced the ability to
filter applications by their last assessment date and time and have
included metrics for the application's estimated workload Recovery Time
Objective (RTO) and estimated workload Recovery Point Objective (RPO).
- api-change:`s3outposts`: \[`botocore`] Updated ListOutpostsWithS3 API
response to include S3OutpostArn for use with AWS RAM.
- api-change:`wisdom`: \[`botocore`] This release added necessary API
documents on creating a Wisdom knowledge base to integrate with S3.

</details>

<details>
<summary>boto/botocore (botocore)</summary>

###
[`v1.31.79`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13179)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.31.78...1.31.79)

\=======

- api-change:`ce`: This release extends the
GetReservationPurchaseRecommendation API to support recommendations for
Amazon MemoryDB reservations.
- api-change:`codebuild`: AWS CodeBuild now supports AWS Lambda compute.
- api-change:`connect`: Added new API that allows Amazon Connect
Outbound Campaigns to create contacts in Amazon Connect when ingesting
your dial requests.
- api-change:`docdb`: Update the input of CreateDBInstance and
ModifyDBInstance to support setting CA Certificates. Update the output
of DescribeDBInstance and DescribeDBEngineVersions to show current and
supported CA certificates.
-   api-change:`iam`: Add partitional endpoint for iso-e.
- api-change:`mwaa`: This release adds support for Apache Airflow
version 2.7.2. This version release includes support for deferrable
operators and triggers.
- api-change:`polly`: Amazon Polly adds new US English voices - Danielle
and Gregory. Danielle and Gregory are available as Neural voices only.
-   api-change:`route53`: Add partitional endpoints for iso-e and iso-f.
- api-change:`endpoint-rules`: Update endpoint-rules client to latest
version

###
[`v1.31.78`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13178)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.31.77...1.31.78)

\=======

- api-change:`config`: Updated ResourceType enum with new resource types
onboarded by AWS Config in October 2023.
- api-change:`connect`: Amazon Connect Chat introduces Create Persistent
Contact Association API, allowing customers to choose when to resume
previous conversations from previous chats, eliminating the need to
repeat themselves and allowing agents to provide personalized service
with access to entire conversation history.
-   api-change:`iotwireless`: Added LoRaWAN version 1.0.4 support
- api-change:`launch-wizard`: AWS Launch Wizard is a service that helps
reduce the time it takes to deploy applications to the cloud while
providing a guided deployment experience.
- api-change:`endpoint-rules`: Update endpoint-rules client to latest
version

###
[`v1.31.77`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13177)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.31.76...1.31.77)

\=======

- api-change:`apprunner`: AWS App Runner now supports using dual-stack
address type for the public endpoint of your incoming traffic.
- api-change:`connect`: GetMetricDataV2 API: Update to include new
metrics PERCENT_NON_TALK_TIME, PERCENT_TALK_TIME,
PERCENT_TALK_TIME_AGENT, PERCENT_TALK_TIME_CUSTOMER
- api-change:`gamelift`: Amazon GameLift adds support for shared
credentials, which allows applications that are deployed on managed EC2
fleets to interact with other AWS resources.
- api-change:`glue`: This release introduces Google BigQuery Source and
Target in AWS Glue CodeGenConfigurationNode.
- api-change:`network-firewall`: This release introduces the stateless
rule analyzer, which enables you to analyze your stateless rules for
asymmetric routing.
- api-change:`quicksight`: This release introduces Float Decimal Type as
SubType in QuickSight SPICE datasets and Custom week start and Custom
timezone options in Analysis and Dashboard
- api-change:`endpoint-rules`: Update endpoint-rules client to latest
version

###
[`v1.31.76`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13176)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.31.75...1.31.76)

\=======

- api-change:`connect`: Adds the BatchGetFlowAssociation API which
returns flow associations (flow-resource) corresponding to the list of
resourceArns supplied in the request. This release also adds IsDefault,
LastModifiedRegion and LastModifiedTime fields to the responses of
several Describe and List APIs.
- api-change:`globalaccelerator`: Global Accelerator now support
accelerators with cross account endpoints.
- api-change:`rds`: This release adds support for customized networking
resources to Amazon RDS Custom.
- api-change:`redshift`: Added support for Multi-AZ deployments for
Provisioned RA3 clusters that provide 99.99% SLA availability.
- api-change:`sagemaker`: Support for batch transform input in Model
dashboard

###
[`v1.31.75`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13175)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.31.74...1.31.75)

\=======

- api-change:`amplify`: Add backend field to CreateBranch and
UpdateBranch requests. Add pagination support for ListApps,
ListDomainAssociations, ListBranches, and ListJobs
- api-change:`application-insights`: Automate attaching managed policies
- api-change:`ec2`: Capacity Blocks for ML are a new EC2 purchasing
option for reserving GPU instances on a future date to support short
duration machine learning (ML) workloads. Capacity Blocks automatically
place instances close together inside Amazon EC2 UltraClusters for
low-latency, high-throughput networking.
- api-change:`m2`: Added name filter ability for ListDataSets API, added
ForceUpdate for Updating environment and BatchJob submission using
S3BatchJobIdentifier
- api-change:`neptunedata`: Minor change to not retry
CancelledByUserException
- api-change:`translate`: Added support for Brevity translation settings
feature.

###
[`v1.31.74`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13174)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.31.73...1.31.74)

\=======

- api-change:`connect`: This release adds InstanceId field for phone
number APIs.
- api-change:`dataexchange`: We added a new API action:
SendDataSetNotification.
- api-change:`datasync`: Platform version changes to support AL1
deprecation initiative.
- api-change:`finspace`: Introducing new API
UpdateKxClusterCodeConfiguration, introducing new cache types for
clusters and introducing new deployment modes for updating clusters.
- api-change:`mediapackagev2`: This feature allows customers to create a
combination of manifest filtering, startover and time delay
configuration that applies to all egress requests by default.
- api-change:`rds`: This release launches the CreateIntegration,
DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL
Integrations.
- api-change:`redshift-serverless`: Added support for custom domain
names for Amazon Redshift Serverless workgroups. This feature enables
customers to create a custom domain name and use ACM to generate fully
secure connections to it.
- api-change:`resiliencehub`: Introduced the ability to filter
applications by their last assessment date and time and have included
metrics for the application's estimated workload Recovery Time Objective
(RTO) and estimated workload Recovery Point Objective (RPO).
- api-change:`s3outposts`: Updated ListOutpostsWithS3 API response to
include S3OutpostArn for use with AWS RAM.
- api-change:`wisdom`: This release added necessary API documents on
creating a Wisdom knowledge base to integrate with S3.

</details>

<details>
<summary>gruntwork-io/terratest
(github.com/gruntwork-io/terratest)</summary>

###
[`v0.46.6`](https://togithub.com/gruntwork-io/terratest/releases/tag/v0.46.6)

[Compare
Source](https://togithub.com/gruntwork-io/terratest/compare/v0.46.5...v0.46.6)

##### Modules affected

<!-- The list of modules that have been touched since the last release.
  --
-- The autogenerator will choose to do a patch release. However, check
if the changes in the following modules are
-- backwards compatible, and update the release number if it is
backwards incompatible.
  --
-- The following kinds of changes would constitute a backwards
incompatible change:
-- * In Terraform code: add a new variable without a default, rename or
remove an existing variable, remove or rename
  --   an output, remove or rename a resource.
-- * In Bash and Go code: add a new parameter without a default, rename
or remove an existing parameter, fundamentally
  --   change what the code does.
  -->

-   `helm`

##### Description

-   Added support for the `--repo options` to the helm test feature

##### Special thanks

<!-- Usernames of users that contributed to this release, if the
contribution was external to Gruntwork. -->

Special thanks to the following users for their contribution!

-   [@&#8203;jguionnet](https://togithub.com/jguionnet)

<!-- RELEASE_NOTES_DRAFTER_MARKER_CONTRIBUTORS_NEXT -->

##### Related links

<!-- Links to each PR or issue that are being addressed in this release.
The drafter will autoinclude each merged PR. -->

-
[gruntwork-io/terratest#1365
-
[gruntwork-io/terratest#1368

<!-- RELEASE_NOTES_DRAFTER_MARKER_RELATED_LINKS_NEXT -->

###
[`v0.46.5`](https://togithub.com/gruntwork-io/terratest/releases/tag/v0.46.5)

[Compare
Source](https://togithub.com/gruntwork-io/terratest/compare/v0.46.4...v0.46.5)

#### Modules affected

<!-- The list of modules that have been touched since the last release.
  --
-- The autogenerator will choose to do a patch release. However, check
if the changes in the following modules are
-- backwards compatible, and update the release number if it is
backwards incompatible.
  --
-- The following kinds of changes would constitute a backwards
incompatible change:
-- * In Terraform code: add a new variable without a default, rename or
remove an existing variable, remove or rename
  --   an output, remove or rename a resource.
-- * In Bash and Go code: add a new parameter without a default, rename
or remove an existing parameter, fundamentally
  --   change what the code does.
  -->

-   `k8s`

#### Description

- Added `RestConfig` field to extend auth options for Kubernetes client.

#### Special thanks

<!-- Usernames of users that contributed to this release, if the
contribution was external to Gruntwork. -->

Special thanks to the following users for their contribution!

-   [@&#8203;kirecek](https://togithub.com/kirecek)

<!-- RELEASE_NOTES_DRAFTER_MARKER_CONTRIBUTORS_NEXT -->

#### Related links

<!-- Links to each PR or issue that are being addressed in this release.
The drafter will autoinclude each merged PR. -->

-
[gruntwork-io/terratest#1354

<!-- RELEASE_NOTES_DRAFTER_MARKER_RELATED_LINKS_NEXT -->

###
[`v0.46.4`](https://togithub.com/gruntwork-io/terratest/releases/tag/v0.46.4)

[Compare
Source](https://togithub.com/gruntwork-io/terratest/compare/v0.46.3...v0.46.4)

<!--
-- This is autogenerated from the release notes drafter. When updating,
be sure to double check some of the changes
  -- before publishing.
-- Note that there are markers for the release notes drafter as
comments. DO NOT REMOVE THEM. They will not show up in
-- the preview and is harmless to keep, but harmful to remove as it is
used to guide the drafter on where the next
  -- information should be inserted.
  -->

<!-- The list of modules that have been touched since the last release.
  --
-- The autogenerator will choose to do a patch release. However, check
if the changes in the following modules are
-- backwards compatible, and update the release number if it is
backwards incompatible.
  --
-- The following kinds of changes would constitute a backwards
incompatible change:
-- * In Terraform code: add a new variable without a default, rename or
remove an existing variable, remove or rename
  --   an output, remove or rename a resource.
-- * In Bash and Go code: add a new parameter without a default, rename
or remove an existing parameter, fundamentally
  --   change what the code does.
  -->

<!-- RELEASE_NOTES_DRAFTER_MARKER_MODULES_AFFECTED_NEXT -->

#### Description

<!-- A description of the changes made in this release. Be sure to
update any TODOs. -->

- Updated dependency `github.com/docker/docker` from
`20.10.7+incompatible` to `24.0.7+incompatible`

<!-- RELEASE_NOTES_DRAFTER_MARKER_DESCRIPTIONS_NEXT -->

#### Related links

<!-- Links to each PR or issue that are being addressed in this release.
The drafter will autoinclude each merged PR. -->

-
[gruntwork-io/terratest#1362

<!-- RELEASE_NOTES_DRAFTER_MARKER_RELATED_LINKS_NEXT -->

###
[`v0.46.3`](https://togithub.com/gruntwork-io/terratest/releases/tag/v0.46.3)

[Compare
Source](https://togithub.com/gruntwork-io/terratest/compare/v0.46.2...v0.46.3)

<!--
-- This is autogenerated from the release notes drafter. When updating,
be sure to double check some of the changes
  -- before publishing.
-- Note that there are markers for the release notes drafter as
comments. DO NOT REMOVE THEM. They will not show up in
-- the preview and is harmless to keep, but harmful to remove as it is
used to guide the drafter on where the next
  -- information should be inserted.
  -->

<!-- The list of modules that have been touched since the last release.
  --
-- The autogenerator will choose to do a patch release. However, check
if the changes in the following modules are
-- backwards compatible, and update the release number if it is
backwards incompatible.
  --
-- The following kinds of changes would constitute a backwards
incompatible change:
-- * In Terraform code: add a new variable without a default, rename or
remove an existing variable, remove or rename
  --   an output, remove or rename a resource.
-- * In Bash and Go code: add a new parameter without a default, rename
or remove an existing parameter, fundamentally
  --   change what the code does.
  -->

<!-- RELEASE_NOTES_DRAFTER_MARKER_MODULES_AFFECTED_NEXT -->

#### Description

<!-- A description of the changes made in this release. Be sure to
update any TODOs. -->

- Updated dependency `google.golang.org/grpc` from `1.51.0` to `1.56.3`

<!-- RELEASE_NOTES_DRAFTER_MARKER_DESCRIPTIONS_NEXT -->

#### Related links

<!-- Links to each PR or issue that are being addressed in this release.
The drafter will autoinclude each merged PR. -->

-
[gruntwork-io/terratest#1360

<!-- RELEASE_NOTES_DRAFTER_MARKER_RELATED_LINKS_NEXT -->

###
[`v0.46.2`](https://togithub.com/gruntwork-io/terratest/releases/tag/v0.46.2)

[Compare
Source](https://togithub.com/gruntwork-io/terratest/compare/v0.46.1...v0.46.2)

<!--
-- This is autogenerated from the release notes drafter. When updating,
be sure to double check some of the changes
  -- before publishing.
-- Note that there are markers for the release notes drafter as
comments. DO NOT REMOVE THEM. They will not show up in
-- the preview and is harmless to keep, but harmful to remove as it is
used to guide the drafter on where the next
  -- information should be inserted.
  -->

<!-- The list of modules that have been touched since the last release.
  --
-- The autogenerator will choose to do a patch release. However, check
if the changes in the following modules are
-- backwards compatible, and update the release number if it is
backwards incompatible.
  --
-- The following kinds of changes would constitute a backwards
incompatible change:
-- * In Terraform code: add a new variable without a default, rename or
remove an existing variable, remove or rename
  --   an output, remove or rename a resource.
-- * In Bash and Go code: add a new parameter without a default, rename
or remove an existing parameter, fundamentally
  --   change what the code does.
  -->

<!-- RELEASE_NOTES_DRAFTER_MARKER_MODULES_AFFECTED_NEXT -->

#### Description

<!-- A description of the changes made in this release. Be sure to
update any TODOs. -->

- Updated dependency `github.com/docker/distribution` from
`2.7.1+incompatible` to `2.8.2+incompatible`

<!-- RELEASE_NOTES_DRAFTER_MARKER_DESCRIPTIONS_NEXT -->

#### Related links

<!-- Links to each PR or issue that are being addressed in this release.
The drafter will autoinclude each merged PR. -->

-
[gruntwork-io/terratest#1286

<!-- RELEASE_NOTES_DRAFTER_MARKER_RELATED_LINKS_NEXT -->

</details>

<details>
<summary>golang/go (go)</summary>

###
[`v1.21.3`](https://togithub.com/golang/go/compare/go1.21.2...go1.21.3)

###
[`v1.21.2`](https://togithub.com/golang/go/compare/go1.21.1...go1.21.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

None yet

2 participants