Skip to content

Commit

Permalink
0.2.4-alpha.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 14, 2024
1 parent f2537d2 commit d61ea3b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG


## v0.2.4-alpha.8 (2024-10-14)

### Cicd

* cicd(Create pipeline #4): Fix docker registry permissions ([`f2537d2`](https://github.com/raider444/psytican-bot/commit/f2537d299a6ea32affd9a33aba1b299f361acffb))


## v0.2.4-alpha.7 (2024-10-14)

### Cicd
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.1.11
version: 0.1.12

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.2.4-alpha.7
appVersion: 0.2.4-alpha.8
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: git.psynet.su/genesis/psytican-experiment-bot
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.2.4-alpha.7"
tag: "0.2.4-alpha.8"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "psytican-bot"
version = "0.2.4-alpha.7"
version = "0.2.4-alpha.8"
description = "Psytican Helper bot"
authors = ["Igor I Shatunov <genesis@psytican.com>"]
license = "MIT"
Expand Down

0 comments on commit d61ea3b

Please sign in to comment.