Skip to content

Commit

Permalink
remove releasegen, bump version to 6.26.0 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyshu authored Feb 20, 2025
1 parent a8029a6 commit 7fd2d09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 64 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- main

pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
Expand Down
61 changes: 0 additions & 61 deletions .github/workflows/release-by-changelog.yml

This file was deleted.

4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v6.26.0] - 2025-02-19
### Added
- Add support for role based authentication in s3 backend.
- Changelog-based release generation(ReleaseGen).

### Security
- Update dependencies.
- Update go to 1.23 from 1.22 (1.24 is out now).
- Update go from 1.22 to 1.23 (since 1.24 is out now).

### Documentation
- Update README.md with go version policy.
Expand Down

0 comments on commit 7fd2d09

Please sign in to comment.