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

SWATCH-2089: Bump com.netflix.nebula:nebula-release-plugin from 18.0.8 to 19.0.4 #3021

Merged
merged 1 commit into from Feb 7, 2024

Conversation

Sgitario
Copy link
Contributor

@Sgitario Sgitario commented Feb 2, 2024

Jira issue: SWATCH-2089

Description

Bumps com.netflix.nebula:nebula-release-plugin from 18.0.8 to 19.0.4.

This is related to this change: nebula-plugins/nebula-release-plugin#253
Therefore, we need to configure the user we use in our actions before running the build.

I also tried to do this as part of a gradle task, but they are running the verification of the git user as part of the release initial task, so we can't configure it.

More details

Release notes

Sourced from com.netflix.nebula:nebula-release-plugin's releases.

v19.0.4

Full Changelog: nebula-plugins/nebula-release-plugin@v19.0.3...v19.0.4

v19.0.3

Full Changelog: nebula-plugins/nebula-release-plugin@v19.0.2...v19.0.3

v19.0.2

Full Changelog: nebula-plugins/nebula-release-plugin@v19.0.1...v19.0.2

v19.0.1

What's Changed

Full Changelog: nebula-plugins/nebula-release-plugin@v19.0.0...v19.0.1

v19.0.0

What's Changed

Full Changelog: nebula-plugins/nebula-release-plugin@v18.0.8...v19.0.0

Commits
  • 4e96a06 Improve error logging for tag push
  • 714cd39 GitReadCommand: DescribeHeadWithTag handles tags known externally as warning
  • 5e778b6 GetGitConfigValue should use --includes to respect include.* directives in co...
  • c5f89fe Nebula-plugin-plugin 20.11.0
  • ef7ddb0 IsGitRepo: remove usage of --is-inside-work-tree in order to support composit...
  • a8bc821 Gradle 8.6-rc-1
  • bd38491 Git config verification: avoid mutating local git config and throw exception ...
  • See full diff in compare view

@Sgitario Sgitario changed the title Bump com.netflix.nebula:nebula-release-plugin from 18.0.8 to 19.0.4 SWATCH-2089: Bump com.netflix.nebula:nebula-release-plugin from 18.0.8 to 19.0.4 Feb 2, 2024
@kahowell kahowell self-assigned this Feb 2, 2024
Bumps [com.netflix.nebula:nebula-release-plugin](https://github.com/nebula-plugins/nebula-release-plugin) from 18.0.8 to 19.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nebula-plugins/nebula-release-plugin/releases">com.netflix.nebula:nebula-release-plugin's releases</a>.</em></p>
<blockquote>
<h2>v19.0.4</h2>
<ul>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/4e96a060718c93a231a2f04612e47ddb9f5691f5">Improve error logging for tag push</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nebula-plugins/nebula-release-plugin/compare/v19.0.3...v19.0.4">https://github.com/nebula-plugins/nebula-release-plugin/compare/v19.0.3...v19.0.4</a></p>
<h2>v19.0.3</h2>
<ul>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/714cd39440b91176b175a2271c64dea64dbfba4a">GitReadCommand: DescribeHeadWithTag handles tags known externally as warning</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nebula-plugins/nebula-release-plugin/compare/v19.0.2...v19.0.3">https://github.com/nebula-plugins/nebula-release-plugin/compare/v19.0.2...v19.0.3</a></p>
<h2>v19.0.2</h2>
<ul>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/5e778b63a1aa0f3a65c8a6ca06d2a16eb6a3dea0"><code>GetGitConfigValue</code> should use <code>--includes</code> to respect <code>include.*</code> directives in config files when looking up values</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nebula-plugins/nebula-release-plugin/compare/v19.0.1...v19.0.2">https://github.com/nebula-plugins/nebula-release-plugin/compare/v19.0.1...v19.0.2</a></p>
<h2>v19.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>IsGitRepo: remove usage of --is-inside-work-tree in order to support composite builds by <a href="https://github.com/rpalcolea"><code>@​rpalcolea</code></a> in <a href="https://redirect.github.com/nebula-plugins/nebula-release-plugin/pull/254">nebula-plugins/nebula-release-plugin#254</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nebula-plugins/nebula-release-plugin/compare/v19.0.0...v19.0.1">https://github.com/nebula-plugins/nebula-release-plugin/compare/v19.0.0...v19.0.1</a></p>
<h2>v19.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Git config verification: avoid mutating local git config and throw exception instead by <a href="https://github.com/rpalcolea"><code>@​rpalcolea</code></a> in <a href="https://redirect.github.com/nebula-plugins/nebula-release-plugin/pull/253">nebula-plugins/nebula-release-plugin#253</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nebula-plugins/nebula-release-plugin/compare/v18.0.8...v19.0.0">https://github.com/nebula-plugins/nebula-release-plugin/compare/v18.0.8...v19.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/4e96a060718c93a231a2f04612e47ddb9f5691f5"><code>4e96a06</code></a> Improve error logging for tag push</li>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/714cd39440b91176b175a2271c64dea64dbfba4a"><code>714cd39</code></a> GitReadCommand: DescribeHeadWithTag handles tags known externally as warning</li>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/5e778b63a1aa0f3a65c8a6ca06d2a16eb6a3dea0"><code>5e778b6</code></a> GetGitConfigValue should use --includes to respect include.* directives in co...</li>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/c5f89fe37b5b57bb55bb00d0b0fcb6eb94c698f8"><code>c5f89fe</code></a> Nebula-plugin-plugin 20.11.0</li>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/ef7ddb0f91b38a1dc2b4ee804fe914302df384aa"><code>ef7ddb0</code></a> IsGitRepo: remove usage of --is-inside-work-tree in order to support composit...</li>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/a8bc82128ca4b736864dc1b31a3daa634b53d7d0"><code>a8bc821</code></a> Gradle 8.6-rc-1</li>
<li><a href="https://github.com/nebula-plugins/nebula-release-plugin/commit/bd38491fbe38d796862608b3e842eb9412d46d18"><code>bd38491</code></a> Git config verification: avoid mutating local git config and throw exception ...</li>
<li>See full diff in <a href="https://github.com/nebula-plugins/nebula-release-plugin/compare/v18.0.8...v19.0.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.netflix.nebula:nebula-release-plugin&package-manager=gradle&previous-version=18.0.8&new-version=19.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
@Sgitario
Copy link
Contributor Author

Sgitario commented Feb 7, 2024

/retest

1 similar comment
@ntkathole
Copy link
Member

/retest

@Sgitario Sgitario merged commit e2c9e8e into main Feb 7, 2024
9 checks passed
@Sgitario Sgitario deleted the jcarvaja/SWATCH-2089 branch February 7, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants