fix(deps): update all dependencies#855
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
2b0a9cc to
3f95929
Compare
3f95929 to
a70bfba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.99.2→v0.101.0v0.86.0→v0.87.0v1.308.0→v1.312.0v1.85.0→v1.87.0v1.54.5→v1.55.0v1.42.7→v1.43.0v1.104.0→v1.105.0v1.2.0→v1.3.0v1.31.3→v1.32.0v1.36.6→v1.37.0v1.43.3→v1.44.0f39628c→f5a850f2565617→2cc9a8fv0.19.2→v0.22.3v0.23.1→v0.24.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0v0.26.1→v0.27.0d62b90e→e7be49a0ec5bd2→399602fv1.18.6→v1.19.0v2.3.0→v2.4.0v0.20.1→v0.21.1v7.34.0→v7.35.0v3.248.0→v3.250.0v1.18.1→v1.19.0v0.9.0→v0.10.0v1.61.0→v1.62.0v0.18.0→v0.19.0v0.19.0→v0.20.0v0.19.0→v0.20.0v0.19.0→v0.20.0v0.38.0→v0.39.0v0.46.0→v0.47.0b703f56→f0a9213b703f56→f0a9213v1.81.1→v1.82.08f3fa49→cdb1db5a95e086→cf1189d3.248.0→3.250.0v7.34.0→v7.35.0v9.11.1→v10.0.002ca768→b93bfca6fdc004→b2bc0c6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
IBM/platform-services-go-sdk (github.com/IBM/platform-services-go-sdk)
v0.101.0Compare Source
Features
v0.100.1Compare Source
Features
0.100.1 (2026-06-29)
Bug Fixes
v0.100.0Compare Source
Features
0.100.1 (2026-06-29)
Bug Fixes
IBM/vpc-go-sdk (github.com/IBM/vpc-go-sdk)
v0.87.0Compare Source
What's Changed
API Version Bump
2026-06-16→2026-06-23.New Features
Instance – Software Attachments
New support for managing software attachments on virtual server instances. Three new API operations allow you to list, get, and update software attachments on an instance.
New API operations:
ListInstanceSoftwareAttachmentsGetInstanceSoftwareAttachmentUpdateInstanceSoftwareAttachmentNew types added:
InstanceSoftwareAttachmentInstanceSoftwareAttachmentCatalogOfferingInstanceSoftwareAttachmentCollectionInstanceSoftwareAttachmentEntitlementInstanceSoftwareAttachmentEntitlementLicensedSoftwareInstanceSoftwareAttachmentEntitlementLicensedSoftwareVendorInstanceSoftwareAttachmentLifecycleReasonInstanceSoftwareAttachmentOfferingInstanceInstanceSoftwareAttachmentPatchInstanceSoftwareAttachmentReferenceInstance)New options types:
GetInstanceSoftwareAttachmentOptionsGetInstanceSoftwareAttachmentListInstanceSoftwareAttachmentsOptionsListInstanceSoftwareAttachmentsUpdateInstanceSoftwareAttachmentOptionsUpdateInstanceSoftwareAttachmentNew lifecycle state constants (
InstanceSoftwareAttachment.LifecycleState):deleting,failed,pending,stable,suspended,updating,waitingNew lifecycle reason code constants (
InstanceSoftwareAttachmentLifecycleReason.Code):failed_licensing,failed_registration,internal_error,pending_registrationUpdated structs:
Instance– addedSoftwareAttachments []InstanceSoftwareAttachmentReferencefield.Instance – Threads Per Core
New support for configuring the number of threads per core for virtual server instances.
Updated structs:
Instance– addedThreadsPerCore *int64(the current threads per core for the instance).InstancePatch– addedThreadsPerCore *int64(patchable; instance must bestoppingorstopped).InstancePrototype– addedThreadsPerCore *int64(set at creation; defaults to profile value if unspecified).InstanceTemplate– addedThreadsPerCore *int64.InstanceTemplatePrototype– addedThreadsPerCore *int64.Instance Profile – New Enum Descriptors
Two new profile capability descriptors for vCPU count and threads per core:
New types added:
InstanceProfileSupportedVcpuCountEnumtype: "enum",values []int64)InstanceProfileThreadsPerCoreEnumtype: "enum",default *int64,values []int64)Updated struct:
InstanceProfile– updated fields:SupportedVcpuCountchanged to*InstanceProfileSupportedVcpuCountEnum.ThreadsPerCorechanged to*InstanceProfileThreadsPerCoreEnum.Instance Lifecycle Reason – New Code
InstanceLifecycleReasonCodeFailedLicensingConst="failed_licensing"added toInstanceLifecycleReason.Code— indicates that allocation of one or more software licenses has failed.Load Balancer – mTLS Support
New mutual TLS (mTLS) support for load balancer listeners and pools, gated by a new
mtls_supportedflag on the load balancer and its profile.New types added:
LoadBalancerListenerClientAuthenticationLoadBalancerListenerClientAuthenticationPatchLoadBalancerListenerClientAuthenticationPrototypeNewLoadBalancerListenerClientAuthenticationPrototypeLoadBalancerListenerClientAuthenticationCertificateAuthorityPatchLoadBalancerListenerClientAuthenticationCertificateAuthorityPatchByCRNNewLoadBalancerListenerClientAuthenticationCertificateAuthorityPatchByCRNLoadBalancerPoolClientAuthenticationLoadBalancerPoolClientAuthenticationPatchLoadBalancerPoolClientAuthenticationPrototypeNewLoadBalancerPoolClientAuthenticationPrototypeLoadBalancerPoolServerAuthenticationpool.protocol != https)LoadBalancerPoolServerAuthenticationPatchLoadBalancerPoolServerAuthenticationPrototypeLoadBalancerProfileMtlsSupportedLoadBalancerProfileMtlsSupportedFixedtype: "fixed")LoadBalancerProfileMtlsSupportedDependenttype: "dependent")Updated structs:
LoadBalancer– addedMtlsSupported *bool.LoadBalancerListener– addedClientAuthentication *LoadBalancerListenerClientAuthentication.LoadBalancerListenerPatch– addedClientAuthentication *LoadBalancerListenerClientAuthenticationPatch(setnullto remove).LoadBalancerListenerPrototypeLoadBalancerContext– addedClientAuthentication *LoadBalancerListenerClientAuthenticationPrototype.CreateLoadBalancerListenerOptions– addedClientAuthenticationfield +SetClientAuthenticationsetter.LoadBalancerPool– addedClientAuthentication *LoadBalancerPoolClientAuthenticationandServerAuthentication *LoadBalancerPoolServerAuthentication.LoadBalancerPoolPatch– addedClientAuthentication *LoadBalancerPoolClientAuthenticationPatchandServerAuthentication *LoadBalancerPoolServerAuthenticationPatch(setnullto remove each).LoadBalancerPoolPrototypeLoadBalancerContext– addedClientAuthenticationandServerAuthenticationprototype fields.CreateLoadBalancerPoolOptions– addedClientAuthentication+ServerAuthenticationfields and their respective setters.LoadBalancerProfile– addedMtlsSupported LoadBalancerProfileMtlsSupportedIntf.aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/ec2)
v1.312.0General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.50.0github.com/aws/aws-sdk-go-v2/service/account: v1.33.0github.com/aws/aws-sdk-go-v2/service/acm: v1.42.0github.com/aws/aws-sdk-go-v2/service/acmpca: v1.48.0github.com/aws/aws-sdk-go-v2/service/aiops: v1.8.0github.com/aws/aws-sdk-go-v2/service/amp: v1.45.0github.com/aws/aws-sdk-go-v2/service/amplify: v1.40.0github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.34.0github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.30.0github.com/aws/aws-sdk-go-v2/service/apigateway: v1.41.0github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.31.0github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.36.0github.com/aws/aws-sdk-go-v2/service/appconfig: v1.46.0github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.25.0github.com/aws/aws-sdk-go-v2/service/appfabric: v1.18.0github.com/aws/aws-sdk-go-v2/service/appflow: v1.53.0github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.39.0github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.44.0github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler: v1.29.0github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.37.0github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.36.0github.com/aws/aws-sdk-go-v2/service/applicationsignals: v1.24.0github.com/aws/aws-sdk-go-v2/service/appmesh: v1.37.0github.com/aws/aws-sdk-go-v2/service/apprunner: v1.41.0github.com/aws/aws-sdk-go-v2/service/appstream: v1.62.0github.com/aws/aws-sdk-go-v2/service/appsync: v1.55.0github.com/aws/aws-sdk-go-v2/service/arcregionswitch: v1.10.0github.com/aws/aws-sdk-go-v2/service/arczonalshift: v1.24.0github.com/aws/aws-sdk-go-v2/service/artifact: v1.18.0github.com/aws/aws-sdk-go-v2/service/athena: v1.59.0github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.48.0github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.69.0github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.32.0github.com/aws/aws-sdk-go-v2/service/b2bi: v1.0.0-preview.113github.com/aws/aws-sdk-go-v2/service/backup: v1.58.0github.com/aws/aws-sdk-go-v2/service/backupgateway: v1.28.0github.com/aws/aws-sdk-go-v2/service/backupsearch: v1.8.0github.com/aws/aws-sdk-go-v2/service/batch: v1.67.0github.com/aws/aws-sdk-go-v2/service/bcmdashboards: v1.4.0github.com/aws/aws-sdk-go-v2/service/bcmdataexports: v1.17.0github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator: v1.12.0github.com/aws/aws-sdk-go-v2/service/bcmrecommendedactions: v1.3.0github.com/aws/aws-sdk-go-v2/service/bedrock: v1.65.0github.com/aws/aws-sdk-go-v2/service/bedrockagent: v1.57.0github.com/aws/aws-sdk-go-v2/service/bedrockagentcore: v1.33.0github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol: v1.46.0github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.54.0github.com/aws/aws-sdk-go-v2/service/bedrockdataautomation: v1.17.0github.com/aws/aws-sdk-go-v2/service/bedrockdataautomationruntime: v1.12.0github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.55.0github.com/aws/aws-sdk-go-v2/service/billing: v1.12.0github.com/aws/aws-sdk-go-v2/service/billingconductor: v1.31.0github.com/aws/aws-sdk-go-v2/service/braket: v1.42.0github.com/aws/aws-sdk-go-v2/service/budgets: v1.45.0github.com/aws/aws-sdk-go-v2/service/chatbot: v1.16.0github.com/aws/aws-sdk-go-v2/service/chime: v1.43.0github.com/aws/aws-sdk-go-v2/service/chimesdkidentity: v1.29.0github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.28.0github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.35.0github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.34.0github.com/aws/aws-sdk-go-v2/service/chimesdkvoice: v1.30.0github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.47.0github.com/aws/aws-sdk-go-v2/service/cleanroomsml: v1.25.0github.com/aws/aws-sdk-go-v2/service/cloud9: v1.35.0github.com/aws/aws-sdk-go-v2/service/cloudcontrol: v1.31.0github.com/aws/aws-sdk-go-v2/service/clouddirectory: v1.32.0github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.74.0github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.66.0github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore: v1.14.0github.com/aws/aws-sdk-go-v2/service/cloudhsm: v1.31.0github.com/aws/aws-sdk-go-v2/service/cloudhsmv2: v1.36.0github.com/aws/aws-sdk-go-v2/service/cloudsearch: v1.34.0github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain: v1.30.0github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.57.0github.com/aws/aws-sdk-go-v2/service/cloudtraildata: v1.19.0github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.62.0github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.34.0github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.79.0github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.40.0github.com/aws/aws-sdk-go-v2/service/codebuild: v1.71.0github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.23.0github.com/aws/aws-sdk-go-v2/service/codecommit: v1.35.0github.com/aws/aws-sdk-go-v2/service/codeconnections: v1.12.0github.com/aws/aws-sdk-go-v2/service/codedeploy: v1.37.0github.com/aws/aws-sdk-go-v2/service/codeguruprofiler: v1.31.0github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.36.0github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.18.0github.com/aws/aws-sdk-go-v2/service/codepipeline: v1.48.0github.com/aws/aws-sdk-go-v2/service/codestarconnections: v1.37.0github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.33.0github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.35.0github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.64.0github.com/aws/aws-sdk-go-v2/service/cognitosync: v1.31.0github.com/aws/aws-sdk-go-v2/service/comprehend: v1.42.0github.com/aws/aws-sdk-go-v2/service/comprehendmedical: v1.34.0github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.55.0github.com/aws/aws-sdk-go-v2/service/computeoptimizerautomation: v1.4.0github.com/aws/aws-sdk-go-v2/service/configservice: v1.66.0github.com/aws/aws-sdk-go-v2/service/connect: v1.180.0github.com/aws/aws-sdk-go-v2/service/connectcampaigns: v1.22.0github.com/aws/aws-sdk-go-v2/service/connectcampaignsv2: v1.16.0github.com/aws/aws-sdk-go-v2/service/connectcases: v1.43.0github.com/aws/aws-sdk-go-v2/service/connectcontactlens: v1.35.0github.com/aws/aws-sdk-go-v2/service/connecthealth: v1.5.0github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.38.0github.com/aws/aws-sdk-go-v2/service/controlcatalog: v1.17.0github.com/aws/aws-sdk-go-v2/service/controltower: v1.30.0github.com/aws/aws-sdk-go-v2/service/costandusagereportservice: v1.36.0github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.66.0github.com/aws/aws-sdk-go-v2/service/costoptimizationhub: v1.25.0github.com/aws/aws-sdk-go-v2/service/customerprofiles: v1.64.0github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.65.0github.com/aws/aws-sdk-go-v2/service/databrew: v1.41.0github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.43.0github.com/aws/aws-sdk-go-v2/service/datapipeline: v1.32.0github.com/aws/aws-sdk-go-v2/service/datasync: v1.60.0github.com/aws/aws-sdk-go-v2/service/datazone: v1.65.0github.com/aws/aws-sdk-go-v2/service/dax: v1.31.0github.com/aws/aws-sdk-go-v2/service/deadline: v1.34.0github.com/aws/aws-sdk-go-v2/service/detective: v1.40.0github.com/aws/aws-sdk-go-v2/service/devicefarm: v1.40.0github.com/aws/aws-sdk-go-v2/service/devopsagent: v1.9.0github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.42.0github.com/aws/aws-sdk-go-v2/service/directconnect: v1.42.0github.com/aws/aws-sdk-go-v2/service/directoryservice: v1.40.0github.com/aws/aws-sdk-go-v2/service/directoryservicedata: v1.9.0github.com/aws/aws-sdk-go-v2/service/dlm: v1.38.0Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.