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.9.1 to 2.1 #997

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps org.jenkins-ci.plugins:badge from 1.9.1 to 2.1.

Release notes

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

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

🚧 Deprecations

At this point it is not clear when or if these deprecations will be removed, however use is discouraged and there are no plans to maintain deprecated functionallity.

  • Deprecate addHtmlBadge (can be substituted by addBadge)
    • Remains backwards compatibility for existing pipelines and configs
    • Add deprecation notices to build output
  • Deprecate addShortText (can be substituted by addBadge)
    • Remains backwards compatibility for existing pipelines and configs
    • Add deprecation notices to build output
  • Deprecate createSummary (can be substituted by addSummary)
    • Remains backwards compatibility for existing pipelines and configs
    • Add deprecation notices to build output
  • Remove all documentation of deprecated badges

🚀 New features and improvements

🚀 addBadge reworked

... (truncated)

Changelog

Sourced from org.jenkins-ci.plugins:badge's 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)

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

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

Commits
  • 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
  • 585cf9f [maven-release-plugin] prepare release badge-2.0
  • fa18486 Refactoring for new major version (#151)
  • 98da130 Update dependency io.jenkins.tools.bom:bom-2.440.x to v3358
  • 9820e43 Update dependency io.jenkins.tools.bom:bom-2.440.x to v3334
  • 55e3f5a Example on how to use font-awesome (#184)
  • ef49a26 Update dependency io.jenkins.tools.bom:bom-2.440.x to v3307
  • 1e41a73 Update dependency org.jenkins-ci.plugins:plugin to v4.87 (#182)
  • 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.9.1 to 2.1.
- [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.9.1...badge-2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 23, 2024 09:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 23, 2024
@basil
Copy link
Member

basil commented Sep 25, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2024

Looks like org.jenkins-ci.plugins:badge is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 25, 2024
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci.plugins-badge-2.1 branch September 25, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant