From ee801f5d0ee26caad59b5614092e207fde2c43d5 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Sun, 15 Jun 2025 23:06:05 +0530 Subject: [PATCH] chore: bump version to v2.13.1 - Updated package.json version from 2.13.0 to 2.13.1 - Added CHANGELOG.md entry for v2.13.1 with Docker workflow improvements - Includes Docker Scout migration, CI/CD enhancements, and package updates --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4486c6..b228922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ All notable changes to the Gitea Mirror project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.13.1] - 2025-06-15 + +### Added +- Docker Hub authentication for Docker Scout security scanning +- Comprehensive Docker workflow consolidation with build, push & security scan + +### Improved +- Enhanced CI/CD pipeline reliability with better error handling +- Updated Bun base image to latest version for improved security +- Migrated from Trivy to Docker Scout for more comprehensive security scanning +- Enhanced Docker workflow with wait steps for image availability + +### Fixed +- Docker Scout action integration issues and image reference problems +- Workflow reliability improvements with proper error handling +- Security scanning workflow now continues on security issues without failing the build + +### Changed +- Updated package dependencies to latest versions +- Consolidated multiple Docker workflows into single comprehensive workflow +- Enhanced security scanning with Docker Scout integration + ## [2.13.0] - 2025-06-15 ### Added diff --git a/package.json b/package.json index 6085459..1d77b06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "2.13.0", + "version": "2.13.1", "engines": { "bun": ">=1.2.9" },