Skip to content

1.0.0

Compare
Choose a tag to compare
@tanmoysrt tanmoysrt released this 02 Feb 20:16
· 116 commits to v1 since this release
8b0c7e9

🎉 Congratulations everyone on the first stable release! 🚀 This is an exciting milestone!

What's Changed

  • chore(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.2 by @dependabot in #94
  • feat: move logs rest api to websocket by @tanmoysrt in #95
  • chore: websocket auth added by @tanmoysrt in #96
  • fix: websocket auth error by @tanmoysrt in #97
  • fix: terminate websocket stream on end of reader by @tanmoysrt in #99
  • chore: code docs updation and cleanup by @tanmoysrt in #103
  • feat: sync container stats by @tanmoysrt in #106
  • feat: move to develop tagged images in development by @tanmoysrt in #110
  • chore(deps): bump gorm.io/driver/sqlite from 1.5.3 to 1.5.4 by @dependabot in #93
  • chore(deps): bump gorm.io/gorm from 1.25.4 to 1.25.5 by @dependabot in #92
  • chore(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.3 by @dependabot in #91
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.9.0 to 5.10.0 by @dependabot in #111
  • chore(deps): bump gorm.io/driver/postgres from 1.5.3 to 1.5.4 by @dependabot in #112
  • chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #113
  • chore(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible by @dependabot in #114
  • feat: redesign architecture and move to graphql by @tanmoysrt in #109
  • chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 by @dependabot in #115
  • feat: added pubsub termination support by @tanmoysrt in #125
  • feat: added support to deploy global service by @tanmoysrt in #126
  • chore(deps): bump github.com/99designs/gqlgen from 0.17.39 to 0.17.40 by @dependabot in #124
  • feat: added realtime info in graphql by @tanmoysrt in #127
  • chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 by @dependabot in #129
  • feat: move to yml based config by @tanmoysrt in #131
  • feat: autocert integrated by @tanmoysrt in #132
  • chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 by @dependabot in #134
  • feat: introduce swiftwave cli by @tanmoysrt in #133
  • fix: disable playground on production for graphql by @tanmoysrt in #137
  • feat: configure auto generate graphql docs by @tanmoysrt in #138
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1 by @dependabot in #139
  • chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.16.0 by @dependabot in #140
  • chore(deps): bump github.com/99designs/gqlgen from 0.17.40 to 0.17.41 by @dependabot in #141
  • feat: update magidoc to set siteroot auto by @tanmoysrt in #142
  • feat: added landing page by @tanmoysrt in #143
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 by @dependabot in #146
  • chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #147
  • feat: user management implementation by @tanmoysrt in #145
  • feat: update docs and remove dind by @tanmoysrt in #155
  • feat: fix docs and minor bugs by @tanmoysrt in #156
  • chore: rollback aptfiles support by @tanmoysrt in #157
  • chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #158
  • chore(deps): bump github.com/containerd/containerd from 1.7.2 to 1.7.11 by @dependabot in #159
  • chore(deps): bump github.com/labstack/echo/v4 from 4.11.3 to 4.11.4 by @dependabot in #160
  • feat: add swiftwave dashboard to swiftwave directly by @The-Debarghya in #164
  • fix: minor bugs by @tanmoysrt in #165
  • fix: domain verification problem due to missing port by @tanmoysrt in #166
  • fix domain verification issue by @tanmoysrt in #167
  • fix: domain verification over http https backend enabled by @tanmoysrt in #168
  • fix: ingress and redirect rule haproxy operations bug resolved by @tanmoysrt in #169
  • feat: haproxy persistent storage support added by @tanmoysrt in #170
  • fix: dataplane.yml replace username password at the time of creating by @tanmoysrt in #171
  • chore: remove commitHash field from Application Input by @tanmoysrt in #172
  • feat: added websocket authentication by @tanmoysrt in #173
  • chore(deps): bump github.com/99designs/gqlgen from 0.17.41 to 0.17.42 by @dependabot in #174
  • fix: update commit hash by @tanmoysrt in #175
  • feat: deployment fetch graphql query by @tanmoysrt in #176
  • fix: UUID quotation miss sql issue by @tanmoysrt in #177
  • fix: deployment lifecycle and deadlock issues by @tanmoysrt in #178
  • chore(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #179
  • chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #180
  • chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #181
  • fix: running replicas count fixed by @tanmoysrt in #183
  • chore(deps): bump dashboard from 52eac2c to 0e220df by @dependabot in #185
  • feat: build cancel support by @tanmoysrt in #184
  • feat: restart and rebuild application support by @tanmoysrt in #187
  • chore(deps): bump dashboard from 0e220df to 15992a8 by @dependabot in #188
  • fix: rabbitmq publish acknowledgement bug fixed by @tanmoysrt in #189
  • feat: root directory support for git by @tanmoysrt in #190
  • chore(deps): bump dashboard from 15992a8 to b3021ef by @dependabot in #191
  • feat: support image registry credentials by @tanmoysrt in #192
  • fix: on delete git credential and image credential remove relation by @tanmoysrt in #193
  • chore(deps): bump dashboard from b3021ef to 903a6f4 by @dependabot in #194
  • chore(deps): bump dashboard from 903a6f4 to c9570d9 by @dependabot in #195
  • fix: security issue by @tanmoysrt in #196
  • chore(deps): bump dashboard from c9570d9 to 976a1dd by @dependabot in #197
  • feat: auto start local postgres if required for service by @tanmoysrt in #198
  • feat: add support of webhook for github/gitlab/docker image by @tanmoysrt in #199
  • chore(deps): bump dashboard from 976a1dd to e665285 by @dependabot in #204
  • chore(deps): bump dashboard from e665285 to 98d0bde by @dependabot in #205
  • chore(deps): bump github.com/99designs/gqlgen from 0.17.42 to 0.17.43 by @dependabot in #207
  • chore(deps): bump github.com/docker/docker from 24.0.7+incompatible to 25.0.0+incompatible by @dependabot in #208
  • chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #209
  • chore(deps): bump github.com/docker/docker from 25.0.0+incompatible to 25.0.1+incompatible by @dependabot in #210
  • chore(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 by @dependabot in #211
  • feat: version updater support by @tanmoysrt in #213
  • feat: auto updater service added by @tanmoysrt in #214
  • fix: string comparision using available method and trim spaces by @tanmoysrt in #216
  • feat: added checks to prohibit auto updater enablement with auto migration disable by @tanmoysrt in #217
  • feat: retry for 5 times before raising error while connecting to database by @tanmoysrt in #218
  • feat: cleanup unused image by @tanmoysrt in #220
  • feat: support to open/block ports with available firewall by @tanmoysrt in #221
  • feat: restart service cmd added by @tanmoysrt in #222
  • chore(deps): bump github.com/docker/docker from 25.0.1+incompatible to 25.0.2+incompatible by @dependabot in #223

Full Changelog: alpha...1.0.0