Skip to content

Commit

Permalink
Cut Release 'v2024.9.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Sep 3, 2024
1 parent 1a61421 commit f1283d6
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
4 changes: 0 additions & 4 deletions .changes/unreleased/Bugfix-20240826-110607.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240826-114035.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20240902-115546.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20240821-150044.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v2024.9.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [September 03, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.8.16...v2024.9.3)
### Bugfix
* Fix bug with ReconcileTags not properly reconciling the tags due to incorrect behavior of TagAssign mutation.
### Feature
* add Systems to Cacher struct, and related caching operations
### Dependency
* Bump opslevel/report-deploy-github-action from 0.7.0 to 0.10.0
* Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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).

## [September 03, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.8.16...v2024.9.3)
### Bugfix
* Fix bug with ReconcileTags not properly reconciling the tags due to incorrect behavior of TagAssign mutation.
### Feature
* add Systems to Cacher struct, and related caching operations
### Dependency
* Bump opslevel/report-deploy-github-action from 0.7.0 to 0.10.0
* Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0

## [August 16, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.8.1...v2024.8.16)
### Bugfix
* Fix bug where AlertSource and InfraResource queries failed because field name should be `ownerLocked` instead of `locked` field
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.8.16"
const clientVersion = "v2024.9.3"

0 comments on commit f1283d6

Please sign in to comment.