Skip to content

Commit

Permalink
Merge branch 'main' into renovate/golang-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karlderkaefer authored Jan 4, 2025
2 parents 6457e6e + 2f522dc commit ef47bb0
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
BITBUCKET_TEST_TOKEN: ${{ secrets.BITBUCKET_TEST_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

docker-build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: .
# push only on main or on tags
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Generate a changelog
uses: orhun/git-cliff-action@v3
uses: orhun/git-cliff-action@v4
with:
config: cliff.toml
args: --verbose
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
install-only: true
- name: Show GoReleaser version
Expand Down
44 changes: 44 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## [unreleased]


## [2.13.5] - 2024-12-01

### 🐛 Bug Fixes
Expand Down Expand Up @@ -99,6 +102,11 @@ All notable changes to this project will be documented in this file.
- *(ci)* Release config for gz by @karlderkaefer ([ac3a9bb](ac3a9bb373bc850e493db4765834da1233500602))




## New Contributors
* @github-actions[bot] made their first contribution

## [2.12.1] - 2024-04-01

### 🐛 Bug Fixes
Expand Down Expand Up @@ -151,6 +159,11 @@ All notable changes to this project will be documented in this file.
- Update .all-contributorsrc [skip ci] by @allcontributors[bot] ([401514e](401514eb9732ea0e361c27c29d37fe0af11aea36))




## New Contributors
* @joshmyers made their first contribution

## [2.9.2] - 2024-02-01

### 🐛 Bug Fixes
Expand Down Expand Up @@ -237,6 +250,11 @@ All notable changes to this project will be documented in this file.
- Update .all-contributorsrc [skip ci] by @allcontributors[bot] ([1ed7e78](1ed7e7809849ae2b8591d73871ab9e4fa91d3cab))




## New Contributors
* @peter-svensson made their first contribution

## [2.5.3] - 2023-10-01

### 🐛 Bug Fixes
Expand Down Expand Up @@ -436,6 +454,14 @@ All notable changes to this project will be documented in this file.
- Create .all-contributorsrc [skip ci] by @allcontributors[bot] ([ab4dd52](ab4dd52432126e8a461f8db105689eecb3992544))




## New Contributors
* @ made their first contribution in [#45](https://github.com/karlderkaefer/cdk-notifier/pull/45)


* @allcontributors[bot] made their first contribution

## [2.0.2] - 2022-07-30

### 🐛 Bug Fixes
Expand Down Expand Up @@ -464,6 +490,11 @@ All notable changes to this project will be documented in this file.
- Cross post medium link by @karlderkaefer ([243769d](243769d51c0dc17eac3a45eb298d5b59921a1846))




## New Contributors
* @renovate[bot] made their first contribution

## [1.2.12] - 2022-06-12

### 🐛 Bug Fixes
Expand Down Expand Up @@ -563,6 +594,11 @@ All notable changes to this project will be documented in this file.
- *(deps)* Fix(deps): update golang dependencies by @renovate-bot in [#11](https://github.com/karlderkaefer/cdk-notifier/pull/11) ([04869eb](04869eba240c8e282b1638c16f842194ddae90e7))




## New Contributors
* @renovate-bot made their first contribution in [#11](https://github.com/karlderkaefer/cdk-notifier/pull/11)

## [1.2.0] - 2021-09-11

### 🚀 Features
Expand Down Expand Up @@ -631,4 +667,12 @@ All notable changes to this project will be documented in this file.
- Add version to cobra by @karlderkaefer ([b1cf51f](b1cf51f7563b756f8e29b35beead75cfde62a19f))




## New Contributors
* @semantic-release-bot made their first contribution


* @karlderkaefer made their first contribution in [#2](https://github.com/karlderkaefer/cdk-notifier/pull/2)

<!-- generated by git-cliff -->
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"^github.com/google/go-github/"
],
"matchUpdateTypes": [
"major"
],
"automerge": true
"automerge": true,
"matchPackageNames": [
"/^github.com/google/go-github//"
]
}
],
"postUpdateOptions": [
Expand Down

0 comments on commit ef47bb0

Please sign in to comment.