v0.15.8
ConduitPlatform/Conduitv0.15.8Dec 16, 2022by kkopanidis
AI Summary
Release v0.15.8 introduces simplified one-line deployment for Linux and Mac, initial teams and roles support in the authentication module, and exposes Docker Compose gRPC ports. This release also includes several bug fixes for admin user twoFaMethod, Redis URL remapping, metrics labeling, and config array field merging.
Key Highlights
- One-liner deployment setup for Linux and Mac (get-conduit.sh)
- Teams & roles initial support in authentication module
- Docker Compose container gRPC ports now exposed
- Bug fixes for admin twoFaMethod, Redis URL remap, and metrics labeling
- Security dependency update (decode-uri-component from 0.2.0 to 0.2.2)
New Features
- One-liner deployment setup for Linux and Mac via get-conduit.sh
- --no-deploy flag for get-conduit.sh script
- Teams & roles support in authentication module
- Docker Compose gRPC port exposure for containers
Full Release Notes
## What's Changed * feat: oneliner deployment setup for Linux and Mac by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/451 * docs: update main readme, contributing guide by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/450 * feat(authentication): teams & roles initial support by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/411 * feat: get-conduit.sh --no-deploy flag by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/452 * fix(authentication): admin patch user twoFaMethod by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/454 * build(grpc-sdk): fix build missing gRPC health check proto file by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/455 * feat: expose docker compose container gRPC ports by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/456 * fix(grpc-sdk): redis url remap by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/457 * fix: get-conduit.sh linux arm64 detection by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/459 * build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/463 * fix(grpc-sdk,admin): config object patch array field merging by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/464 * fix(grpc-sdk): Metrics labeling by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/466 * Migrate v10 v15 by @SotiriaSte in https://github.com/ConduitPlatform/Conduit/pull/465 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.15.7...v0.15.8