This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch eye080 in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
commit cf2acfb822e0d833d4410b90f784f6a38978de00 Author: kezhenxu94 <[email protected]> AuthorDate: Mon Oct 27 08:13:44 2025 +0000 feat: add skywalking-eyes 0.8.0 --- .../release-apache-skywalking-eyes-0-8-0/index.md | 39 ++++++++++++++++++++++ data/docs.yml | 4 +-- data/releases.yml | 20 +++++------ 3 files changed, 51 insertions(+), 12 deletions(-) diff --git a/content/events/release-apache-skywalking-eyes-0-8-0/index.md b/content/events/release-apache-skywalking-eyes-0-8-0/index.md new file mode 100644 index 00000000000..46d1a06228d --- /dev/null +++ b/content/events/release-apache-skywalking-eyes-0-8-0/index.md @@ -0,0 +1,39 @@ +--- +title: "Release Apache SkyWalking Eyes 0.8.0" +date: 2025-10-27 +author: "[SkyWalking Team](/team)" +description: "Release Apache SkyWalking Eyes 0.8.0." +--- + +SkyWalking Eyes 0.8.0 is released. Go to [downloads](/downloads) page to find release tars. + +## What's Changed +* Add support for Elixir by @kezhenxu94 in https://github.com/apache/skywalking-eyes/pull/193 +* Fix twitter/x badge by @kezhenxu94 in https://github.com/apache/skywalking-eyes/pull/194 +* Record the use of SkyWalking Eyes Docker Image under PowerShell 7 by @linghengqian in https://github.com/apache/skywalking-eyes/pull/196 +* Bump up some GitHub Actions by @kezhenxu94 in https://github.com/apache/skywalking-eyes/pull/197 +* Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot[bot] in https://github.com/apache/skywalking-eyes/pull/195 +* Add few missing compatible licenses for dependency check by @kevinw66 in https://github.com/apache/skywalking-eyes/pull/198 +* Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot[bot] in https://github.com/apache/skywalking-eyes/pull/199 +* Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 by @dependabot[bot] in https://github.com/apache/skywalking-eyes/pull/200 +* Update golang.org/x/tools to v0.34.0 for Go 1.25 compatibility by @stefanb in https://github.com/apache/skywalking-eyes/pull/201 +* Fix null pointer panic in listFiles for empty repos and git worktrees by @fgksgf in https://github.com/apache/skywalking-eyes/pull/202 +* Fix version output for go install installations by @fgksgf in https://github.com/apache/skywalking-eyes/pull/203 +* Bump golang.org/x/oauth2 from 0.5.0 to 0.27.0 by @dependabot[bot] in https://github.com/apache/skywalking-eyes/pull/204 +* Ruby dependency license scanning support via Gemfile.lock. by @pboling in https://github.com/apache/skywalking-eyes/pull/205 +* fix: return error in license check, add MIT header by @kezhenxu94 in https://github.com/apache/skywalking-eyes/pull/206 +* Fixed nil dependency panic in Ruby Gemfile.lock resolver by @pboling in https://github.com/apache/skywalking-eyes/pull/207 +* GemfileLockResolver adjusted to exclude all specs when runtime dependencies are empty by @pboling in https://github.com/apache/skywalking-eyes/pull/208 +* feat: Compatibility matrix: MIT & Ruby by @pboling in https://github.com/apache/skywalking-eyes/pull/209 +* Feat/add compat licenses by @pboling in https://github.com/apache/skywalking-eyes/pull/247 +* Fix Gemfile / Gemspec parser to ignore commented dependencies by @pboling in https://github.com/apache/skywalking-eyes/pull/249 +* Update example workflow in the README for the Ruby scenario by @pboling in https://github.com/apache/skywalking-eyes/pull/248 +* Add fsf-free and osi-approved options by @pboling in https://github.com/apache/skywalking-eyes/pull/250 + +## New Contributors +* @linghengqian made their first contribution in https://github.com/apache/skywalking-eyes/pull/196 +* @kevinw66 made their first contribution in https://github.com/apache/skywalking-eyes/pull/198 +* @stefanb made their first contribution in https://github.com/apache/skywalking-eyes/pull/201 +* @pboling made their first contribution in https://github.com/apache/skywalking-eyes/pull/205 + +**Full Changelog**: https://github.com/apache/skywalking-eyes/compare/v0.7.0...v0.8.0 diff --git a/data/docs.yml b/data/docs.yml index 03d9c07f5c8..60e7b99e52f 100644 --- a/data/docs.yml +++ b/data/docs.yml @@ -363,8 +363,8 @@ user: apache repo: skywalking-eyes docs: - - version: v0.7.0 - link: https://github.com/apache/skywalking-eyes/tree/v0.7.0 + - version: v0.8.0 + link: https://github.com/apache/skywalking-eyes/tree/v0.8.0 - name: SkyWalking Infra E2E icon: skywalking-agent-test-tool description: An End-to-End Testing framework that aims to help developers to set up, debug, and verify E2E tests with ease. diff --git a/data/releases.yml b/data/releases.yml index 2569de92e53..ac2772d1308 100644 --- a/data/releases.yml +++ b/data/releases.yml @@ -688,25 +688,25 @@ icon: skywalking-eyes description: A full-featured license tool to check and fix license headers and resolve dependencies' licenses. source: - - version: v0.7.0 - date: Feb. 13th, 2024 + - version: v0.8.0 + date: Oct. 27th, 2025 downloadLink: - name: src - link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.7.0/skywalking-license-eye-0.7.0-src.tgz + link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.8.0/skywalking-license-eye-0.8.0-src.tgz - name: asc - link: https://downloads.apache.org/skywalking/eyes/0.7.0/skywalking-license-eye-0.7.0-src.tgz.asc + link: https://downloads.apache.org/skywalking/eyes/0.8.0/skywalking-license-eye-0.8.0-src.tgz.asc - name: sha512 - link: https://downloads.apache.org/skywalking/eyes/0.7.0/skywalking-license-eye-0.7.0-src.tgz.sha512 + link: https://downloads.apache.org/skywalking/eyes/0.8.0/skywalking-license-eye-0.8.0-src.tgz.sha512 distribution: - - version: v0.7.0 - date: Feb. 13th, 2024 + - version: v0.8.0 + date: Oct. 27th, 2025 downloadLink: - name: tar - link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.7.0/skywalking-license-eye-0.7.0-bin.tgz + link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.8.0/skywalking-license-eye-0.8.0-bin.tgz - name: asc - link: https://downloads.apache.org/skywalking/eyes/0.7.0/skywalking-license-eye-0.7.0-bin.tgz.asc + link: https://downloads.apache.org/skywalking/eyes/0.8.0/skywalking-license-eye-0.8.0-bin.tgz.asc - name: sha512 - link: https://downloads.apache.org/skywalking/eyes/0.7.0/skywalking-license-eye-0.7.0-bin.tgz.sha512 + link: https://downloads.apache.org/skywalking/eyes/0.8.0/skywalking-license-eye-0.8.0-bin.tgz.sha512 - name: SkyWalking Infra E2E icon: skywalking-agent-test-tool description: An End-to-End Testing framework that aims to help developers to set up, debug, and verify E2E tests with ease.
