Skip to content

Commit

Permalink
Release extension version 0.8.2 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao authored Jun 18, 2024
1 parent 6a3d98a commit 1b16006
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
20 changes: 20 additions & 0 deletions docs/_posts/2024-06-17-v0.8.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: post
title: "Release 0.8.1"
date: 2024-06-17 00:00:00 +0000
categories: release notes
---

# Whats New

### Fixed

- Generation of the Helm Charts
- Issue where some missing details in telemetry would crash

### Changed

- Added better readme documentation
- Updated some documentation


22 changes: 22 additions & 0 deletions docs/_posts/2024-06-18-v0.8.2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: post
title: "Release 0.8.2"
date: 2024-06-18 00:00:00 +0000
categories: release notes
---

# Whats New

### Fixed

- Issue that prevented the push of a manifest if the metadata already existed in
the catalog
- Issue where the delete of a catalog would fail if the ID was used
- Issue with documentation links in the index.md for discord

### Changed

- Added version to all telemetry events
- Added more information to the hardware endpoint


16 changes: 13 additions & 3 deletions docs/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
apiVersion: v1
entries:
parallels-devops-service:
- apiVersion: v2
appVersion: 0.8.2
created: "2024-06-18T14:13:45.591710698Z"
description: Parallels Desktop DevOps Service
digest: 3db74c9beb62a456dd442f21e52e46bf5e88744af947360c7e95f11ba084a26b
name: parallels-devops-service
type: application
urls:
- https://parallels.github.io/prl-devops-service/charts/parallels-devops-service-0.8.2.tgz
version: 0.8.2
- apiVersion: v2
appVersion: 0.8.1
created: "2024-06-17T15:04:55.429138328Z"
created: "2024-06-18T14:13:45.591268665Z"
description: Parallels Desktop DevOps Service
digest: 94d87635c30adfb14f1e2a402d8f3e5a36c8b65a1e3ec3ed73b9eab87fdc3f69
name: parallels-devops-service
Expand All @@ -13,12 +23,12 @@ entries:
version: 0.8.1
- apiVersion: v2
appVersion: 0.5.4
created: "2024-06-17T15:04:55.428681383Z"
created: "2024-06-18T14:13:45.590806725Z"
description: Parallels Desktop DevOps Service
digest: c2bc464c67821348b07472a34d54c7dea01cbd503942628e4342df3b699a3f62
name: parallels-devops-service
type: application
urls:
- https://parallels.github.io/prl-devops-service/charts/parallels-devops-service-0.5.4.tgz
version: 0.5.4
generated: "2024-06-17T15:04:55.427896635Z"
generated: "2024-06-18T14:13:45.590176251Z"
Binary file added docs/charts/parallels-devops-service-0.8.2.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.8.1"
appVersion: "0.8.1"
version: "0.8.2"
appVersion: "0.8.2"
14 changes: 13 additions & 1 deletion src/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7280,6 +7280,18 @@ const docTemplate = `{
"cpu_type": {
"type": "string"
},
"devops_version": {
"type": "string"
},
"parallels_desktop_licensed": {
"type": "boolean"
},
"parallels_desktop_version": {
"type": "string"
},
"system_reserved": {
"$ref": "#/definitions/models.SystemUsageItem"
},
"total": {
"$ref": "#/definitions/models.SystemUsageItem"
},
Expand Down Expand Up @@ -7590,7 +7602,7 @@ const docTemplate = `{

// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "0.8.1",
Version: "0.8.2",
Host: "",
BasePath: "/api",
Schemes: []string{},
Expand Down
14 changes: 13 additions & 1 deletion src/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
},
"version": "0.8.1"
"version": "0.8.2"
},
"basePath": "/api",
"paths": {
Expand Down Expand Up @@ -7273,6 +7273,18 @@
"cpu_type": {
"type": "string"
},
"devops_version": {
"type": "string"
},
"parallels_desktop_licensed": {
"type": "boolean"
},
"parallels_desktop_version": {
"type": "string"
},
"system_reserved": {
"$ref": "#/definitions/models.SystemUsageItem"
},
"total": {
"$ref": "#/definitions/models.SystemUsageItem"
},
Expand Down
10 changes: 9 additions & 1 deletion src/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,14 @@ definitions:
type: string
cpu_type:
type: string
devops_version:
type: string
parallels_desktop_licensed:
type: boolean
parallels_desktop_version:
type: string
system_reserved:
$ref: '#/definitions/models.SystemUsageItem'
total:
$ref: '#/definitions/models.SystemUsageItem'
total_available:
Expand Down Expand Up @@ -1385,7 +1393,7 @@ info:
url: http://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: http://swagger.io/terms/
title: Parallels Desktop DevOps Service
version: 0.8.1
version: 0.8.2
paths:
/health/probe:
get:
Expand Down
10 changes: 5 additions & 5 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
var ver = "0.8.0"

// @title Parallels Desktop DevOps Service
// @version 0.8.1
// @version 0.8.2
// @description Parallels Desktop DevOps Service
// @termsOfService http://swagger.io/terms/

Expand All @@ -38,10 +38,10 @@ var ver = "0.8.0"
// @in header
// @name X-Api-Key

// @securityDefinitions.apikey BearerAuth
// @description Type "Bearer" followed by a space and JWT token.
// @in header
// @name Authorization
// @securityDefinitions.apikey BearerAuth
// @description Type "Bearer" followed by a space and JWT token.
// @in header
// @name Authorization
func main() {
// catching all of the exceptions
defer func() {
Expand Down

0 comments on commit 1b16006

Please sign in to comment.