Skip to content

Releases: swiftwave-org/swiftwave

2.0.7-1

02 Jun 17:16
fbb560d
Compare
Choose a tag to compare

What's Changed

  • feat: memory limiting of deployed applications #600
  • memory limiting supported in normal application development + in stack deployment

Full Changelog: 2.0.6-1...2.0.7-1

2.0.6-1

30 May 14:30
f91631b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.11 to 1.53.12 by @dependabot in #672
  • feat: update cmd docs as standalone postgres is stable now (backport #674) by @mergify in #675

Full Changelog: 2.0.5-1...2.0.6-1

2.0.5-1

29 May 22:01
858355f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.9 to 1.53.10 by @dependabot in #663
  • chore(deps): bump dashboard from 79361a4 to fd8b8e8 by @dependabot in #666
  • feat: if docker is not available install it (backport #668) by @mergify in #669
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.10 to 1.53.11 by @dependabot in #671

Full Changelog: 2.0.4-3...2.0.5-1

2.0.4-3

25 May 12:08
4b48210
Compare
Choose a tag to compare

Swiftwave 🚀 auto-updater is now compatible with both the Debian and Fedora distributions.

To enable it run,

swiftwave auto-update enable

If you have previously enabled, try disabling and re-enabling again.

swiftwave auto-update disable
swiftwave auto-update enable

What's Changed

  • feat: swiftwave updater fixed and no restart on no update #652
  • feat: do daemon-reload before service restart #654
  • fix: auto updater for debian #656
  • fix: while checking package version update refresh repo data #658

Full Changelog: 2.0.2-1...2.0.4-3

2.0.4-2

25 May 11:08
68c75ff
Compare
Choose a tag to compare

What's Changed

  • feat: swiftwave updater fixed and no restart on no update #652
  • feat: do daemon-reload before service restart #654
  • fix: auto updater for debian #656

Full Changelog: 2.0.2-1...2.0.4-2

2.0.2-1

25 May 07:08
a4450f5
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: 2.0.1-1...2.0.2-1

2.0.1-1

24 May 10:17
e046620
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: 2.0.0-1...2.0.1-1

2.0.0-1

21 May 17:55
43f55ba
Compare
Choose a tag to compare

Hi 👋
Here is the pre-release of Swiftwave v2.
In coming week, will do the final release of Swiftwave v2.

Installation Step

We are working on v2 documentation

In the meanwhile, you can install to tryout Swiftwave v2 by the following steps mentioned here

Then run,

sudo swiftwave init
sudo swiftwave start

// Once setup done, run
sudo swiftwave service enable

Note

Mostly, we have tested on Amd64, Arm64, and ArmV7 (Raspberry pi) architectures running Ubuntu or Debian. You may thus try it out with the pre-release of version 2.

Warning

In Fedora or Centos based distros, you may face that the haproxy is crashing infinitely. To mitigate this set default-ulimits of docker.

  1. Create or edit file /etc/docker/daemon.json and add the default-ulimits.
    {
       "default-ulimits": {
          "nofile": {
            "Hard": 262144,
            "Name": "nofile",
            "Soft": 262144
          }
        }
    }
    
    Note : Try setting any value in the configuration less than the highest ulimit of the system. To get highest ulimit of system, run ulimit -n -H on your server.
  2. Restart docker daemon of system by systemctl restart docker

What's Changed

Read more

1.0.6-1

28 Mar 16:18
86ae04f
Compare
Choose a tag to compare

Major Change

From this release, swiftwave will be available in APT & RPM repository.
Repo link - http://repo.swiftwave.org/

What's Changed

  • chore(deps): bump github.com/aws/aws-sdk-go from 1.50.32 to 1.50.33 by @dependabot in #370
  • chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.4+incompatible by @dependabot in #375
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.50.33 to 1.50.34 by @dependabot in #374
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.50.34 to 1.50.35 by @dependabot in #378
  • chore(deps): bump gorm.io/driver/postgres from 1.5.6 to 1.5.7 by @dependabot in #377
  • chore(deps): bump github.com/99designs/gqlgen from 0.17.44 to 0.17.45 by @dependabot in #381
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.50.35 to 1.50.36 by @dependabot in #382
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.50.36 to 1.50.37 by @dependabot in #386
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.50.37 to 1.50.38 by @dependabot in #388
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.50.38 to 1.51.0 by @dependabot in #391
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.51.0 to 1.51.1 by @dependabot in #396
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.51.1 to 1.51.2 by @dependabot in #398
  • chore(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8 by @dependabot in #399
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.51.2 to 1.51.3 by @dependabot in #405
  • chore(deps): bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible by @dependabot in #404
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.51.3 to 1.51.4 by @dependabot in #411
  • chore(deps): bump github.com/docker/docker from 25.0.5+incompatible to 26.0.0+incompatible by @dependabot in #410
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.51.4 to 1.51.5 by @dependabot in #414
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.51.5 to 1.51.6 by @dependabot in #430
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.51.6 to 1.51.7 by @dependabot in #434
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.51.7 to 1.51.8 by @dependabot in #435
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.51.8 to 1.51.9 by @dependabot in #438

Full Changelog: 1.0.5...1.0.6-1

1.0.5

06 Mar 11:43
f4a88f5
Compare
Choose a tag to compare

Changes -