Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.8.4 #177

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3
0.8.4
14 changes: 14 additions & 0 deletions docs/_posts/2024-06-19-v0.8.4.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: "Release 0.8.4"
date: 2024-06-19 00:00:00 +0000
categories: release notes
---

# Whats New

### Fixed

- Issue with the workflow that would not change the internal version


20 changes: 15 additions & 5 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.4
created: "2024-06-19T12:20:16.856839313Z"
description: Parallels Desktop DevOps Service
digest: 23660e6fc4a59eccd018de4fc2575733bb98bf514566257d5f2dab47cb614bf2
name: parallels-devops-service
type: application
urls:
- https://parallels.github.io/prl-devops-service/charts/parallels-devops-service-0.8.4.tgz
version: 0.8.4
- apiVersion: v2
appVersion: 0.8.3
created: "2024-06-19T10:48:48.642661896Z"
created: "2024-06-19T12:20:16.856416431Z"
description: Parallels Desktop DevOps Service
digest: 6b8d93c7857ad5e66cdf09f5247f67f2593cff526c364b027666b1b2ecda396c
name: parallels-devops-service
Expand All @@ -13,7 +23,7 @@ entries:
version: 0.8.3
- apiVersion: v2
appVersion: 0.8.2
created: "2024-06-19T10:48:48.642246726Z"
created: "2024-06-19T12:20:16.855933769Z"
description: Parallels Desktop DevOps Service
digest: 3db74c9beb62a456dd442f21e52e46bf5e88744af947360c7e95f11ba084a26b
name: parallels-devops-service
Expand All @@ -23,7 +33,7 @@ entries:
version: 0.8.2
- apiVersion: v2
appVersion: 0.8.1
created: "2024-06-19T10:48:48.641666476Z"
created: "2024-06-19T12:20:16.855478978Z"
description: Parallels Desktop DevOps Service
digest: 94d87635c30adfb14f1e2a402d8f3e5a36c8b65a1e3ec3ed73b9eab87fdc3f69
name: parallels-devops-service
Expand All @@ -33,12 +43,12 @@ entries:
version: 0.8.1
- apiVersion: v2
appVersion: 0.5.4
created: "2024-06-19T10:48:48.641212964Z"
created: "2024-06-19T12:20:16.855035228Z"
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-19T10:48:48.640568663Z"
generated: "2024-06-19T12:20:16.854446317Z"
Binary file added docs/charts/parallels-devops-service-0.8.4.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.3"
appVersion: "0.8.3"
version: "0.8.4"
appVersion: "0.8.4"
2 changes: 1 addition & 1 deletion src/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7602,7 +7602,7 @@ const docTemplate = `{

// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "0.8.3",
Version: "0.8.4",
Host: "",
BasePath: "/api",
Schemes: []string{},
Expand Down
2 changes: 1 addition & 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.3"
"version": "0.8.4"
},
"basePath": "/api",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1393,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.3
version: 0.8.4
paths:
/health/probe:
get:
Expand Down
2 changes: 1 addition & 1 deletion 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.3
// @version 0.8.4
// @description Parallels Desktop DevOps Service
// @termsOfService http://swagger.io/terms/

Expand Down
Loading