Releases: swiftwave-org/swiftwave
2.2.2-1
Stable Release of 2.2.x
🚀 New Features
-
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.
-
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.
-
Custom Service Healthcheck Command Support : You can specify the custom health check for the application to override default healthcheck.
-
Introducing
server
type field to choose server from list forApp Installation Template
🐛 Bug Fixes
- Logic in calculating running replicas considering healthcheck has been revamped
- UI Fix swiftwave-org/dashboard#164
📖 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
tofda3874
by @dependabot in #811 - chore(deps): bump dashboard from
fda3874
to6a20e59
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
to932708b
by @dependabot in #821 - chore(deps): bump dashboard from
932708b
toaa8ab71
by @dependabot in #823 - chore(deps): bump dashboard from
aa8ab71
to0a108ed
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
to73bedfc
by @dependabot in #831 - chore(deps): bump dashboard from
73bedfc
to05a62ee
by @dependabot in #833
Full Changelog: 2.1.2-1...2.2.2-1
2.2.1-1
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
tofda3874
by @dependabot in #811 - chore(deps): bump dashboard from
fda3874
to6a20e59
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
to932708b
by @dependabot in #821 - chore(deps): bump dashboard from
932708b
toaa8ab71
by @dependabot in #823 - chore(deps): bump dashboard from
aa8ab71
to0a108ed
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
to73bedfc
by @dependabot in #831
Full Changelog: 2.1.2-1...2.2.1-1
2.1.2-1
2.1.1-1
Updates
-
It's now possible to enable HTTP to HTTPS Redirection from the ingress rule page itself.
-
If deployed app has no authentication, you can now enforce authentication at ingress rule proxy level. For now it only supports Basic Authentication
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
- feat: access list based basic authentication (backport #769) by @mergify in #786
- chore(deps): bump dashboard from
17594dc
to785fada
by @dependabot in #787 - fix: broken websocket while proxying swiftwave (backport #789) by @mergify in #790
- fix: gqlparser error at build (backport #791) by @mergify in #792
- chore(deps): bump dashboard from
785fada
to0448084
by @dependabot in #794
Full Changelog: 2.1.0-1...2.1.1-1
2.1.0-1
What's Changed
- feat: access list based basic authentication (backport #769) by @mergify in #786
- chore(deps): bump dashboard from
17594dc
to785fada
by @dependabot in #787 - fix: broken websocket while proxying swiftwave (backport #789) by @mergify in #790
- fix: gqlparser error at build (backport #791) by @mergify in #792
Full Changelog: 2.0.10-1...2.1.0-1
2.0.10-1
What's added ?
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
to479b569
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
to17594dc
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
What's Changed
-
TOTP based Two factor authentication (2FA) Ref - #709
- User can enable 2FA for login
- Check the docs related 2FA : https://swiftwave.org/docs/dashboard/manage-users#-enable-two-factor-authentication-2fa
-
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.
-
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
What's Changed
- feat: provide option to configure uid and gid of cifs mount #700
- chore(deps): bump dashboard from
8dcc51f
to01740c8
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
2.0.6-1
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