Compare commits

...

2 Commits

Author SHA1 Message Date
CI
666bc7af43 chore: release version v1.15.5
Some checks are pending
Build / 🚀 Deploy to test env (fly.io) (push) Waiting to run
Build / 🛠 Build (1.17, 18.x, 27) (push) Waiting to run
Build / 🛠 Build Docker Images (linux/amd64) (push) Blocked by required conditions
Build / 🏷 Create Release (push) Blocked by required conditions
2024-11-14 12:57:21 +00:00
Dmitry Popov
dc077d5a5b chore: release version v1.15.4 2024-11-14 13:56:52 +01:00
3 changed files with 15 additions and 11 deletions

View File

@@ -2,6 +2,11 @@
<!-- changelog -->
## [v1.15.5](https://github.com/wanderer-industries/wanderer/compare/v1.15.4...v1.15.5) (2024-11-14)
## [v1.15.4](https://github.com/wanderer-industries/wanderer/compare/v1.15.3...v1.15.4) (2024-11-14)

View File

@@ -3,7 +3,7 @@
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'wanderer'
app = 'wanderer-test'
primary_region = 'ams'
kill_signal = 'SIGTERM'
swap_size_mb = 512
@@ -14,18 +14,14 @@ swap_size_mb = 512
release_command = '/app/bin/migrate.sh'
[env]
PHX_HOST = 'wanderer.fly.dev'
PHX_HOST = 'wanderer-test.fly.dev'
PHX_SERVER = 'true'
PORT = '8080'
[metrics]
port = 4021
path = "/metrics"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false
auto_stop_machines = 'off'
auto_start_machines = false
min_machines_running = 0
processes = ['app']
@@ -36,6 +32,9 @@ path = "/metrics"
soft_limit = 1000
[[vm]]
memory = '256mb'
cpu_kind = 'shared'
cpus = 1
size = 'shared-cpu-1x'
[[metrics]]
port = 4021
path = '/metrics'
https = false

View File

@@ -2,7 +2,7 @@ defmodule WandererApp.MixProject do
use Mix.Project
@source_url "https://github.com/wanderer-industries/wanderer"
@version "1.15.4"
@version "1.15.5"
def project do
[