-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: mixxt/mongodb-kubernetes-operator
base: master
head repository: mongodb/mongodb-kubernetes-operator
compare: master
- 19 commits
- 60 files changed
- 8 contributors
Commits on Jan 10, 2025
-
fix tests - adding missing role, increase timeout (mongodb#1655)
* fix test by adding the missing role * bump timeout - sometimes the operator is not starting up in time
Configuration menu - View commit details
-
Copy full SHA for 6acec25 - Browse repository at this point
Copy the full SHA 6acec25View commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e99a3ee - Browse repository at this point
Copy the full SHA e99a3eeView commit details
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 423b6eb - Browse repository at this point
Copy the full SHA 423b6ebView commit details
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cf98091 - Browse repository at this point
Copy the full SHA cf98091View commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4c8d45b - Browse repository at this point
Copy the full SHA 4c8d45bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb36c3e - Browse repository at this point
Copy the full SHA fb36c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5cd08 - Browse repository at this point
Copy the full SHA 7a5cd08View commit details
Commits on Mar 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6e53d3c - Browse repository at this point
Copy the full SHA 6e53d3cView commit details
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0e72089 - Browse repository at this point
Copy the full SHA 0e72089View commit details
Commits on Mar 12, 2025
-
CLOUDP-302068: Add a linter to forbid env var usage (mongodb#1690)
We want to avoid spreading the practice of accessing environment variables deep in the call hierarchy. We only want to access env vars in the `main` package or very close to it. This commit adds a linter to help us with that. It also adds `nolint:forbidigo` exceptions into places: * Where we allow access (`main` package) * Where we still unfortunately have access. These places ideally need to change with time. To find remaining undesired places, from repo root you can `grep` all files for `nolint:forbidigo` excluding files with `main` package. For example: `grep "nolint:forbidigo" --exclude main.go -r .`
Configuration menu - View commit details
-
Copy full SHA for bbc7185 - Browse repository at this point
Copy the full SHA bbc7185View commit details
Commits on Mar 18, 2025
-
[dependabot] Ignore k8s api dependencies bumps (mongodb#1696)
We compile and release with the lowest API we support currently, so there is no reason to create bumps for controller-runtime.
Configuration menu - View commit details
-
Copy full SHA for 61d715f - Browse repository at this point
Copy the full SHA 61d715fView commit details -
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (mongodb#1697)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96624d0 - Browse repository at this point
Copy the full SHA 96624d0View commit details -
Bump github.com/spf13/cast from 1.6.0 to 1.7.1 (mongodb#1698)
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.6.0 to 1.7.1. - [Release notes](https://github.com/spf13/cast/releases) - [Commits](spf13/cast@v1.6.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/spf13/cast dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 255a21c - Browse repository at this point
Copy the full SHA 255a21cView commit details -
Bump golang.org/x/net from 0.34.0 to 0.36.0 (mongodb#1691)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.36.0. - [Commits](golang/net@v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7637d16 - Browse repository at this point
Copy the full SHA 7637d16View commit details
Commits on Mar 25, 2025
-
Bump setuptools from 71.0.3 to 78.0.1 (mongodb#1702)
Bumps [setuptools](https://github.com/pypa/setuptools) from 71.0.3 to 78.0.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v71.0.3...v78.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 51761b9 - Browse repository at this point
Copy the full SHA 51761b9View commit details
Commits on Apr 1, 2025
-
Changed "repo" to "repository" for clarity and formality. (mongodb#1643)
Changed "repo" to "repository" for clarity and formality.
Configuration menu - View commit details
-
Copy full SHA for 6c683e7 - Browse repository at this point
Copy the full SHA 6c683e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c46290 - Browse repository at this point
Copy the full SHA 0c46290View commit details
Commits on Apr 11, 2025
-
Release MongoDB Kubernetes Operator v0.13.0 (mongodb#1705)
* Release MongoDB Kubernetes Operator v0.13.0 * Remove agent images from release matrix
Configuration menu - View commit details
-
Copy full SHA for e246706 - Browse repository at this point
Copy the full SHA e246706View commit details
Commits on Apr 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3902595 - Browse repository at this point
Copy the full SHA 3902595View 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 master...master