Skip to content

Releases: swiftwave-org/swiftwave

2.2.2-1

21 Jun 10:48
4597ebe
Compare
Choose a tag to compare

Stable Release of 2.2.x

🚀 New Features

  1. Server pinning support : If you want that your application should be deployed on specific servers, then you can select the servers from the dropdown list.

  2. Docker Socket Proxy Integration : If your app has any requirement of mounting docker socket, you can utilize this feature to deploy your application. This provides granular permission control of docker socket ensures more security than traditional approach.

    image

  3. Custom Service Healthcheck Command Support : You can specify the custom health check for the application to override default healthcheck.

    image

  4. Introducing server type field to choose server from list for App Installation Template

    image

🐛 Bug Fixes

📖 Documentation

Documentation has been updated for new version v2.2.2.
For more details, check documentation : https://swiftwave.org

What's Changed

  • chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #800
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.21 to 1.54.2 by @dependabot in #801
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.54.2 to 1.54.3 by @dependabot in #805
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.54.3 to 1.54.4 by @dependabot in #807
  • feat: swiftwave managed docker proxy with granular control (backport #804) by @mergify in #809
  • chore(deps): bump dashboard from 0448084 to fda3874 by @dependabot in #811
  • chore(deps): bump dashboard from fda3874 to 6a20e59 by @dependabot in #812
  • feat: in release workflow don't push to apt, rpm repo if -rc version (backport #814) by @mergify in #815
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.54.4 to 1.54.5 by @dependabot in #817
  • feat: custom healthcheck for services (backport #818) by @mergify in #819
  • chore(deps): bump dashboard from 6a20e59 to 932708b by @dependabot in #821
  • chore(deps): bump dashboard from 932708b to aa8ab71 by @dependabot in #823
  • chore(deps): bump dashboard from aa8ab71 to 0a108ed by @dependabot in #825
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.54.5 to 1.54.6 by @dependabot in #827
  • fix: re-deploy docker proxy in case of change in placement constraint (backport #828) by @mergify in #829
  • chore(deps): bump dashboard from 0a108ed to 73bedfc by @dependabot in #831
  • chore(deps): bump dashboard from 73bedfc to 05a62ee by @dependabot in #833

Full Changelog: 2.1.2-1...2.2.2-1

2.2.1-1

21 Jun 10:32
e32f0a5
Compare
Choose a tag to compare

Redacted Release of 2.2.x [2.2.1]

Leaving here for keeping history

What's Changed

  • chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #800
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.21 to 1.54.2 by @dependabot in #801
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.54.2 to 1.54.3 by @dependabot in #805
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.54.3 to 1.54.4 by @dependabot in #807
  • feat: swiftwave managed docker proxy with granular control (backport #804) by @mergify in #809
  • chore(deps): bump dashboard from 0448084 to fda3874 by @dependabot in #811
  • chore(deps): bump dashboard from fda3874 to 6a20e59 by @dependabot in #812
  • feat: in release workflow don't push to apt, rpm repo if -rc version (backport #814) by @mergify in #815
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.54.4 to 1.54.5 by @dependabot in #817
  • feat: custom healthcheck for services (backport #818) by @mergify in #819
  • chore(deps): bump dashboard from 6a20e59 to 932708b by @dependabot in #821
  • chore(deps): bump dashboard from 932708b to aa8ab71 by @dependabot in #823
  • chore(deps): bump dashboard from aa8ab71 to 0a108ed by @dependabot in #825
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.54.5 to 1.54.6 by @dependabot in #827
  • fix: re-deploy docker proxy in case of change in placement constraint (backport #828) by @mergify in #829
  • chore(deps): bump dashboard from 0a108ed to 73bedfc by @dependabot in #831

Full Changelog: 2.1.2-1...2.2.1-1

2.1.2-1

16 Jun 01:57
9844940
Compare
Choose a tag to compare

What's Changed

  • bug: conflict in port 5432 for swiftwave db and ingress rule (backport #796) by @mergify in #797

Full Changelog: 2.1.1-1...2.1.2-1

2.1.1-1

15 Jun 09:44
b4ccac8
Compare
Choose a tag to compare

Updates

  • It's now possible to enable HTTP to HTTPS Redirection from the ingress rule page itself.
    image

  • If deployed app has no authentication, you can now enforce authentication at ingress rule proxy level. For now it only supports Basic Authentication
    image

    Check docs to learn more - https://swiftwave.org/docs/dashboard/protect-application

  • Some, minor UI updates

  • Fixed, broken websocket connection of swiftwave in case of reverse-proxying swiftwave. #789

What's Changed

Full Changelog: 2.1.0-1...2.1.1-1

2.1.0-1

15 Jun 05:37
2d15145
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.10-1...2.1.0-1

2.0.10-1

12 Jun 10:18
9a17a7e
Compare
Choose a tag to compare

What's added ?

  • feat: haproxy https redirection #754
  • feat: support to mount config file #744

Changelog

  • chore(deps): bump github.com/99designs/gqlgen from 0.17.47 to 0.17.48 by @dependabot in #740
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.17 to 1.53.18 by @dependabot in #741
  • feat: support to mount config file (backport #739) by @mergify in #744
  • chore(deps): bump dashboard from d1b89f5 to 479b569 by @dependabot in #746
  • feat: configs in stack also support variable injection (backport #747) by @mergify in #748
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.18 to 1.53.19 by @dependabot in #753
  • chore(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 by @dependabot in #752
  • feat: haproxy https redirection (backport #749) by @mergify in #754
  • chore(deps): bump dashboard from 479b569 to 17594dc by @dependabot in #756
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.19 to 1.53.20 by @dependabot in #758
  • chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.12 to 2.5.13 by @dependabot in #764
  • chore(deps): bump ariga.io/atlas-provider-gorm from 0.4.0 to 0.5.0 by @dependabot in #766
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.20 to 1.53.21 by @dependabot in #765
  • chore(deps): bump gorm.io/driver/postgres from 1.5.7 to 1.5.9 by @dependabot in #767

Full Changelog: 2.0.9-1...2.0.10-1

2.0.9-1

06 Jun 16:57
3b11c62
Compare
Choose a tag to compare

What's Changed

  1. TOTP based Two factor authentication (2FA) Ref - #709

  2. Upload Source Code feature has been enhanced. Ref - swiftwave-org/dashboard#134

    • Now, while converting source code to tar archieve, it will respect .gitignore and exclude all file/folders as per ignore file patterns.
    • For this enhancement, we have written a tiny JS package @swiftwave/tartplus which can build tar achieve with additional support of ignore files (.gitignore, .npmignore, .dockeringore etc) in browser.
  3. App Install page has been revamped Ref - swiftwave-org/dashboard#173

Full Changelog: 2.0.8-1...2.0.9-1

2.0.8-1

03 Jun 08:34
9d92a5b
Compare
Choose a tag to compare

What's Changed

  • feat: provide option to configure uid and gid of cifs mount #700
  • chore(deps): bump dashboard from 8dcc51f to 01740c8 by @dependabot in #706
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.13 to 1.53.14 by @dependabot in #703

Full Changelog: 2.0.7-1...2.0.8-1

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