Releases: swarmpit/swarmpit
Releases · swarmpit/swarmpit
1.10
What's Changed
- Add Node column to Tasks table by @azrikahar in #524
- Update Amazon ECR supported regions by @chymtt in #527
- Issues/528 by @nohaapav in #529
- Logging 3rd party req/resp on error (timbre) by @nohaapav in #533
- up cpu limit per service from 2 to 4 by @azrikahar in #535
- Upgrade some dependencies to latest version by @Sinnohd in #546
- use curl for docker client with insecure mode by @nohaapav in #550
- Issues/440 by @nohaapav in #562
- Added ap-east-1 to supported ECR regions by @ktechmidas in #602
- Added support for "local" logging driver by @lightningspirit in #619
- upgraded unixsocket dep to support m1 by @mrq1911 in #631
- Update the InfluxDB version to 1.8 by @xe-nvdk in #539
- implements healthcheck control by @Schrammel in #645
- fix create config by @Schrammel in #658
- ci using GitHub actions by @mrq1911 in #632
- View/Read only users by @NeilInnes in #655
- feat(ui): consider more than required as "running" and not partially running by @bennet-esyoil in #677
- Updated to openjdk-17-jre-headless by @dutts in #667
- Added loki to list of allowable log drivers to display logs by @dutts in #669
- feat: add support for user configuration via YAML file by @TheHenrick in #700
- fix: Update users test to handle environment variable password correctly by @TheHenrick in #702
- Update Docker engine compatibility by @mikesutton in #701
New Contributors
- @azrikahar made their first contribution in #524
- @chymtt made their first contribution in #527
- @Sinnohd made their first contribution in #546
- @ktechmidas made their first contribution in #602
- @lightningspirit made their first contribution in #619
- @xe-nvdk made their first contribution in #539
- @Schrammel made their first contribution in #645
- @NeilInnes made their first contribution in #655
- @bennet-esyoil made their first contribution in #677
- @dutts made their first contribution in #667
- @TheHenrick made their first contribution in #700
- @mikesutton made their first contribution in #701
Full Changelog: 1.9...1.10
1.9
1.8
IMPORTANT: We introduced influx database. In order to disable influx support, remove SWARMPIT_INFLUXDB property from stack definition. Swarmpit statistics functionality however is going to be limited.
Features:
- [#359] Introduce dashboard, Influx integration
- [#359] Swagger API documentation
- [#286] Save the generated stack file for future deployment
- [#387] Pin service/node to dashboard
- [#264] Support custom links in service UI
- [#316] Remove Nodes
- [#347] Immutable service mode
- [#267] Option to deactivate stack
- [#358] Support for Custom v2 Registries
Fixes:
- [#348] Container can't read secret which created by swarmpit
- [#281] Editing existing stackfile may modify it's service's command
Compose:
1.7
IMPORTANT: New version of agent supporting container log API was introduced. Please upgrade agent from 2.0 -> 2.1 in order to improve logs experience and make sure swarmpit.agent label is set accordingly (See docker-compose.yml). Don't forget to clear your browser cache.
Features:
- [#236] AWS Elastic Container Registry support
- [#331] Azure Container Registry support
- [#341] Support for gitlab.com registry
- [#260] Logs performance improvement
Refactoring:
- [#332] Cleanup registry API
Fixes:
- [#327] Swarmpit UI requires 3rd party fonts (google fonts), that are not shipped with the app
- [#268] Cloudstor log driver not detected
- [#334] User's public linked local registry is used even after the user has been deleted
- [#326] Reverse proxy and Swarmpit absolute url
- [#135] Service log stops tailing after service update
Compose:
1.6
1.5.1
1.5
IMPORTANT: Event collector went deprecated. Please upgrade to new stack and remove service if remains.
Features:
- [#226] Generate stackfile dynamically from swarm state
- [#227] Update stack based on service change
- [#246] Create stack from service
- [#98] Add swarm cluster resource monitoring
- [#215] Generating token without expiration date
- [#217] Add volume driver options
- [#221] Port publish mode support
- [#230] Show config value
- [#62] Add update swarm node support
Refactor:
- [#225] Upgrade event-collector to fully fledged agent
Fixes:
- [#237] [Stacks] Error: No such image xxx/yyy:zz
1.4
1.3.1
1.3
Features:
- [#165] Add SSE support
- [#183] Add view subscription for event based rendering
- [#180] Add data config
- [#157] Add token auth support for custom docker registry
- [#113] Refresh data automatically on service detail page
- [#115] Filter by more than just a name (id, node, port ...)
- [#105] Show list of linked services in volume/network/secret ...
Refactor:
- [#186] Material & State cleanup
Fixes: