Tags: allure-framework/allure-bamboo
Tags
Fix security issues 2 (#377) * Fix ssrf * Bump spring.version from 6.2.5 to 6.2.8 (#374) Bumps `spring.version` from 6.2.5 to 6.2.8. Updates `org.springframework:spring-beans` from 6.2.5 to 6.2.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.5...v6.2.8) Updates `org.springframework:spring-context` from 6.2.5 to 6.2.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.5...v6.2.8) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.9.3.0 (#372) Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.3.6 to 4.9.3.0. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.7.3.6...spotbugs-maven-plugin-4.9.3.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 (#373) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.4 to 2.44.5. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.44.4...maven/2.44.5) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump org.apache.maven.plugins:maven-checkstyle-plugin (#375) Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.1 to 3.6.0. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.6.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix libs * Bump com.atlassian.plugins:atlassian-plugins-osgi-javaconfig (#376) Bumps [com.atlassian.plugins:atlassian-plugins-osgi-javaconfig](https://bitbucket.org/atlassian/atlassian-plugins-osgi-javaconfig) from 0.2.0 to 0.6.0. - [Commits](https://bitbucket.org/atlassian/atlassian-plugins-osgi-javaconfig/commits) --- updated-dependencies: - dependency-name: com.atlassian.plugins:atlassian-plugins-osgi-javaconfig dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vitalii Bragin <[email protected]> * Potential fix for code scanning alert no. 9: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Potential fix for code scanning alert no. 8: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Bump actions/setup-java from 3 to 4 (#335) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Minor Updates (#304) * > Bamboo v7+ Support > Historical Fixes > Allure binary download, unzip, and so on was updated > All libraries was updated to newer versions > Removed the error when you add the allure task to any plan (only a log message is shown) Signed-off-by: Manuel Lara <[email protected]> * > AllureArtifactsManager: Ensure the path URL, avoiding having two backslashes together when filePath is concatenated > AllureBuildCompleteAction: Fixing Report URL in the executor.json file. > AllureCommandLineSupport: Increasing timeout to 5 minutes > AllureReportServlet: Rollback URL Pattern Signed-off-by: Manuel Lara <[email protected]> * > AllureBuildCompleteAction: Adding more historical info (trends and so on). Signed-off-by: Manuel Lara <[email protected]> * > Customize the logo of each report from each build from the bamboo UI > Bug: When you try to uncheck an option from Bamboo UI the option is not saved. > Download Util class we created to download logo and allure binary > The deprecated logo was changed due to it being confused. (It is not deprecated, it is just not necessary) > The task description was changed > Bug: If you add an allure task to your plan the build fails due to API incompatibility Signed-off-by: Manuel Lara <[email protected]> * > Bug-fixed: If a plan execution fails the history is missing for the next execution. Signed-off-by: Manuel Lara <[email protected]> * > Plan Titles customization > Allure removed from the title. (it's not customizable) > A link was created to download the report for evidence in other systems. > The logo can have other types not only SVG. > Fix some dependencies conflicts Signed-off-by: Manuel Lara <[email protected]> * > Change Version: 2.0, because the change in this version is major. Signed-off-by: Manuel Lara <[email protected]> * Revert "> Change Version: 2.0, because the change in this version is major." This reverts commit d873df7. * Revert "Revert "> Change Version: 2.0, because the change in this version is major."" This reverts commit e143ff0. * > Change Version: 2.0 to 2.0-SNAPSHOT > amps.version to 8.0.3-89c970d65 Signed-off-by: Manuel Lara <[email protected]> * update license Signed-off-by: Manuel Lara <[email protected]> * > Fixes Signed-off-by: Manuel Lara <[email protected]> * > Fixes: - Fixed custom logo error with multiple plans same agent. - Improved logo customization options with support for base64 URLs and various file extensions. Signed-off-by: Manuel Lara <[email protected]> * > Fixes: - Fixed custom logo error with multiple plans same agent. - Improved logo customization options with support for base64 URLs and various file extensions. Signed-off-by: Manuel Lara <[email protected]> * > Fixes: - Fixed custom logo error with multiple plans same agent. - Improved logo customization options with support for base64 URLs and various file extensions. Signed-off-by: Manuel Lara <[email protected]> --------- Signed-off-by: Manuel Lara <[email protected]> Co-authored-by: Dmitry Baev <[email protected]>
PreviousNext