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

chore(deps): update all non-major dependencies #1327

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anchore/sbom-action action patch v0.17.7 -> v0.17.8 age adoption passing confidence
buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc-ecosystem/gateway/v2 require minor v2.23.0-20240920204244-7a91c8620515.1 -> v2.24.0-20241118152629-1379a5a1889d.1 age adoption passing confidence
buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go require patch v1.5.1-20240920204244-7a91c8620515.1 -> v1.5.1-20241118152629-1379a5a1889d.1 age adoption passing confidence
buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go require patch v1.35.2-20240920204244-7a91c8620515.1 -> v1.35.2-20241118152629-1379a5a1889d.1 age adoption passing confidence
github.com/cohere-ai/cohere-go/v2 require patch v2.12.0 -> v2.12.2 age adoption passing confidence
github.com/grpc-ecosystem/grpc-gateway/v2 require minor v2.23.0 -> v2.24.0 age adoption passing confidence
github.com/ollama/ollama require patch v0.4.2 -> v0.4.7 age adoption passing confidence
github.com/oracle/oci-go-sdk/v65 require minor v65.78.1 -> v65.79.0 age adoption passing confidence
github.com/prometheus/prometheus require patch v0.300.0 -> v0.300.1 age adoption passing confidence
github.com/pterm/pterm require patch v0.12.79 -> v0.12.80 age adoption passing confidence
github.com/sashabaranov/go-openai require minor v1.35.6 -> v1.36.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0 age adoption passing confidence
google.golang.org/api require minor v0.206.0 -> v0.209.0 age adoption passing confidence
k8s.io/api require patch v0.31.2 -> v0.31.3 age adoption passing confidence
k8s.io/apiextensions-apiserver require patch v0.31.2 -> v0.31.3 age adoption passing confidence
k8s.io/apimachinery require patch v0.31.2 -> v0.31.3 age adoption passing confidence
k8s.io/client-go require patch v0.31.2 -> v0.31.3 age adoption passing confidence
sigs.k8s.io/controller-runtime require patch v0.19.1 -> v0.19.2 age adoption passing confidence
sigs.k8s.io/gateway-api require patch v1.2.0 -> v1.2.1 age adoption passing confidence

Release Notes

anchore/sbom-action (anchore/sbom-action)

v0.17.8

Compare Source

Changes in v0.17.8
cohere-ai/cohere-go (github.com/cohere-ai/cohere-go/v2)

v2.12.2: v2.12.1

Compare Source

What's Changed

Full Changelog: cohere-ai/cohere-go@v2.12.0...v2.12.2

v2.12.1

Compare Source

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.23.0...v2.24.0

ollama/ollama (github.com/ollama/ollama)

v0.4.7

Compare Source

What's Changed

  • The OpenAI compatible chat endpoint now includes index fields for tool calls, fixing issue when using chat.completions.stream and other methods

New Contributors

Full Changelog: ollama/ollama@v0.4.6...v0.4.7

v0.4.6

Compare Source

New models

  • QwQ: an experimental research model by the Qwen team, focused on advancing AI reasoning capabilities.

What's Changed

  • Tool calls will now be included in streaming responses
  • Ollama will now provide an error when submitting SVG images
  • Image tokens will no longer be counted in token counts when running a text-only model

New Contributors

Full Changelog: ollama/ollama@v0.4.5...v0.4.6

v0.4.5

Compare Source

Ollama Python library improvements

The Ollama Python Library has been updated:

  • Python functions can now be provided as tools to models
  • Strong typing throughout the library for improved reliability and type safety
  • New examples for tools, chat requests and more

What's Changed

  • Fixed issue where HTTPS_PROXY and HTTP_PROXY environment variables would have no effect
  • Ollama will now accept X-Stainless-Retry-Count used by many OpenAI API clients
  • Fix issue where importing certain GGUF files would result in the incorrect quantization level
  • ollama push will now print the uploaded model URL on ollama.com

New Contributors

Full Changelog: ollama/ollama@v0.4.4...v0.4.5

v0.4.4

Compare Source

New models

  • Marco-o1: An open large reasoning model for real-world solutions by the Alibaba International Digital Commerce Group (AIDC-AI).

