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

update kube-vip to v0.6.3 #320

Merged
merged 1 commit into from
Nov 14, 2023
Merged

update kube-vip to v0.6.3 #320

merged 1 commit into from
Nov 14, 2023

Conversation

tuxtof
Copy link
Contributor

@tuxtof tuxtof commented Oct 4, 2023

What this PR does / why we need it:

update kube-vip to v0.6.3

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

https://github.com/kube-vip/kube-vip/releases/tag/v0.6.3

Release note:

update kube-vip to v0.6.3

@tuxtof tuxtof added the dependencies Pull requests that update a dependency file label Oct 4, 2023
yannickstruyf3
yannickstruyf3 previously approved these changes Oct 4, 2023
thunderboltsid
thunderboltsid previously approved these changes Oct 9, 2023
@thunderboltsid
Copy link
Contributor

/lgtm
/approve
/retest

@nutanix-cn-prow-bot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: thunderboltsid, tuxtof, yannickstruyf3

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [thunderboltsid,tuxtof,yannickstruyf3]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@thunderboltsid
Copy link
Contributor

/retest

4 similar comments
@thunderboltsid
Copy link
Contributor

/retest

@thunderboltsid
Copy link
Contributor

/retest

@thunderboltsid
Copy link
Contributor

/retest

@thunderboltsid
Copy link
Contributor

/retest

@tuxtof tuxtof dismissed stale reviews from thunderboltsid and yannickstruyf3 via 422e768 November 13, 2023 17:43
@tuxtof tuxtof force-pushed the update/kube-vip-0.6.3 branch from 685d07f to 422e768 Compare November 13, 2023 17:43
@tuxtof tuxtof force-pushed the update/kube-vip-0.6.3 branch from 422e768 to 70ee7ae Compare November 13, 2023 21:23
Copy link

✅ None of your dependencies violate policy!

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c944d8e) 2.61% compared to head (70ee7ae) 2.61%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #320   +/-   ##
=====================================
  Coverage   2.61%   2.61%           
=====================================
  Files          4       4           
  Lines        995     995           
=====================================
  Hits          26      26           
  Misses       969     969           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tuxtof
Copy link
Contributor Author

tuxtof commented Nov 14, 2023

/retest

@tuxtof
Copy link
Contributor Author

tuxtof commented Nov 14, 2023

/retest

@tuxtof tuxtof merged commit cb680c3 into main Nov 14, 2023
10 checks passed
@nutanix-cn-prow-bot nutanix-cn-prow-bot bot deleted the update/kube-vip-0.6.3 branch November 14, 2023 10:35
thunderboltsid pushed a commit that referenced this pull request Apr 30, 2024
tuxtof added a commit that referenced this pull request May 2, 2024
…3.0 (#424)

* Fix credentials delete logic (#301)

- check if no delete attempt occured
 - check if no secret present in cluster
 - add integration test case in e2e suite
 - change Makefile test-e2e target to make able to run selected
   tests using GINKGO_FOCUS env variable
 - code grooming

* Bump docker/metadata-action from 4 to 5 (#317)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  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>

* Bump docker/login-action from 2 to 3 (#316)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  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>

* Bump aquasecurity/trivy-action from 0.11.2 to 0.12.0 (#313)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.11.2 to 0.12.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.11.2...0.12.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  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>

* Bump actions/checkout from 3 to 4 (#314)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>

* fix(manager): remove CPU limit and increase memory limit (#319)

* E2E for Cilium CNI without Kubeproxy (#310)

- add manifest scripts
 - change makefile

* Bump aquasecurity/trivy-action from 0.12.0 to 0.13.0 (#324)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.12.0...0.13.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  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>

* Bump aquasecurity/trivy-action from 0.13.0 to 0.13.1 (#326)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.13.0...0.13.1)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump aquasecurity/trivy-action from 0.13.1 to 0.14.0 (#327)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.13.1...0.14.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  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>

* fix CVE-2023-39325 (#329)

* update kube-vip to v0.6.3 (#320)

* Add codecov.yml to ensure adequate patch coverage (#328)

This sets the minimum patch coverage required for changes to repo to 75%.

* Add last git commit hash to build flags (#332)

This ensures we have the git hash of the changes in our CI logs
so we can correlate the code changes being executed.

* Cleanup for passing the linter (#336)

* Delete unused code from pkg/context

* Run gofumpt on the code

* Add lint fixes to test package

* Skip linting the conversion functions

The conversion functions are infinitely recursive and cause
linting errors.

* Remove unnecessary statement in lint target

* Revert file-scope licenses

* Bump aquasecurity/trivy-action from 0.14.0 to 0.15.0 (#337)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.14.0...0.15.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  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>

* Update controller-gen to v0.14.0

Peg go version in build job to go1.21
Update manifests
Run `make manifests`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ilya Alekseyev <ilya.alekseyev@nutanix.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frederic M <43849398+fad3t@users.noreply.github.com>
Co-authored-by: Christophe Jauffret <christophe.jauffret@nutanix.com>
tuxtof added a commit that referenced this pull request May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dependencies Pull requests that update a dependency file lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants