Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mixxt/mongodb-kubernetes-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mongodb/mongodb-kubernetes-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 19 commits
  • 60 files changed
  • 8 contributors

Commits on Jan 10, 2025

  1. 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
    nammn authored Jan 10, 2025
    Copy the full SHA
    6acec25 View commit details

Commits on Jan 14, 2025

  1. Copy the full SHA
    e99a3ee View commit details

Commits on Feb 3, 2025

  1. Copy the full SHA
    423b6eb View commit details

Commits on Feb 25, 2025

  1. Copy the full SHA
    cf98091 View commit details

Commits on Mar 7, 2025

  1. Copy the full SHA
    4c8d45b View commit details
  2. Copy the full SHA
    fb36c3e View commit details
  3. Copy the full SHA
    7a5cd08 View commit details

Commits on Mar 10, 2025

  1. Copy the full SHA
    6e53d3c View commit details

Commits on Mar 11, 2025

  1. Copy the full SHA
    0e72089 View commit details

Commits on Mar 12, 2025

  1. 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 .`
    m1kola authored Mar 12, 2025
    Copy the full SHA
    bbc7185 View commit details

Commits on Mar 18, 2025

  1. [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.
    MaciejKaras authored Mar 18, 2025
    Copy the full SHA
    61d715f View commit details
  2. 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>
    dependabot[bot] authored Mar 18, 2025
    Copy the full SHA
    96624d0 View commit details
  3. 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>
    dependabot[bot] authored Mar 18, 2025
    Copy the full SHA
    255a21c View commit details
  4. 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>
    dependabot[bot] authored Mar 18, 2025
    Copy the full SHA
    7637d16 View commit details

Commits on Mar 25, 2025

  1. 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>
    dependabot[bot] authored Mar 25, 2025
    Copy the full SHA
    51761b9 View commit details

Commits on Apr 1, 2025

  1. Changed "repo" to "repository" for clarity and formality. (mongodb#1643)

    Changed "repo" to "repository" for clarity and formality.
    unknowvwake authored Apr 1, 2025
    Copy the full SHA
    6c683e7 View commit details
  2. Copy the full SHA
    0c46290 View commit details

Commits on Apr 11, 2025

  1. Release MongoDB Kubernetes Operator v0.13.0 (mongodb#1705)

    * Release MongoDB Kubernetes Operator v0.13.0
    
    * Remove agent images from release matrix
    mircea-cosbuc authored Apr 11, 2025
    Copy the full SHA
    e246706 View commit details

Commits on Apr 14, 2025

  1. Copy the full SHA
    3902595 View commit details
Loading