From 408867194d2bb24daf1627d8cb759fdfc24f9089 Mon Sep 17 00:00:00 2001 From: OpsLevel Bots Date: Thu, 1 Aug 2024 16:26:00 +0000 Subject: [PATCH] Cut Release 'v2024.8.1' --- .changes/unreleased/Dependency-20240723-155713.yaml | 3 --- .changes/unreleased/Feature-20240705-152434.yaml | 3 --- .changes/unreleased/Feature-20240716-112344.yaml | 3 --- .changes/unreleased/Feature-20240722-152338.yaml | 4 ---- .changes/unreleased/Feature-20240730-092813.yaml | 3 --- .changes/v2024.8.1.md | 8 ++++++++ CHANGELOG.md | 9 +++++++++ version.go | 2 +- 8 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 .changes/unreleased/Dependency-20240723-155713.yaml delete mode 100644 .changes/unreleased/Feature-20240705-152434.yaml delete mode 100644 .changes/unreleased/Feature-20240716-112344.yaml delete mode 100644 .changes/unreleased/Feature-20240722-152338.yaml delete mode 100644 .changes/unreleased/Feature-20240730-092813.yaml create mode 100644 .changes/v2024.8.1.md diff --git a/.changes/unreleased/Dependency-20240723-155713.yaml b/.changes/unreleased/Dependency-20240723-155713.yaml deleted file mode 100644 index ed862b7a..00000000 --- a/.changes/unreleased/Dependency-20240723-155713.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependency -body: bump opslevel-go module version to go 1.22 -time: 2024-07-23T15:57:13.850664-05:00 diff --git a/.changes/unreleased/Feature-20240705-152434.yaml b/.changes/unreleased/Feature-20240705-152434.yaml deleted file mode 100644 index 40467ac1..00000000 --- a/.changes/unreleased/Feature-20240705-152434.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: Add support for Azure Resource Integrations -time: 2024-07-05T15:24:34.169459-04:00 diff --git a/.changes/unreleased/Feature-20240716-112344.yaml b/.changes/unreleased/Feature-20240716-112344.yaml deleted file mode 100644 index 99c7ba01..00000000 --- a/.changes/unreleased/Feature-20240716-112344.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: Add ability to create, update, list and get 'PackageVersion' checks -time: 2024-07-16T11:23:44.205054-05:00 diff --git a/.changes/unreleased/Feature-20240722-152338.yaml b/.changes/unreleased/Feature-20240722-152338.yaml deleted file mode 100644 index b45cc03e..00000000 --- a/.changes/unreleased/Feature-20240722-152338.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Feature -body: add Locked field to AlertSource, InfrastructureResource, Repository, Service, and - System structs -time: 2024-07-22T15:23:38.273543-05:00 diff --git a/.changes/unreleased/Feature-20240730-092813.yaml b/.changes/unreleased/Feature-20240730-092813.yaml deleted file mode 100644 index 12690deb..00000000 --- a/.changes/unreleased/Feature-20240730-092813.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: Add Service Property Definition check -time: 2024-07-30T09:28:13.213734-05:00 diff --git a/.changes/v2024.8.1.md b/.changes/v2024.8.1.md new file mode 100644 index 00000000..c0cda0e8 --- /dev/null +++ b/.changes/v2024.8.1.md @@ -0,0 +1,8 @@ +## [August 01, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.7.5...v2024.8.1) +### Feature +* Add support for Azure Resource Integrations +* Add ability to create, update, list and get 'PackageVersion' checks +* add Locked field to AlertSource, InfrastructureResource, Repository, Service, and System structs +* Add Service Property Definition check +### Dependency +* bump opslevel-go module version to go 1.22 diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f71249..4f5a7548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [August 01, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.7.5...v2024.8.1) +### Feature +* Add support for Azure Resource Integrations +* Add ability to create, update, list and get 'PackageVersion' checks +* add Locked field to AlertSource, InfrastructureResource, Repository, Service, and System structs +* Add Service Property Definition check +### Dependency +* bump opslevel-go module version to go 1.22 + ## [July 05, 2024](https://github.com/OpsLevel/opslevel-go/compare/v2024.7.2...v2024.7.5) ### Feature * add team_member and standards_admin UserRole enums diff --git a/version.go b/version.go index d57fe017..b07d0223 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package opslevel -const clientVersion = "v2024.7.5" +const clientVersion = "v2024.8.1"