Skip to content

Commit

Permalink
chore(main): release 1.14.1 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoid authored Nov 12, 2024
1 parent dcae480 commit 19f04cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.14.0"}
{".":"1.14.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.14.1](https://github.com/wagoid/estudio-up/compare/v1.14.0...v1.14.1) (2024-11-12)


### Bug Fixes

* lógica de autenticação com API ([dcae480](https://github.com/wagoid/estudio-up/commit/dcae480d1887a837a803bdba2945ea9a81caeb74))
* usa url publico do TTS que está em outro servidor ([b2deead](https://github.com/wagoid/estudio-up/commit/b2deeadf33d319988caaf736e33a251522178af0))

## [1.14.0](https://github.com/wagoid/estudio-up/compare/v1.13.5...v1.14.0) (2024-11-11)


Expand Down
4 changes: 2 additions & 2 deletions kustomize/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
initContainers:
- name: estudio-migrate
image: ghcr.io/wagoid/estudio-up:v1.14.0 # {x-release-please-version}
image: ghcr.io/wagoid/estudio-up:v1.14.1 # {x-release-please-version}
command: ['npm']
args: ['run', 'migrate']
envFrom:
Expand All @@ -33,7 +33,7 @@ spec:
value: estudio
containers:
- name: estudio
image: ghcr.io/wagoid/estudio-up:v1.14.0 # {x-release-please-version}
image: ghcr.io/wagoid/estudio-up:v1.14.1 # {x-release-please-version}
command: ['/usr/bin/tini']
args: ['--', '/app/node_modules/.bin/next', 'start']
ports:
Expand Down

0 comments on commit 19f04cd

Please sign in to comment.