What's Changed
- api: remove unused func from context pkg by @gustavosbarreto in #2141
- ui: bump @babel/eslint-parser from 7.18.9 to 7.19.1 in /ui by @dependabot in #2143
- api: bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1 in /api by @dependabot in #2144
- ui: bump core-js from 3.25.1 to 3.25.2 in /ui by @dependabot in #2145
- ui: bump vue-cli-plugin-vuetify from 2.5.5 to 2.5.8 in /ui by @dependabot in #2146
- ui: bump xterm, xterm-addon-attach and xterm-addon-fit in /ui by @dependabot in #2148
- ui: bump vuetify from 2.6.9 to 2.6.10 in /ui by @dependabot in #2150
- docker, api, cli, agent, pkg: add env variable to set log levels by @gessecarneiro in #2139
- agent: improve CLI interface to init SFTP server by @henrybarreto in #2152
- agent: split SSHD package into others and change it name by @henrybarreto in #2153
- api: remove billing's interface from store and unimplemented method by @henrybarreto in #2155
- agent: add forgotten cobra root CMD execution by @henrybarreto in #2157
- agent: add version flag by @gustavosbarreto in #2158
- ui: bump core-js from 3.25.2 to 3.25.3 in /ui by @dependabot in #2159
- api: add migration to invert firewall rule priority by @henrybarreto in #2160
- ssh: fix break line and error messages sent to user by @henrybarreto in #2161
- cli, bin: refactor CLI commands basing it on resources by @henrybarreto in #2163
- api, gateway: add query param to auth's route to skip token check by @henrybarreto in #2165
- Feature/allow AllowTcpForwarding by @benasse in #2164
- ssh: disable ssh local forwarding by default by @gustavosbarreto in #2168
- ui: bump core-js from 3.25.3 to 3.25.4 in /ui by @dependabot in #2167
- ui: bump core-js from 3.25.4 to 3.25.5 in /ui by @dependabot in #2172
- api: skip token check when user has no namespace by @henrybarreto in #2169
- github: run go mod tidy on each project by @gustavosbarreto in #2173
- build(deps): bump github.com/labstack/echo/v4 from 4.5.0 to 4.9.0 by @dependabot in #2170
- api: remove non-public method from interface by @gustavosbarreto in #2174
- pkg: add debug's log when agent API request doesn't authenticate by @henrybarreto in #2175
- api: move filter marshalling out of business logic layer by @gustavosbarreto in #2176
- api: update mocks by @gustavosbarreto in #2177
- api: ensure APIService type implements Service interface by @gustavosbarreto in #2178
- api: move filter marshalling out of business logic layer by @gustavosbarreto in #2179
- New install script by @gustavosbarreto in #2162
- agent install script: fixes and improvements by @benasse in #2180
- add benasse as a contributor for code by @allcontributors in #2181
- docker: agent: bump arm64v8/golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 in /agent by @dependabot in #2195
- docker: agent: bump arm32v7/golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 in /agent by @dependabot in #2190
- docker: ssh: bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 in /ssh by @dependabot in #2191
- docker: agent: bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 in /agent by @dependabot in #2192
- docker: cli: bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 in /cli by @dependabot in #2193
- docker: agent: bump arm32v6/golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 in /agent by @dependabot in #2194
- cli: bump go.mongodb.org/mongo-driver from 1.10.2 to 1.10.3 in /cli by @dependabot in #2188
- docker: api: bump golang from 1.19.1-alpine3.16 to 1.19.2-alpine3.16 in /api by @dependabot in #2189
- ui: bump vuetify from 2.6.10 to 2.6.11 in /ui by @dependabot in #2187
- pkg: add test file to query in paginator by @gessecarneiro in #2183
- api: bump go.mongodb.org/mongo-driver from 1.10.2 to 1.10.3 in /api by @dependabot in #2185
- cli: call method to delete namespace and add tenant to usage by @henrybarreto in #2196
- ssh: split the web SSH connection into two steps by @henrybarreto in #2182
- ui: add autocomplete attribute for some inputs by @afriza in #2198
- api,cli,pkg: move cache package root pkg and converter to echo handlers by @henrybarreto in #2197
- agent: bump github.com/docker/docker from 20.10.18+incompatible to 20.10.19+incompatible in /agent by @dependabot in #2205
- agent: bump github.com/spf13/cobra from 1.5.0 to 1.6.0 in /agent by @dependabot in #2202
- api: bump github.com/spf13/cobra from 1.5.0 to 1.6.0 in /api by @dependabot in #2203
- api: bump github.com/labstack/echo/v4 from 4.9.0 to 4.9.1 in /api by @dependabot in #2204
- ssh: fix error message when firewall rule block a connection by @gessecarneiro in #2209
- api: set on dbtest replica set as mandatory by @henrybarreto in #2210
- pkg: add MaxNamespaces property to user's model by @henrybarreto in #2200
- cli: bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /cli by @dependabot in #2217
- docker: ui: bump nginx from 1.23.1-alpine to 1.23.2-alpine in /ui by @dependabot in #2218
- agent: bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /agent by @dependabot in #2213
- agent: bump github.com/docker/docker from 20.10.19+incompatible to 20.10.20+incompatible in /agent by @dependabot in #2215
- ssh: bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /ssh by @dependabot in #2212
- api: bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /api by @dependabot in #2214
- Topic/loglevelTests by @gessecarneiro in #2199
New Contributors
Full Changelog: v0.10.2...v0.10.5-rc.1