Skip to content

Commit

Permalink
Cut Release 'v2024.12.24'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Dec 24, 2024
1 parent 76ceec6 commit 7966427
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241111-112757.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241118-111354.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241118-113023.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241125-115449.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241202-121631.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241216-112337.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20241216-202805.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions .changes/v2024.12.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [December 24, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.11.8...v2024.12.24)
### Dependency
* Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
* Bump codecov/codecov-action from 4 to 5
* Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0
* Bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.2
* Bump opslevel/report-deploy-github-action from 1.0.0 to 2.0.0
* Bump opslevel/report-deploy-github-action from 2.0.0 to 3.0.0
* Bump golang.org/x/crypto from 0.26.0 to 0.31.0
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and is generated by [Changie](https://github.com/miniscruff/changie).

## [December 24, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.11.8...v2024.12.24)
### Dependency
* Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
* Bump codecov/codecov-action from 4 to 5
* Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0
* Bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.2
* Bump opslevel/report-deploy-github-action from 1.0.0 to 2.0.0
* Bump opslevel/report-deploy-github-action from 2.0.0 to 3.0.0
* Bump golang.org/x/crypto from 0.26.0 to 0.31.0

## [November 08, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.10.28...v2024.11.8)
### Refactor
* BREAKING CHANGE revert ServiceCreateInput and ServiceUpdateInput YAML struct tags back to before 2024 convention
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package opslevel

const clientVersion = "v2024.11.8"
const clientVersion = "v2024.12.24"

0 comments on commit 7966427

Please sign in to comment.