Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 07:04
· 2308 commits to main since this release

What's Changed

Breaking Changes 🛠

  • 74f14a6 feat(package-managers/python)!: Support Python 3.11

Bug Fixes 🐞

  • 13a9c83 MavenSupport: Improve the logic to fixup project paths in SCM URLs
  • 4e81ebd buildSrc: Evaluate the applicationName lazily
  • 57054fd docker: Add missing base image context
  • 7e3de27 docker: Re-align the Poetry version
  • cb18d44 docker: Set correct version for runtime
  • cf14991 node: Bring back NodeJS arg to local docker_build script
  • b44467d node: Bring back NodeJS version arg to image build

Build 🐘 & CI ⚙️

  • 5389da0 Gradle: Fix publishing the gradle-model artifact
  • 753ea9a downloader: Exclude Apache MINA's sshd-sftp dependency
  • 8b2a62e gradle-inspector: Escape a regex string when renaming files
  • 311ab74 version: If on a pre-release, use the SemVer with SHA1 metadata

Chores 🔧

  • b72436d buildSrc: Update the list of classes to initialize at build time
  • e3bbcdb docker: Adjust build frequency
  • f2095d3 docker: Move NODEJS_VERSION arg to correct image
  • f705d56 docker: Proper use gradle based ORT_VERSION
  • b3fd33a docker: Upgrade python to the latest version
  • f386e5a docker: Use more common naming
  • 8a3144e notifier: Explain why slf4j-log4j12 is excluded
  • acad59b python: Re-create the lock file from pyproject.toml

Dependency updates 🚀

  • 0057704 chore(deps): Add libmagic as fallback for typecode-libmagic
  • 683ca30 update dependency com.autonomousapps.dependency-analysis to v1.23.1
  • 8fa94ab update dependency com.autonomousapps.dependency-analysis to v1.24.0
  • 05492c1 update dependency com.github.ajalt.clikt:clikt to v4.2.1
  • 49bf674 update docker/setup-buildx-action action to v3

Docs 📖

  • 6c0f1dc resolutions: Fix dead link in documentation
  • 0f3e8be schemas: Link to official website instead of GitHub markdown files

New Features 🎉

  • aef4fe4 PurlUtils: Add optional parameters to toPurl

Other Changes 💡

  • e4ad9c0 style(WebApp): Trivially simplify the isResolved functions
  • 3207d1e style(detekt): Enable the "MissingPackageDeclaration" rule

Refactorings 🚜

  • 94737ae cli: Avoid the need to determine the ORT logo width
  • f833fee poetry: Improve the definition file paths
  • 576d323 Make use of the simpler new CliktCommand.test(vararg) syntax

Tests ✅

  • fbf96b9 cyclonedx: Allow + as part of the version when patching results
  • 13a4714 osv: Update expected results
  • 7d67ffb pub: Update expected results
  • 95db125 python: Update expected results
  • f4e0882 spm: Update expected results