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

K8s to RC3 #587

Merged
merged 4 commits into from
Jun 21, 2023
Merged

K8s to RC3 #587

merged 4 commits into from
Jun 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micronaut.gradle:micronaut-gradle-plugin 4.0.0-M3 -> 4.0.0-M4 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "after 10pm" in timezone Europe/Prague, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency-upgrade Upgrade a dependency label Jun 12, 2023
@sdelamo sdelamo changed the title fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.0.0-m4 K8s to RC1 Jun 19, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jun 19, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sdelamo
Copy link
Contributor

sdelamo commented Jun 20, 2023

@n0tl3ss do you know why this fails?

@timyates
Copy link
Contributor

@sdelamo For some reason it got stuck cleaning up the kubernetes resources that it creates for the tests here

def cleanupSpec() {
if (reuseNamespace && operations.getNamespace(namespace) != null) {
log.info("Skipping cleanup of namespace ${namespace}")
} else {
log.info("Cleaning up namespace ${namespace}")
operations.deleteNamespace(namespace)
}
}

Re-ran it, and it went green

@timyates timyates changed the title K8s to RC1 K8s to RC3 Jun 21, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jun 21, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@timyates timyates merged commit 38e606a into master Jun 21, 2023
@timyates timyates deleted the renovate/micronaut.gradle.plugin branch June 21, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Upgrade a dependency
Projects
No open projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants