Update all dependencies
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
boto3 |
==1.24.67 -> ==1.24.73
|
patch | |||||
jsonschema (changelog) |
==4.15.0 -> ==4.16.0
|
minor | |||||
registry1.dso.mil/ironbank/opensource/python |
v3.10.6 -> v3.10.7
|
ironbank-base | patch | ||||
registry1.dso.mil/ironbank/opensource/python |
v3.10.6 -> v3.10.7
|
final | patch | ||||
sigstore/cosign |
v1.11.1 -> v1.12.0
|
ironbank-github | minor |
Release Notes
boto/boto3
v1.24.73
=======
- api-change:
amplifyuibuilder
: [botocore
] Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components. - api-change:
ec2
: [botocore
] This update introduces API operations to manage and create local gateway route tables, CoIP pools, and VIF group associations.
v1.24.72
=======
- api-change:
customer-profiles
: [botocore
] Added isUnstructured in response for Customer Profiles Integration APIs - api-change:
drs
: [botocore
] Fixed the data type of lagDuration that is returned in Describe Source Server API - api-change:
ec2
: [botocore
] Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing. - api-change:
evidently
: [botocore
] This release adds support for the client-side evaluation - powered by AWS AppConfig feature. - api-change:
kendra
: [botocore
] This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector. - api-change:
transfer
: [botocore
] This release introduces the ability to have multiple server host keys for any of your Transfer Family servers that use the SFTP protocol.
v1.24.71
=======
- api-change:
eks
: [botocore
] Adding support for local Amazon EKS clusters on Outposts
v1.24.70
=======
- api-change:
cloudtrail
: [botocore
] This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations. - api-change:
lexv2-models
: [botocore
] Update lexv2-models client to latest version - api-change:
lexv2-runtime
: [botocore
] Update lexv2-runtime client to latest version - api-change:
pi
: [botocore
] Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics. - api-change:
redshift
: [botocore
] This release updates documentation for AQUA features and other description updates.
v1.24.69
=======
- api-change:
ec2
: [botocore
] This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type - api-change:
emr-containers
: [botocore
] EMR on EKS now allows running Spark SQL using the newly introduced Spark SQL Job Driver in the Start Job Run API - api-change:
lookoutmetrics
: [botocore
] Release dimension value filtering feature to allow customers to define dimension filters for including only a subset of their dataset to be used by LookoutMetrics. - api-change:
medialive
: [botocore
] This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live - api-change:
route53
: [botocore
] Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. - api-change:
sagemaker
: [botocore
] This release adds Mode to AutoMLJobConfig. - api-change:
ssm
: [botocore
] This release adds support for Systems Manager State Manager Association tagging.
v1.24.68
=======
- api-change:
dataexchange
: [botocore
] Documentation updates for AWS Data Exchange. - api-change:
ec2
: [botocore
] Documentation updates for Amazon EC2. - api-change:
eks
: [botocore
] Adds support for EKS Addons ResolveConflicts "preserve" flag. Also adds new update failed status for EKS Addons. - api-change:
fsx
: [botocore
] Documentation update for Amazon FSx. - api-change:
inspector2
: [botocore
] This release adds new fields like fixAvailable, fixedInVersion and remediation to the finding model. The requirement to have vulnerablePackages in the finding model has also been removed. The documentation has been updated to reflect these changes. - api-change:
iotsitewise
: [botocore
] Allow specifying units in Asset Properties - api-change:
sagemaker
: [botocore
] SageMaker Hosting now allows customization on ML instance storage volume size, model data download timeout and inference container startup ping health check timeout for each ProductionVariant in CreateEndpointConfig API. - api-change:
sns
: [botocore
] Amazon SNS introduces the Data Protection Policy APIs, which enable customers to attach a data protection policy to an SNS topic. This allows topic owners to enable the new message data protection feature to audit and block sensitive data that is exchanged through their topics.
python-jsonschema/jsonschema
v4.16.0
=======
- Improve the base URI behavior when resolving a
$ref
to a resolution URI which is different from the resolved schema's declared$id
. - Accessing
jsonschema.draftN_format_checker
is deprecated. Instead, if you want access to the format checker itself, it is exposed asjsonschema.validators.DraftNValidator.FORMAT_CHECKER
on anyjsonschema.protocols.Validator
.
sigstore/cosign
v1.12.0
Note: This release comes with a fix for CVE-2022-36056
described in this Github Security Advisory. Please upgrade to this release ASAP
What's Changed
- use scaffolding v0.4.6. by @vaikas in https://github.com/sigstore/cosign/pull/2201
- Support non-ECDSA key types for verify-blob by @haydentherapper in https://github.com/sigstore/cosign/pull/2203
- feat: integrate Alibaba Cloud Container Registry cred helper by @mozillazg in https://github.com/sigstore/cosign/pull/2008
- remove double quotes, looks like it is passing as a single string to cosign and not as an array by @cpanato in https://github.com/sigstore/cosign/pull/2205
- Upgrade to go1.19 by @cpanato in https://github.com/sigstore/cosign/pull/2213
- Clarify error when KMS provider fails to load by @znewman01 in https://github.com/sigstore/cosign/pull/2220
- feat: set annotations to generate additional bash completion information by @dirien in https://github.com/sigstore/cosign/pull/2221
- Add deprecation warning for sget CLI and packages by @imjasonh in https://github.com/sigstore/cosign/pull/2019
- upgrade setup-ko to point to new repo by @imjasonh in https://github.com/sigstore/cosign/pull/2225
- update go builder to go1.19.1 by @cpanato in https://github.com/sigstore/cosign/pull/2241
- Temp fix for e2e test by @haydentherapper in https://github.com/sigstore/cosign/pull/2247
- update kind to use release v0.15.0 and some version comments by @cpanato in https://github.com/sigstore/cosign/pull/2246
- Fix e2e test failure, add test for local bundle without rekor bundle by @haydentherapper in https://github.com/sigstore/cosign/pull/2248
- fix: fix secret test, non-experimental bundle should pass by @asraa in https://github.com/sigstore/cosign/pull/2249
New Contributors
- @mozillazg made their first contribution in https://github.com/sigstore/cosign/pull/2008
Full Changelog: https://github.com/sigstore/cosign/compare/v1.11.1...v1.12.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.