-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a61421
commit f1283d6
Showing
7 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |