Pinned
Activity
SuperSandro2000 in sapcc/absent-metrics-operator create branch renovate/sigs.k8s.io-controller-runtime-0.x
SuperSandro2000 issue comment sapcc/go-makefile-maker
I guess Renovate can't really control this behavior since if you bump a dependency locally with
go get
and that dependency is using newer versions ofk8s.io/
packages then they will get bumped too.
I don't think renovate has support for that.
I think the only solution would be to also limit the allowed versions for sigs.k8s.io/controller-runtime
or keep the PR open.
SuperSandro2000 push NixOS/nixpkgs
commit sha: 2b6d135f62df0873e2a8a2c60a95374bb2e2aecd
push time in 4 hours agoSuperSandro2000 in SuperSandro2000/nixpkgs delete branch proxychains
SuperSandro2000 pull request NixOS/nixpkgs
proxychains{,-ng}: install default config
Description of changes
Things done
- Built on platform(s)
- x86_64-linux
- aarch64-linux
- x86_64-darwin
- aarch64-darwin
- For non-Linux: Is
sandbox = true
set innix.conf
? (See Nix manual) - Tested, as applicable:
- NixOS test(s) (look inside nixos/tests)
- and/or package tests
- or, for functions and "core" functionality, tests in lib/tests or pkgs/test
- made sure NixOS tests are linked to the relevant packages
- Tested compilation of all packages that depend on this change using
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage - Tested basic functionality of all binary files (usually in
./result/bin/
) -
22.05 Release Notes (or backporting 21.11 Release notes)
- (Package updates) Added a release notes entry if the change is major or breaking
- (Module updates) Added a release notes entry if the change is significant
- (Module addition) Added a release notes entry if adding a new NixOS module
- (Release notes changes) Ran
nixos/doc/manual/md-to-db.sh
to update generated release notes
- Fits CONTRIBUTING.md.
SuperSandro2000 in sapcc/gatekeeper-addons delete branch renovate/github.com-sapcc-go-bits-digest
SuperSandro2000 push sapcc/gatekeeper-addons
commit sha: 2e2322f5601199148154e262f841eefcd510b88f
push time in 21 hours agoSuperSandro2000 pull request sapcc/gatekeeper-addons
Update github.com/sapcc/go-bits digest to baba74c
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/sapcc/go-bits | require | digest | 283c57b -> baba74c |
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
SuperSandro2000 in sapcc/swift-drive-autopilot delete branch renovate/github.com-sapcc-go-bits-digest
SuperSandro2000 push sapcc/swift-drive-autopilot
commit sha: 89eb703f2a6098cb823aa5748a83ac3e25327cd1
push time in 21 hours agoSuperSandro2000 pull request sapcc/swift-drive-autopilot
Update github.com/sapcc/go-bits digest to baba74c
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/sapcc/go-bits | require | digest | 283c57b -> baba74c |
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
SuperSandro2000 in sapcc/go-makefile-maker create branch sigs-k8s
SuperSandro2000 issue comment sapcc/absent-metrics-operator
Update module sigs.k8s.io/controller-runtime to v0.12.0
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sigs.k8s.io/controller-runtime | require | minor | v0.11.2 -> v0.12.0 |
Release Notes
kubernetes-sigs/controller-runtime
v0.12.0
changes since v0.11.2
:warning: Breaking Changes
- make fake client delete operations honor dry run opt (#8203;1873)
- logging: align to Kubernetes structured logging, add reconcileID (#8203;1827)
- leaderelection: use 'leases' as default resource lock object (#8203;1773)
:sparkles: New Features
- certwatcher: add metrics to monitor certificate reads (#8203;1877)
- Bump to k8s.io v1.24.0 (#8203;1885)
- Bump to k8s.io v1.24.0-rc.1 (#8203;1879)
- return a bool from AddFinalizer and RemoveFinalizer (#8203;1636)
- update client-go to 1.24-beta (#8203;1864)
- Add BaseContext to manager Options for use with Runnables (#8203;1846)
- Upgrade k8s dependencies from 1.23.0 to 1.23.5 (#8203;1843)
- Add Kubernetes Gomega extension with to make testing controllers easier (#8203;1767)
- manager.go: Fix a few Options fields' go-docs (#8203;1818)
- Bump go in setup-envtest (#8203;1777)
:bug: Bug Fixes
- Fix panic for lazy dynamicRESTMapper (#8203;1891)
- pkg: envtest: komega: fix UpdateStatus & typos in godoc (#8203;1862)
- zap-time-encoding test should allow negative tz offset (#8203;1856)
- returned objects of reference type should be unchangeable (#8203;1851)
- prometheus/client_golang 0.11.0 -> 0.11.1 - fix DoS (#8203;1813)
- Cache sync cancelled should not error with timeout (#8203;1808)
- Use leader config for election events (#8203;1803)
- Inject func in
predicate.{And,Or}
(#8203;1781) - Trim List if List GVK is provided (#8203;1775)
- Cleanup if envtest controlplane fails to start (#8203;1750)
- Try a temporary directory if the user cache fails (#8203;1800)
Thanks to all our contributors!
Configuration
📅 Schedule: 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, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
I should pay more attention when merging bump PRs.
The repo is not using any vendoring so I falsely assumed that the changes where not significant. I reverted the PR on master. I also opened a PR against go-makefile-maker to also ignore sigs.k8s.io
.
SuperSandro2000 push sapcc/absent-metrics-operator
commit sha: bb007b02e5e6f88f44bc8713fddf0beb6bac2284
push time in 21 hours agoSuperSandro2000 in sapcc/absent-metrics-operator delete branch renovate/sigs.k8s.io-controller-runtime-0.x
SuperSandro2000 pull request sapcc/absent-metrics-operator
Update module sigs.k8s.io/controller-runtime to v0.12.0
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sigs.k8s.io/controller-runtime | require | minor | v0.11.2 -> v0.12.0 |
Release Notes
kubernetes-sigs/controller-runtime
v0.12.0
changes since v0.11.2
:warning: Breaking Changes
- make fake client delete operations honor dry run opt (#8203;1873)
- logging: align to Kubernetes structured logging, add reconcileID (#8203;1827)
- leaderelection: use 'leases' as default resource lock object (#8203;1773)
:sparkles: New Features
- certwatcher: add metrics to monitor certificate reads (#8203;1877)
- Bump to k8s.io v1.24.0 (#8203;1885)
- Bump to k8s.io v1.24.0-rc.1 (#8203;1879)
- return a bool from AddFinalizer and RemoveFinalizer (#8203;1636)
- update client-go to 1.24-beta (#8203;1864)
- Add BaseContext to manager Options for use with Runnables (#8203;1846)
- Upgrade k8s dependencies from 1.23.0 to 1.23.5 (#8203;1843)
- Add Kubernetes Gomega extension with to make testing controllers easier (#8203;1767)
- manager.go: Fix a few Options fields' go-docs (#8203;1818)
- Bump go in setup-envtest (#8203;1777)
:bug: Bug Fixes
- Fix panic for lazy dynamicRESTMapper (#8203;1891)
- pkg: envtest: komega: fix UpdateStatus & typos in godoc (#8203;1862)
- zap-time-encoding test should allow negative tz offset (#8203;1856)
- returned objects of reference type should be unchangeable (#8203;1851)
- prometheus/client_golang 0.11.0 -> 0.11.1 - fix DoS (#8203;1813)
- Cache sync cancelled should not error with timeout (#8203;1808)
- Use leader config for election events (#8203;1803)
- Inject func in
predicate.{And,Or}
(#8203;1781) - Trim List if List GVK is provided (#8203;1775)
- Cleanup if envtest controlplane fails to start (#8203;1750)
- Try a temporary directory if the user cache fails (#8203;1800)
Thanks to all our contributors!
Configuration
📅 Schedule: 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, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
SuperSandro2000 push sapcc/absent-metrics-operator
commit sha: c0db18d74c9a660d98545096e6d5f52fcd8decf7
push time in 22 hours agoSuperSandro2000 push SuperSandro2000/nixpkgs
commit sha: 42fd630fe77aad9f882c7a96c720b6ed4c08542f
push time in 22 hours agoSuperSandro2000 merge to NixOS/nixpkgs
libsForQt5.plasmaMobileGear: 21.08 -> 22.04
Motivation for this change
https://plasma-mobile.org/2021/12/07/plasma-mobile-gear-21-12/ https://plasma-mobile.org/2022/02/09/plasma-mobile-gear-22-02/ https://plasma-mobile.org/2022/04/26/plasma-mobile-gear-22-04/
Things done
- Built on platform(s)
- x86_64-linux
- aarch64-linux
- x86_64-darwin
- aarch64-darwin
- For non-Linux: Is
sandbox = true
set innix.conf
? (See Nix manual) - Tested, as applicable:
- NixOS test(s) (look inside nixos/tests)
- and/or package tests
- or, for functions and "core" functionality, tests in lib/tests or pkgs/test
- made sure NixOS tests are linked to the relevant packages
- Tested compilation of all packages that depend on this change using
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage - Tested basic functionality of all binary files (usually in
./result/bin/
) -
22.05 Release Notes (or backporting 21.11 Release notes)
- (Package updates) Added a release notes entry if the change is major or breaking
- (Module updates) Added a release notes entry if the change is significant
- (Module addition) Added a release notes entry if adding a new NixOS module
- (Release notes changes) Ran
nixos/doc/manual/md-to-db.sh
to update generated release notes
- Fits CONTRIBUTING.md.
cc @NixOS/qt-kde
SuperSandro2000 push NixOS/nixpkgs
commit sha: 75021339971840c0f34b890e368dbfca10173d83
push time in 22 hours agoSuperSandro2000 pull request NixOS/nixpkgs
nixos/locate: clarification in warning message
Description of changes
Just makes it clear that plocate also does not support the localuser option, very minor change, I just got confused about it.
Things done
- Built on platform(s)
- x86_64-linux
- aarch64-linux
- x86_64-darwin
- aarch64-darwin
- For non-Linux: Is
sandbox = true
set innix.conf
? (See Nix manual) - Tested, as applicable:
- NixOS test(s) (look inside nixos/tests)
- and/or package tests
- or, for functions and "core" functionality, tests in lib/tests or pkgs/test
- made sure NixOS tests are linked to the relevant packages
- Tested compilation of all packages that depend on this change using
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage - Tested basic functionality of all binary files (usually in
./result/bin/
) -
22.05 Release Notes (or backporting 21.11 Release notes)
- (Package updates) Added a release notes entry if the change is major or breaking
- (Module updates) Added a release notes entry if the change is significant
- (Module addition) Added a release notes entry if adding a new NixOS module
- (Release notes changes) Ran
nixos/doc/manual/md-to-db.sh
to update generated release notes
- Fits CONTRIBUTING.md.
SuperSandro2000 pull request NixOS/nixpkgs
bottles: 2022.5.2-trento-2 -> 2022.5.14-trento-1
Description of changes
Things done
- Built on platform(s)
- x86_64-linux
- aarch64-linux
- x86_64-darwin
- aarch64-darwin
- For non-Linux: Is
sandbox = true
set innix.conf
? (See Nix manual) - Tested, as applicable:
- NixOS test(s) (look inside nixos/tests)
- and/or package tests
- or, for functions and "core" functionality, tests in lib/tests or pkgs/test
- made sure NixOS tests are linked to the relevant packages
- Tested compilation of all packages that depend on this change using
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage - Tested basic functionality of all binary files (usually in
./result/bin/
) -
22.05 Release Notes (or backporting 21.11 Release notes)
- (Package updates) Added a release notes entry if the change is major or breaking
- (Module updates) Added a release notes entry if the change is significant
- (Module addition) Added a release notes entry if adding a new NixOS module
- (Release notes changes) Ran
nixos/doc/manual/md-to-db.sh
to update generated release notes
- Fits CONTRIBUTING.md.
SuperSandro2000 issue comment NixOS/nixpkgs
treewide: add enableParallelBuilding's to bootstrap packages so hashes stay the same
when enableParallelBuildingByDefault is enabled
verified with
nix-diff $(nix eval ".#gcc-unwrapped.drvPath") $(nix eval --expr 'with import ./. { config = { enableParallelBuildingByDefault = true; }; }; gcc-unwrapped.drvPath' --impure)
Things done
- Built on platform(s)
- x86_64-linux
- aarch64-linux
- x86_64-darwin
- aarch64-darwin
- For non-Linux: Is
sandbox = true
set innix.conf
? (See Nix manual) - Tested, as applicable:
- NixOS test(s) (look inside nixos/tests)
- and/or package tests
- or, for functions and "core" functionality, tests in lib/tests or pkgs/test
- made sure NixOS tests are linked to the relevant packages
- Tested compilation of all packages that depend on this change using
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage - Tested basic functionality of all binary files (usually in
./result/bin/
) -
22.05 Release Notes (or backporting 21.11 Release notes)
- (Package updates) Added a release notes entry if the change is major or breaking
- (Module updates) Added a release notes entry if the change is significant
- (Module addition) Added a release notes entry if adding a new NixOS module
- (Release notes changes) Ran
nixos/doc/manual/md-to-db.sh
to update generated release notes
- Fits CONTRIBUTING.md.
was removing / suggesting to remove these when a builder that enabled it by default (e.g. indeed cmake or meson) was used.
Yes but it should hopefully be a no-op when config.enableParallelBuildingByDefault
is set and cmake/meson is used. If not I think we should fix that.
SuperSandro2000 push SuperSandro2000/nixpkgs
commit sha: de7fd4e7f02772285d369cc66a7783ec6d7942d7
push time in 22 hours ago
Update module sigs.k8s.io/controller-runtime to v0.12.1
This PR contains the following updates:
v0.11.2
->v0.12.1
Release Notes
kubernetes-sigs/controller-runtime
v0.12.1
Compare Source
changes since v0.12.0
:bug: Bug Fixes
Thanks to all our contributors!
v0.12.0
Compare Source
changes since v0.11.2
:warning: Breaking Changes
:sparkles: New Features
:bug: Bug Fixes
predicate.{And,Or}
(#8203;1781)Thanks to all our contributors!
Configuration
📅 Schedule: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.