@promovaweb/specsfy 0.20.1 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,27 @@ Todas as mudanças relevantes do Specsfy CLI são registradas neste arquivo.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.21.0] - 2026-09-03
|
|
8
|
+
|
|
9
|
+
### Adicionado
|
|
10
|
+
|
|
11
|
+
- Adota Cloudflare Tunnel como ingresso padrão das stacks Docker Swarm.
|
|
12
|
+
- Executa `cloudflared` na rede overlay da aplicação e entrega o token por
|
|
13
|
+
Docker Secret criado a partir do Ansible Vault.
|
|
14
|
+
- Permite escolher outro proxy com `--proxy external`.
|
|
15
|
+
|
|
16
|
+
### Alterado
|
|
17
|
+
|
|
18
|
+
- Documenta o fluxo do túnel no guia do usuário, no capítulo de deploy e na
|
|
19
|
+
referência técnica das skills.
|
|
20
|
+
|
|
21
|
+
### Validação
|
|
22
|
+
|
|
23
|
+
- `python3 -B -m unittest discover -s tests -p 'test_*.py'`
|
|
24
|
+
- `cd cli && npm run check`
|
|
25
|
+
- `make verify-ebook`
|
|
26
|
+
- `make verify-version`
|
|
27
|
+
|
|
7
28
|
## [0.20.1] - 2026-09-03
|
|
8
29
|
|
|
9
30
|
### Corrigido
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED
package/package.json
CHANGED