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

Fix quota namespace not found #109

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Fix quota namespace not found #109

merged 2 commits into from
Nov 29, 2023

Conversation

Kidswiss
Copy link
Contributor

@Kidswiss Kidswiss commented Nov 29, 2023

This fixes a bug where the quota namespace was not found. It also fixes a bug that would override the namespace with a wrong name.

There's also now an additional check to see if the name of the namespace is empty or not. This helps mitigating wrong patches from the PnT function.

Also found a bug with the release action, goreleaser was failing due to a dirty repository.

Summary

  • Short summary of what's included in the PR
  • Give special note to breaking changes

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Update tests.
  • Link this PR to related issues.

This fixes a bug where the quota namespace was not found. It also fixes
a bug that would override the namespace with a wrong name.

There's also now an additional check to see if the name of the namespace
is empty or not. This helps mitigating wrong patches from the PnT
function.
@Kidswiss Kidswiss added the bug Something isn't working label Nov 29, 2023
@Kidswiss Kidswiss requested review from TheBigLee and zugao November 29, 2023 13:55
Goreleaser is not happy with a dirty repository, so we clean it up again
after the build.
@Kidswiss Kidswiss merged commit 62b19c0 into master Nov 29, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants