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

Bump org.jenkins-ci.plugins:badge from 1.13 to 2.2 #87

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2024

Bumps org.jenkins-ci.plugins:badge from 1.13 to 2.2.

Release notes

Sourced from org.jenkins-ci.plugins:badge's releases.

2.2

🐛 Bug fixes

📝 Documentation updates

📦 Dependency updates

2.1

🐛 Bug fixes

2.0

🚀 New Major Version

The Badge Plugin has been completely reworked to overcome some limitations and bugs of previous versions and in order to be easier to maintain. This release is expected to not cause incompatibilities with existing pipeline definitions and configuration on a technical level but may introduce some (minor) visual changes to existing badges and summaries. See the following secions as well as jenkinsci/badge-plugin#151 and the README for more details.

In case you find a bug or potential incompatibility that may have slipped the extensive testing please do not hesitate to create a new issue.

💥 Breaking Changes and Deprecations

The new new major version 2.0 is marked as be incompatible with previous versions and deprecates most of the previous pipeline steps and fields for these steps.

💥 Incompatible downstream plugins

As of now the following plugins are incompatible with Badge Plugin 2.x:

Users of these plugins are advised to not upgrade the Badge Plugin yet and await compatible releases of the respective plugin.

💥 HTML formatting delegated to global Jenkins MarkupFormatter

  • Breaking: Remove Badge Plugin global configuration
    • This will mostly affect usage in JCasC but also may impact some visualization, see next points
  • All text is formatted using Jenkins.get().getMarkupFormatter().translate()
    • Breaking: It is no longer possible to use non-sanitized HTML in badges (unless there is a MarkupFormatter for it)
    • This is a huge security improvement that prevents any malicious injections via HTML / JavaScript and makes configuration easier

... (truncated)

Changelog

Sourced from org.jenkins-ci.plugins:badge's changelog.

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-2.2[groovy-postbuild-2.2] (2014-12-19)

jenkinsci/badge-plugin@groovy-postbuild-2.1...groovy-postbuild-2.2[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-2.1[groovy-postbuild-2.1] (2014-10-25)

jenkinsci/badge-plugin@groovy-postbuild-2.0...groovy-postbuild-2.1[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-2.0[groovy-postbuild-2.0] (2014-09-21)

jenkinsci/badge-plugin@groovy-postbuild-1.10...groovy-postbuild-2.0[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.10[groovy-postbuild-1.10] (2014-07-26)

jenkinsci/badge-plugin@groovy-postbuild-1.9...groovy-postbuild-1.10[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.9[groovy-postbuild-1.9] (2014-04-28)

jenkinsci/badge-plugin@groovy-postbuild-1.8...groovy-postbuild-1.9[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.8[groovy-postbuild-1.8] (2012-08-22)

jenkinsci/badge-plugin@groovy-postbuild-1.7...groovy-postbuild-1.8[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.7[groovy-postbuild-1.7] (2012-05-02)

jenkinsci/badge-plugin@groovy-postbuild-1.6...groovy-postbuild-1.7[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.6[groovy-postbuild-1.6] (2012-02-10)

jenkinsci/badge-plugin@groovy-postbuild-1.5...groovy-postbuild-1.6[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.5[groovy-postbuild-1.5] (2011-11-04)

jenkinsci/badge-plugin@groovy-postbuild-1.4...groovy-postbuild-1.5[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.4[groovy-postbuild-1.4] (2011-04-09)

jenkinsci/badge-plugin@groovy-postbuild-1.3...groovy-postbuild-1.4[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.3[groovy-postbuild-1.3] (2010-03-29)

jenkinsci/badge-plugin@groovy-postbuild-1.2...groovy-postbuild-1.3[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.2[groovy-postbuild-1.2] (2010-03-26)

jenkinsci/badge-plugin@groovy-postbuild-1.1...groovy-postbuild-1.2[Full Changelog]

== https://github.com/jenkinsci/badge-plugin/tree/groovy-postbuild-1.1[groovy-postbuild-1.1] (2010-02-09)

... (truncated)

Commits
  • e5c140e [maven-release-plugin] prepare release badge-2.2
  • 99986b7 Fix pipeline syntax snippet generation (#198) (#199)
  • fff99f4 Update dependency io.jenkins.tools.bom:bom-2.440.x to v3435
  • 5941359 Update dependency io.jenkins.tools.bom:bom-2.440.x to v3413
  • c73ae54 Update dependency org.jenkins-ci.plugins:plugin to v4.88
  • 79df68e Update dependency io.jenkins.tools.bom:bom-2.440.x to v3387
  • 08cae02 [maven-release-plugin] prepare for next development iteration
  • 155123a [maven-release-plugin] prepare release badge-2.1
  • d441fee Use DataBoundConstructor and DataBoundSetter to allow field to be optional in...
  • 662ae2a [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [org.jenkins-ci.plugins:badge](https://github.com/jenkinsci/badge-plugin) from 1.13 to 2.2.
- [Release notes](https://github.com/jenkinsci/badge-plugin/releases)
- [Changelog](https://github.com/jenkinsci/badge-plugin/blob/master/CHANGELOG.adoc)
- [Commits](jenkinsci/badge-plugin@badge-1.13...badge-2.2)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:badge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 12, 2024 21:50
@dependabot dependabot bot added dependencies Dependency related change java Pull requests that update Java code labels Oct 12, 2024
@MarkEWaite
Copy link
Contributor

@dependabot ignore this minor version

Already included in the plugin BOM

@dependabot dependabot bot closed this Oct 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 12, 2024

OK, I won't notify you about version 2.2.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci.plugins-badge-2.2 branch October 12, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency related change java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant