Skip to content

Commit

Permalink
Release extension version 0.8.7 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlapao authored Aug 20, 2024
1 parent 63bf084 commit 3687f4b
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 16 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.6
0.8.7
14 changes: 14 additions & 0 deletions docs/_posts/2024-08-20-v0.8.7.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: "Release 0.8.7"
date: 2024-08-20 00:00:00 +0000
categories: release notes
---

# Whats New

### Added

- Added client to the pull request from the catalog


26 changes: 18 additions & 8 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.7
created: "2024-08-20T10:01:31.075357851Z"
description: Parallels Desktop DevOps Service
digest: bf903453bc8c261c699518200304a6fb1774c83c22f4e18ec27fb6ea9b189597
name: parallels-devops-service
type: application
urls:
- https://parallels.github.io/prl-devops-service/charts/parallels-devops-service-0.8.7.tgz
version: 0.8.7
- apiVersion: v2
appVersion: 0.8.6
created: "2024-07-11T09:22:21.315938247Z"
created: "2024-08-20T10:01:31.074926375Z"
description: Parallels Desktop DevOps Service
digest: 49ebd0f2a07d40e7fcc1e2c480ded7c33a2701bdbc306b9ecb4fe26b3bfbfd0a
name: parallels-devops-service
Expand All @@ -13,7 +23,7 @@ entries:
version: 0.8.6
- apiVersion: v2
appVersion: 0.8.5
created: "2024-07-11T09:22:21.315521247Z"
created: "2024-08-20T10:01:31.074471524Z"
description: Parallels Desktop DevOps Service
digest: da5b419934de020af1dc77a83e7ef2614aa09cb71598fa76dcf23b0868d447e2
name: parallels-devops-service
Expand All @@ -23,7 +33,7 @@ entries:
version: 0.8.5
- apiVersion: v2
appVersion: 0.8.4
created: "2024-07-11T09:22:21.315086253Z"
created: "2024-08-20T10:01:31.074030579Z"
description: Parallels Desktop DevOps Service
digest: 9ec0f77ebfa1cd0caac2853a9e1ba20b58128bb5115cda32b6136d0475393a6f
name: parallels-devops-service
Expand All @@ -33,7 +43,7 @@ entries:
version: 0.8.4
- apiVersion: v2
appVersion: 0.8.3
created: "2024-07-11T09:22:21.314681296Z"
created: "2024-08-20T10:01:31.073569377Z"
description: Parallels Desktop DevOps Service
digest: 6b8d93c7857ad5e66cdf09f5247f67f2593cff526c364b027666b1b2ecda396c
name: parallels-devops-service
Expand All @@ -43,7 +53,7 @@ entries:
version: 0.8.3
- apiVersion: v2
appVersion: 0.8.2
created: "2024-07-11T09:22:21.314267292Z"
created: "2024-08-20T10:01:31.073127541Z"
description: Parallels Desktop DevOps Service
digest: 3db74c9beb62a456dd442f21e52e46bf5e88744af947360c7e95f11ba084a26b
name: parallels-devops-service
Expand All @@ -53,7 +63,7 @@ entries:
version: 0.8.2
- apiVersion: v2
appVersion: 0.8.1
created: "2024-07-11T09:22:21.313819735Z"
created: "2024-08-20T10:01:31.072670717Z"
description: Parallels Desktop DevOps Service
digest: 94d87635c30adfb14f1e2a402d8f3e5a36c8b65a1e3ec3ed73b9eab87fdc3f69
name: parallels-devops-service
Expand All @@ -63,12 +73,12 @@ entries:
version: 0.8.1
- apiVersion: v2
appVersion: 0.5.4
created: "2024-07-11T09:22:21.31336291Z"
created: "2024-08-20T10:01:31.072197231Z"
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-07-11T09:22:21.31273707Z"
generated: "2024-08-20T10:01:31.071545062Z"
Binary file added docs/charts/parallels-devops-service-0.8.7.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.6"
appVersion: "0.8.6"
version: "0.8.7"
appVersion: "0.8.7"
5 changes: 4 additions & 1 deletion src/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7073,6 +7073,9 @@ const docTemplate = `{
"catalog_id": {
"type": "string"
},
"client": {
"type": "string"
},
"connection": {
"type": "string"
},
Expand Down Expand Up @@ -7602,7 +7605,7 @@ const docTemplate = `{

// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "0.8.6",
Version: "0.8.7",
Host: "",
BasePath: "/api",
Schemes: []string{},
Expand Down
5 changes: 4 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.6"
"version": "0.8.7"
},
"basePath": "/api",
"paths": {
Expand Down Expand Up @@ -7066,6 +7066,9 @@
"catalog_id": {
"type": "string"
},
"client": {
"type": "string"
},
"connection": {
"type": "string"
},
Expand Down
4 changes: 3 additions & 1 deletion src/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,8 @@ definitions:
type: string
catalog_id:
type: string
client:
type: string
connection:
type: string
machine_name:
Expand Down Expand Up @@ -1393,7 +1395,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.6
version: 0.8.7
paths:
/health/probe:
get:
Expand Down
4 changes: 2 additions & 2 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import (
"github.com/cjlapao/common-go/version"
)

var ver = "0.8.6"
var ver = "0.8.7"

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

Expand Down

0 comments on commit 3687f4b

Please sign in to comment.