-
Notifications
You must be signed in to change notification settings - Fork 73
Comparing changes
Open a pull request
base repository: enix/x509-certificate-exporter
base: v3.14.0
head repository: enix/x509-certificate-exporter
compare: v3.15.0
- 20 commits
- 11 files changed
- 4 contributors
Commits on May 16, 2024
-
build(deps): bump golangci/golangci-lint-action from 4 to 6
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f52c1f - Browse repository at this point
Copy the full SHA 6f52c1fView commit details -
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df2625c - Browse repository at this point
Copy the full SHA df2625cView commit details
Commits on Jul 5, 2024
-
build(deps): bump github.com/prometheus/common from 0.53.0 to 0.55.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.53.0 to 0.55.0. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.53.0...v0.55.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c8a851 - Browse repository at this point
Copy the full SHA 7c8a851View commit details -
build(deps): bump k8s.io/api from 0.30.0 to 0.30.2
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.30.0 to 0.30.2. - [Commits](kubernetes/api@v0.30.0...v0.30.2) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55cc701 - Browse repository at this point
Copy the full SHA 55cc701View commit details -
build(deps): bump github.com/KimMachineGun/automemlimit
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/KimMachineGun/automemlimit/releases) - [Commits](KimMachineGun/automemlimit@v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: github.com/KimMachineGun/automemlimit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4085241 - Browse repository at this point
Copy the full SHA 4085241View commit details -
build(deps): bump k8s.io/client-go from 0.30.0 to 0.30.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.30.0 to 0.30.2. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.30.0...v0.30.2) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d874b9 - Browse repository at this point
Copy the full SHA 3d874b9View commit details
Commits on Jul 8, 2024
-
fix(deploy,chart): remove cpu limits for secretsExporter and hostPath…
…sExporter Signed-off-by: Sebastian Gaiser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9d4a86 - Browse repository at this point
Copy the full SHA a9d4a86View commit details -
feat(helm): increase CPU limits for all containers
Users seem to be universally dissatisfied with default limits, especially on secretsExporter.
Configuration menu - View commit details
-
Copy full SHA for 902a45e - Browse repository at this point
Copy the full SHA 902a45eView commit details -
feat(deploy,chart): make metricRelabelings configurable in ServiceMon…
…itor and PodMonitor Signed-off-by: Sebastian Gaiser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f81197 - Browse repository at this point
Copy the full SHA 6f81197View commit details -
fix: shrinkSecret to actually shrink
Currently `shrinkSecret` is only spending CPU cycles and returning the input object unchanged. Fix to return the shrunk object May help a little with memory usage
Configuration menu - View commit details
-
Copy full SHA for 3bb2ed2 - Browse repository at this point
Copy the full SHA 3bb2ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3bff2 - Browse repository at this point
Copy the full SHA fc3bff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500829e - Browse repository at this point
Copy the full SHA 500829eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a8972e - Browse repository at this point
Copy the full SHA 8a8972eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 956074c - Browse repository at this point
Copy the full SHA 956074cView commit details
Commits on Aug 28, 2024
-
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.2. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.19.1...v1.20.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdcd46d - Browse repository at this point
Copy the full SHA cdcd46dView commit details -
build(deps): bump k8s.io/client-go from 0.30.2 to 0.31.0
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.30.2 to 0.31.0. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.30.2...v0.31.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0930097 - Browse repository at this point
Copy the full SHA 0930097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61fd874 - Browse repository at this point
Copy the full SHA 61fd874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862481b - Browse repository at this point
Copy the full SHA 862481bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1738e29 - Browse repository at this point
Copy the full SHA 1738e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b203438 - Browse repository at this point
Copy the full SHA b203438View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.14.0...v3.15.0