Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump helm.sh/helm/v3 from 3.5.3 to 3.7.2 #3599

Merged
merged 7 commits into from
Jan 20, 2022

Commits on Jan 18, 2022

  1. build(deps): bump helm.sh/helm/v3 from 3.5.3 to 3.7.2

    Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.5.3 to 3.7.2.
    - [Release notes](https://github.com/helm/helm/releases)
    - [Commits](helm/helm@v3.5.3...v3.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: helm.sh/helm/v3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    6eb71df View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. build(deps): bumped k8s components 0.20.9->0.21.3

    Also bumped other packages to the version they are also using  v0.21.3 kubernetes components and ran go mod tidy:
    - github.com/banzaicloud/logging-operator/pkg/sdk v0.5.0 -> v0.7.18
    - github.com/banzaicloud/operator-tools v0.15.0 -> v0.25.4
    - sigs.k8s.io/controller-runtime v0.6.3 -> v0.9.5
    akijakya committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a357c60 View commit details
    Browse the repository at this point in the history
  2. fix: client.ObjectKeyFromObject doesn't return err

    In the new, v0.9.5 version of controller-runtime the client.ObjectKeyFromObject method does not retun err any more
    akijakya committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    7a93f71 View commit details
    Browse the repository at this point in the history
  3. fix: logging-operator import

    In the newer verison of 'github.com/banzaicloud/logging-operator/pkg/sdk',
    the 'api' and 'model' directories were moved into a 'logging' directory
    akijakya committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    01e35d5 View commit details
    Browse the repository at this point in the history
  4. fix: logging-operator pointers

    In the newer version of 'github.com/banzaicloud/logging-operator/pkg/sdk'
    some field values were changed to pointers.
    akijakya committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    5c09b29 View commit details
    Browse the repository at this point in the history
  5. fix: controller-runtime Object

    In the newer version of controller-runtime, the signature of some methods
    have been changed so that instead of 'runtime.Object' interface now they
    accept the 'client.Object' and 'client.ObjectList' interfaces which include
    the original 'runtime.Object' interface.
    akijakya committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    bc3e109 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47214b7 View commit details
    Browse the repository at this point in the history