Skip to content

Commit

Permalink
Merge pull request #58 from podtato-head/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.3.3
  • Loading branch information
thschue authored Jul 21, 2023
2 parents abc79ce + df138d8 commit b2dc260
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.2"}
{".":"0.3.3"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.3.3](https://github.com/podtato-head/podtato-head-app/compare/v0.3.2...v0.3.3) (2023-07-21)


### Features

* add PODTATO_SECRET_MESSAGE env var ([da5cf26](https://github.com/podtato-head/podtato-head-app/commit/da5cf264bfeafadc7152072e51f3bba34cae2d0c))


### Bug Fixes

* **deps:** update module github.com/prometheus/client_golang to v1.16.0 ([4c68102](https://github.com/podtato-head/podtato-head-app/commit/4c68102c6665dd8c62a1753446cf5d9433dc27f4))
* **deps:** update module github.com/pterm/pterm to v0.12.59 ([5a94a71](https://github.com/podtato-head/podtato-head-app/commit/5a94a7179a3307cb6f09059c402e7566b10db1de))
* **deps:** update module github.com/pterm/pterm to v0.12.63 ([b3ce21e](https://github.com/podtato-head/podtato-head-app/commit/b3ce21e32aee73deb302a54f2e6408e8693ce4ec))


### Other

* **deps:** update anchore/sbom-action action to v0.14.3 ([85e7117](https://github.com/podtato-head/podtato-head-app/commit/85e711752360a3e62d96b29fa212827208608d6a))
* **deps:** update golang docker tag to v1.20.4 ([7e701a4](https://github.com/podtato-head/podtato-head-app/commit/7e701a487212a5672a57da02fe03b58ce86d1d33))

## [0.3.2](https://github.com/podtato-head/podtato-head-app/compare/v0.3.1...v0.3.2) (2023-04-12)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Podtato-head is a cloud-native application built to colorfully demonstrate deliv
The Kubernetes manifest is located in the `deploy` folder. It can be deployed using `kubectl` or `kustomize`.

<!---x-release-please-start-version-->
> ```kubectl apply -f https://github.com/podtato-head/podtato-head-app/releases/download/v0.3.2/manifest.yaml```
> ```kubectl apply -f https://github.com/podtato-head/podtato-head-app/releases/download/v0.3.3/manifest.yaml```
<!---x-release-please-end-->
### Helm Chart
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: podtato-head
description: Deploys the podtato-head app
version: 0.3.2 # x-release-please-version
appVersion: 0.3.2 # x-release-please-version
version: 0.3.3 # x-release-please-version
appVersion: 0.3.3 # x-release-please-version
12 changes: 6 additions & 6 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,47 +11,47 @@ images:

# keep ports in sync with podtato-services/main/pkg/provider.go
frontend:
tag: "v0.3.2" #x-release-please-version
tag: "v0.3.3" #x-release-please-version
serviceType: ClusterIP
servicePort: 8080
replicaCount: 1
env: []
# - name: PODTATO_PART_NUMBER
# value: "01"
hat:
tag: "v0.3.2" #x-release-please-version
tag: "v0.3.3" #x-release-please-version
serviceType: ClusterIP
servicePort: 8080
replicaCount: 1
env: []
# - name: PODTATO_PART_NUMBER
# value: "01"
leftLeg:
tag: "v0.3.2" #x-release-please-version
tag: "v0.3.3" #x-release-please-version
serviceType: ClusterIP
servicePort: 8080
replicaCount: 1
env: []
# - name: PODTATO_PART_NUMBER
# value: "01"
leftArm:
tag: "v0.3.2" #x-release-please-version
tag: "v0.3.3" #x-release-please-version
serviceType: ClusterIP
servicePort: 8080
replicaCount: 1
env: []
# - name: PODTATO_PART_NUMBER
# value: "01"
rightLeg:
tag: "v0.3.2" #x-release-please-version
tag: "v0.3.3" #x-release-please-version
serviceType: ClusterIP
servicePort: 8080
replicaCount: 1
env: []
# - name: PODTATO_PART_NUMBER
# value: "01"
rightArm:
tag: "v0.3.2" #x-release-please-version
tag: "v0.3.3" #x-release-please-version
serviceType: ClusterIP
servicePort: 8080
replicaCount: 1
Expand Down
12 changes: 6 additions & 6 deletions deploy/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: podtato-head-frontend
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
image: ghcr.io/podtato-head/podtato-server:v0.3.3 #x-release-please-version
resources:
requests:
memory: "32Mi"
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
spec:
containers:
- name: podtato-head-left-arm
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
image: ghcr.io/podtato-head/podtato-server:v0.3.3 #x-release-please-version
resources:
requests:
memory: "32Mi"
Expand Down Expand Up @@ -123,7 +123,7 @@ spec:
spec:
containers:
- name: podtato-head-right-arm
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
image: ghcr.io/podtato-head/podtato-server:v0.3.3 #x-release-please-version
resources:
requests:
memory: "32Mi"
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:
spec:
containers:
- name: podtato-head-left-leg
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
image: ghcr.io/podtato-head/podtato-server:v0.3.3 #x-release-please-version
resources:
requests:
memory: "32Mi"
Expand Down Expand Up @@ -215,7 +215,7 @@ spec:
spec:
containers:
- name: podtato-head-right-leg
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
image: ghcr.io/podtato-head/podtato-server:v0.3.3 #x-release-please-version
resources:
requests:
memory: "32Mi"
Expand Down Expand Up @@ -261,7 +261,7 @@ spec:
spec:
containers:
- name: podtato-head-hat
image: ghcr.io/podtato-head/podtato-server:v0.3.2 #x-release-please-version
image: ghcr.io/podtato-head/podtato-server:v0.3.3 #x-release-please-version
resources:
requests:
memory: "32Mi"
Expand Down

0 comments on commit b2dc260

Please sign in to comment.