What's Changed

  • Fixed issue where Ollama would freeze when processing requests in parallel (e.g. when using code completion tools)
  • Redirecting output to a file no longer outputs progress bars or spinners

New Contributors

Full Changelog: ollama/ollama@v0.4.3...v0.4.4

v0.4.3

Compare Source

New Models

  • Tülu 3: Tülu 3 is a leading instruction following model family, offering fully open-source data, code, and recipes by the The Allen Institute for AI.
  • Mistral Large: a new version of Mistral Large with improved Long Context, Function Calling and System Prompt support.

What's Changed

  • Fixed crash that occurred on macOS devices with low memory
  • Improved performance issues that occurred in Ollama versions 0.4.0-0.4.2
  • Fixed issue that would cause granite3-dense to generate empty responses
  • Fixed crashes and hanging caused by KV cache management

New Contributors

Full Changelog: ollama/ollama@v0.4.2...v0.4.3

oracle/oci-go-sdk (github.com/oracle/oci-go-sdk/v65)

v65.79.0: 65.79.0

Compare Source

Added
  • Support for optional parameters for unified auditing in the Database service

  • Support for user groups for creating technical requests in the Support Management service

  • Support for additional checksum algorithms (SHA-256, SHA-384, CRC32C) in the Object Storage service

  • Support for single Read Only (RO) endpoint for the read replicas in the PostgreSQL service

  • Support for exascale database vaults in the Database service

  • Support for virtual machine clusters with database vaults in the Database service

  • Support for N3-Gi version in the Database service

Breaking Changes
  • The model ServiceCategories was renamed to Services in the Customer Incident Management Service

  • The property SubComponents was renamed to SubCategories in the SubCategories model in the Customer Incident Management Service

  • The property LimitStatus and the enum LimitStatusEnum were removed from the model CreateLimitItemDetails in the Customer Incident Management Service

  • The property IpAddress was made non-mandatory in the return model endpoint in the PostgreSQL service

File Checksums (SHA256)

oci-go-sdk-65.79.0.zip ec54e425ee52fc12a0cc61f3f22abf75d3af1a4608030b902a12c8df220355a3

prometheus/prometheus (github.com/prometheus/prometheus)

v0.300.1

Compare Source

pterm/pterm (github.com/pterm/pterm)

v0.12.80

Compare Source

What's Changed

Exciting New Features 🎉
Fixes 🔧
Other Changes

New Contributors

Full Changelog: pterm/pterm@v0.12.79...v0.12.80

sashabaranov/go-openai (github.com/sashabaranov/go-openai)

v1.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.35.7...v1.36.0

v1.35.7

Compare Source

What's Changed

New Contributors

Full Changelog: sashabaranov/go-openai@v1.35.6...v1.35.7

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

googleapis/google-api-go-client (google.golang.org/api)

v0.209.0

Compare Source

Features

v0.208.0

Compare Source

Features
  • all: Auto-regenerate discovery clients (#​2881) (44435a9)
  • gensupport: Per-chunk transfer timeout configs (09fa125)
  • gensupport: Per-chunk transfer timeout configs (#​2865) (09fa125)

v0.207.0

Compare Source

Features
kubernetes/api (k8s.io/api)

v0.31.3

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.31.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.31.3

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.31.3

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)<

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 18, 2024 18:26
@renovate renovate bot added the go label Nov 18, 2024
@renovate renovate bot requested a review from a team as a code owner November 18, 2024 18:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6213413 to ae75fc3 Compare November 19, 2024 20:13
Copy link
Contributor Author

renovate bot commented Nov 19, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20241118233622-e639e219e697
k8s.io/apiserver v0.31.2 -> v0.31.3
k8s.io/component-base v0.31.2 -> v0.31.3

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7474248 to a717b91 Compare November 21, 2024 20:08
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from c4804f7 to 5155159 Compare November 27, 2024 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1ec90f1 to 61bce94 Compare November 30, 2024 13:03
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 61bce94 to aa7a72c Compare November 30, 2024 23:05
@AlexsJones AlexsJones merged commit a841568 into main Dec 2, 2024
12 checks passed
@AlexsJones AlexsJones deleted the renovate/all-minor-patch branch December 2, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant