-
Notifications
You must be signed in to change notification settings - Fork 720
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
fix(deps): update all non-major dependencies #1346
base: main
Are you sure you want to change the base?
Conversation
c81378d
to
23d7ef4
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
f754ef6
to
af04a21
Compare
|
af04a21
to
86f8dd6
Compare
439c942
to
2ceecd9
Compare
627a202
to
faa323e
Compare
14bcfb2
to
9188acd
Compare
8c169d1
to
c11663a
Compare
9ea8839
to
d95883c
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
d95883c
to
b043090
Compare
This PR contains the following updates:
v0.17.8
->v0.18.0
v1.5.1-20241117203254-a91193b62179.1
->v1.5.1-20241117203254-a91193b62179.2
v1.35.2-20241117203254-a91193b62179.1
->v1.36.4-20241117203254-a91193b62179.1
v2.24.0-20241118152629-1379a5a1889d.1
->v2.26.0-20241118152629-1379a5a1889d.1
v1.5.1-20241118152629-1379a5a1889d.1
->v1.5.1-20241118152629-1379a5a1889d.2
v1.35.2-20241118152629-1379a5a1889d.1
->v1.36.4-20241118152629-1379a5a1889d.1
v1.48.0
->v1.50.0
v0.13.2
->v0.13.3
v1.8.0
->v1.8.1
v1.5.0
->v1.6.0
v1.55.5
->v1.55.6
v2.12.2
->v2.12.4
v27.4.0+incompatible
->v27.5.1+incompatible
v2.24.0
->v2.26.0
v2.16.0
->v2.16.1
v0.12.14
->v0.12.16
v0.5.1
->v0.5.7
v65.79.0
->v65.82.0
v0.300.1
->v0.301.0
v1.36.0
->v1.36.1
v3.17.1
->v3.18.0
v0.27.0
->v0.28.0
v0.210.0
->v0.219.0
v1.68.1
->v1.70.0
v3.16.3
->v3.17.0
v0.31.3
->v0.32.1
v0.31.3
->v0.32.1
v0.31.3
->v0.32.1
v0.31.3
->v0.32.1
v0.19.3
->v0.20.1
Release Notes
anchore/sbom-action (anchore/sbom-action)
v0.18.0
Compare Source
Changes in v0.18.0
v0.17.9
Compare Source
Changes in v0.17.9
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.55.6
Compare Source
===
SDK Bugs
cohere-ai/cohere-go (github.com/cohere-ai/cohere-go/v2)
v2.12.4
Compare Source
What's Changed
Full Changelog: cohere-ai/cohere-go@v2.12.3...v2.12.4
v2.12.3
Compare Source
What's Changed
Full Changelog: cohere-ai/cohere-go@v2.12.1...v2.12.3
docker/docker (github.com/docker/docker)
v27.5.1+incompatible
Compare Source
v27.5.0+incompatible
Compare Source
v27.4.1+incompatible
Compare Source
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.26.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.1...v2.26.0
v2.25.1
Compare Source
Support the new Opaque API in openapiv2 generated files
This release contains breaking changes from v2.25.0, in that the previously deprecated
EnumDescriptor
andDescriptor
methods on the struct types in the openapiv2 options package have been removed. This seems to be a requirement to generate the new Hybrid API. Please open an issue if you were depending on these functions and we'll see what we can do about it.What's Changed
Full Changelog: grpc-ecosystem/grpc-gateway@v2.25.0...v2.25.1
v2.25.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.0
kedacore/keda (github.com/kedacore/keda/v2)
v2.16.1
Compare Source
Fixes
Other
maps
andslices
with stdlib (#6372)mittwald/go-helm-client (github.com/mittwald/go-helm-client)
v0.12.16
Compare Source
What's Changed
Full Changelog: mittwald/go-helm-client@v0.12.15...v0.12.16
v0.12.15
Compare Source
What's Changed
New Contributors
Full Changelog: mittwald/go-helm-client@v0.12.14...v0.12.15
ollama/ollama (github.com/ollama/ollama)
v0.5.7
Compare Source
What's Changed
FROM
commands inModelfile
New Contributors
Full Changelog: ollama/ollama@v0.5.6...v0.5.7
v0.5.6
Compare Source
What's Changed
ollama create
on Windows and when using absolute pathsNew Contributors
Full Changelog: ollama/ollama@v0.5.5...v0.5.6
v0.5.5
Compare Source
New models
What's Changed
/api/create
API endpoint that powersollama create
has been changed to improve conversion time and also accept a JSON object. Note: this change is not backwards compatible. If importing models, make sure you're using version0.5.5
or later for both Ollama and theollama
CLI when runningollama create
. If usingollama.create
in the Python or JavaScript libraries, make sure to update to the latest version./save
New Contributors
Full Changelog: ollama/ollama@v0.5.4...v0.5.5
v0.5.4
Compare Source
New models
What's Changed
null
toformat
would result in an errorFull Changelog: ollama/ollama@v0.5.3...v0.5.4
v0.5.3
Compare Source
What's Changed
format
field to""
would cause an errorNew Contributors
Full Changelog: ollama/ollama@v0.5.2...v0.5.3
v0.5.2
Compare Source
New models
What's Changed
OLLAMA_ORIGINS
will now check hosts in a case insensitive mannerNew Contributors
Full Changelog: ollama/ollama@v0.5.1...v0.5.2
oracle/oci-go-sdk (github.com/oracle/oci-go-sdk/v65)
v65.82.0
: 65.82.0Compare Source
Added
Support for external MySQL database management in the Database Management service
Support for fetching highly available metrics for managed databases in the Database Management service
Support for Exadata Infrastructure on Exadata Cloud@Customer in the Database service
Support for disaster recovery for cloud native applications running on OKE clusters in the Disaster Recovery service
Support for subscription assignment at creation of the child tenancies in the Organizations service
Support for additional actionable insights content-types for news reports in the Operations Insights service
Support for MySQL Heatwave database systems in the Operations Insights service
Breaking Changes
File Checksums (SHA256)
oci-go-sdk-65.82.0.zip 82ec3ae247555dae87447a0e23d870e297697b2f3c01ba6cd048ddc7bd77c3c2
v65.81.3
: 65.81.3Compare Source
Added
Support for Bring Your Own ASN (BYOASN) in the Networking service
Support for Data Guard transaction processing in the Database service
Support for permanently disconnecting peer autonomous databases from its primary database in the Database service
Support for databases with external Hardware Security Module (HSM) in the Database service
Support for active and standby purist modes in the Network Load Balancer service
Support for configurable TCP reset in the Network Load Balancer service
File Checksums (SHA256)
oci-go-sdk-65.81.3.zip 0187c022dbdca759ba0066f2650cdda8373259d96cfd16ab7cec316a57e4115c
v65.81.2
: 65.81.2Compare Source
Added
Support for attaching route tables to VNICs and private IPs in the Networking service
Support for Cross Cluster Search(CCS) for an opensearch cluster in the OpenSearch service
Support for patch-level updates of the autonomous databases after provisioning in the Database service
File Checksums (SHA256)
oci-go-sdk-65.81.2.zip 1706ce9f29b8a8b985827c7a9bb6ed4e095738a6a219cca116af2700e350bc9c
v65.81.1
: 65.81.1Compare Source
Reverted
v65.81.0
: 65.81.0Compare Source
Added
Support for backup retention locks on autonomous database create and update operations in the Database service
Support for multi-modality flags in data source in the Generative AI service
Support for knowledge base statistics in the Generative AI service
Support for document id, title and page numbers in citations in the Generative AI service
Support for creating and updating Amazon Web Services (AWS) asset-sources, EC2 and Elastic Block Store (EBS) assets in the Cloud Bridge service
Support for listing Amazon Web Services (AWS) regions available for discovery and migrations in the Cloud Bridge service
Support for stored video analysis in the AI Vision service
Support for HTTP or REST endpoint-based metric extensions in the OCI Monitoring service
Support for metric extension filter in the list metric extensions operation in the OCI Monitoring service
Support for creating and updating private endpoints for model deployments in the Data Science service
Support for OCI Identity user integration in the Big Data service
Support for user principal session tokens in the Big Data service
Support for historical cluster versions in the Big Data service
Support for new SKUs for digital assets editions in the Blockchain Platform service
Support for Zero ETL pipelines in the GoldenGate service
Breaking Changes
The properties
Plugin
andEtag
were removed from the modelUpdatePluginResponse
in the Cloud Bridge serviceThe property
DesiredState
was made mandatory in the request modelUpdatePluginDetails
in the Cloud Bridge serviceThe properties
AssetType
andData
were made mandatory in the request modelImportInventoryViaAssetsDetails
in the Cloud Bridge serviceThe properties
Compute
,Vm
,VmwareVm
, andVmwareVCenter
were made mandatory in the request modelCreateVmwareVmAssetDetails
in the Cloud Bridge serviceFile Checksums (SHA256)
oci-go-sdk-65.81.0.zip ef3c1cfda5f2080e59f0f90d1f07d61ce08498377fb3338b2c97bbf611378aae
v65.80.0
: 65.80.0Compare Source
Added
Support for Bring Your Own Key (BYOK) in the Database service
Support for refreshing disaster recovery plans in the Disaster Recovery service
Support for private access to service instances in the Visual Builder service
Support for exadata fleet update and rollback maintenance cycle in the Fleet Application Management service
Support for Bring Your Own License (BYOL) for windows virtual machines in the Compute service
Support for cascading deletion of applications and runs in the Data Flow service
Support for on-demand translation and auto language detection during file translation in the AI Language service
Support for alias for endpoints in custom model flow and custom anonymization in the AI Language service
Removed fallback to the deprecated Instance Metadata service (IMDS) V1 endpoint
Breaking Changes
IdcsInfoDetails
andAttachmentDetails
were removed from the Visual Builder serviceFile Checksums (SHA256)
oci-go-sdk-65.80.0.zip 648c99a28e0cee96c45066001d5b455ba3eaf3bd1974969a080712186b582fbc
prometheus/prometheus (github.com/prometheus/prometheus)
v0.301.0
Compare Source
sashabaranov/go-openai (github.com/sashabaranov/go-openai)
v1.36.1
Compare Source
What's Changed
New Contributors
Full Changelog: sashabaranov/go-openai@v1.36.0...v1.36.1
schollz/progressbar (github.com/schollz/progressbar/v3)
v3.18.0
Compare Source
What's Changed
New Contributors
Full Changelog: schollz/progressbar@v3.17.1...v3.18.0
googleapis/google-api-go-client (google.golang.org/api)
v0.219.0
Compare Source
Features
Documentation
v0.218.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.