Skip to content

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Mar 24, 2025

This PR contains the following updates:

Package Type Update Change
github.com/spf13/viper require minor v1.19.0 -> v1.20.1

Release Notes

spf13/viper (github.com/spf13/viper)

v1.20.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

v1.20.0

Compare Source

[!WARNING]
This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.19.0...v1.20.0


Configuration

📅 Schedule: Branch creation - "after 1am 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot added the >renovate PRs created by or relating to Renovate label Mar 24, 2025
@elastic-renovate-prod
Copy link
Contributor Author

elastic-renovate-prod bot commented Mar 24, 2025

ℹ 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):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.3
github.com/sagikazarmark/locafero v0.4.0 -> v0.7.0
github.com/spf13/afero v1.11.0 -> v1.12.0
github.com/spf13/cast v1.7.0 -> v1.7.1
golang.org/x/time v0.7.0 -> v0.8.0
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 -> v0.0.0-20241223144023-3abc09e42ca8
google.golang.org/grpc v1.65.0 -> v1.67.3
File name: hack/helm/release/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
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.3
github.com/sagikazarmark/locafero v0.4.0 -> v0.7.0
github.com/spf13/afero v1.11.0 -> v1.12.0
github.com/spf13/cast v1.7.0 -> v1.7.1
File name: hack/operatorhub/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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/sagikazarmark/locafero v0.4.0 -> v0.7.0
github.com/fsnotify/fsnotify v1.7.0 -> v1.8.0
github.com/pelletier/go-toml/v2 v2.2.2 -> v2.2.3
github.com/spf13/afero v1.11.0 -> v1.12.0
github.com/spf13/cast v1.7.0 -> v1.7.1
golang.org/x/time v0.7.0 -> v0.8.0
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-spf13-viper-1.x branch 3 times, most recently from feee25d to c3f3930 Compare March 26, 2025 14:46
@kvalliyurnatt
Copy link
Contributor

buildkite test this

@kvalliyurnatt kvalliyurnatt enabled auto-merge (squash) March 26, 2025 17:30
@elastic-renovate-prod elastic-renovate-prod bot changed the title fix(deps): update module github.com/spf13/viper to v1.20.0 fix(deps): update module github.com/spf13/viper to v1.20.1 Mar 27, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/github.com-spf13-viper-1.x branch from c3f3930 to 5282420 Compare March 27, 2025 07:47
@barkbay
Copy link
Contributor

barkbay commented Mar 27, 2025

buildkite test this

@elastic-renovate-prod
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@kvalliyurnatt kvalliyurnatt merged commit 003a9f6 into main Mar 27, 2025
7 checks passed
@kvalliyurnatt kvalliyurnatt deleted the renovate/github.com-spf13-viper-1.x branch March 27, 2025 08:16
alexlebens pushed a commit to alexlebens/infrastructure that referenced this pull request Jul 30, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [eck-operator](https://github.com/elastic/cloud-on-k8s) | minor | `3.0.0` -> `3.1.0` | --- ### Release Notes <details> <summary>elastic/cloud-on-k8s (eck-operator)</summary> ### [`v3.1.0`](https://github.com/elastic/cloud-on-k8s/releases/tag/v3.1.0) [Compare Source](elastic/cloud-on-k8s@v3.0.0...v3.1.0) ### Elastic Cloud on Kubernetes 3.1.0 - [Quickstart guide](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s#eck-quickstart) ##### Release Highlights - It is now possible to propagate metadata from the parent custom resource to the child resources created by the operator. If you add labels or annotations on an Elasticsearch, Kibana, or Agent resource, for example, these can be automatically propagated to the Pods, Services, and other resources created by the operator. Refer to the [Propagate Labels and Annotations](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s/propagate-labels-annotations.md) page for examples and more details. - To reduce the attack surface and improve overall security UBI images are now based on the UBI micro base image. ##### Features and enhancements - UBI: Use micro image instead of minimal [#&#8203;8704](elastic/cloud-on-k8s#8704) - Propagate metadata to children [#&#8203;8673](elastic/cloud-on-k8s#8673) (issue: [#&#8203;2652](elastic/cloud-on-k8s#2652)) - Allow advanced configuration for fleet-managed Elastic Agents [#&#8203;8623](elastic/cloud-on-k8s#8623) (issue: [#&#8203;8619](elastic/cloud-on-k8s#8619)) ##### Fixes - Set owner on service account Secret, update it when application is recreated [#&#8203;8716](elastic/cloud-on-k8s#8716) - fix: Cannot disable TLS in Logstash [#&#8203;8706](elastic/cloud-on-k8s#8706) (issue: [#&#8203;8600](elastic/cloud-on-k8s#8600)) - Move from deprecated container input to filestream [#&#8203;8679](elastic/cloud-on-k8s#8679) (issue: [#&#8203;8667](elastic/cloud-on-k8s#8667)) - Add automated workaround for 9.0.0 maps issue [#&#8203;8665](elastic/cloud-on-k8s#8665) (issue: [#&#8203;8655](elastic/cloud-on-k8s#8655)) - Bump go.mod to v3 [#&#8203;8609](elastic/cloud-on-k8s#8609) - Helm: Add support for missing `remoteClusterServer` value [#&#8203;8612](elastic/cloud-on-k8s#8612) ##### Documentation improvements - \[Helm] Fix examples/logstash/basic-eck.yaml [#&#8203;8695](elastic/cloud-on-k8s#8695) ##### Miscellaneous - Update Go version to 1.24.5 [#&#8203;8745](elastic/cloud-on-k8s#8745) - chore(deps): update registry.access.redhat.com/ubi9/ubi-micro docker tag to v9.6-1750858477 [#&#8203;8711](elastic/cloud-on-k8s#8711) - fix(deps): update k8s to v0.33.2 [#&#8203;8699](elastic/cloud-on-k8s#8699) - fix(deps): update module cloud.google.com/go/storage to v1.52.0 [#&#8203;8629](elastic/cloud-on-k8s#8629) - fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 [#&#8203;8631](elastic/cloud-on-k8s#8631) - fix(deps): update module github.com/google/go-containerregistry to v0.20.6 [#&#8203;8672](elastic/cloud-on-k8s#8672) - fix(deps): update module github.com/magiconair/properties to v1.8.10 [#&#8203;8625](elastic/cloud-on-k8s#8625) - fix(deps): update module github.com/prometheus/common to v0.63.0 [#&#8203;8569](elastic/cloud-on-k8s#8569) - fix(deps): update module github.com/spf13/viper to v1.20.1 [#&#8203;8570](elastic/cloud-on-k8s#8570) - fix(deps): update module google.golang.org/api to v0.227.0 [#&#8203;8529](elastic/cloud-on-k8s#8529) - fix(deps): update module helm.sh/helm/v3 to 3.17.3 [#&#8203;8598](elastic/cloud-on-k8s#8598) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1057 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>renovate PRs created by or relating to Renovate v3.1.0

3 participants