Releases: akash-network/console
Releases · akash-network/console
console-web/v2.17.0-beta.0
2.17.0-beta.0 (2024-10-14)
Features
- add beta env (#326) (855ff4b)
- auth: implement anonymous user authentication (fa9de2f), closes #247
- auth: implements basic anonymous user auth (ca816f5), closes #247
- billing: add wallet trialing flag (e9cc512), closes #247
- billing: adjust migrations and env for deployment (45656d7), closes #247
- billing: adjust some UI features for managed wallet users (6af49da), closes #247
- billing: change managed wallet button copy and style (0fa46ac), closes #247
- billing: ensure master wallet sequence is correct (8372f38), closes #247
- billing: handle tx errors (3430a08), closes #340 #247
- billing: implement balance refresh (9d54f44), closes #247
- billing: implement balance wallets refill (fa1f252), closes #247
- billing: implement managed wallet (164d86b), closes #247
- billing: implement managed wallet top up (04f5aad), closes #247
- billing: implement managed wallet top up 1 (bd4c06b), closes #247
- billing: implement wallet type switch (155113c), closes #247
- billing: remove some UI features for managed wallet users (f021f07), closes #247
- billing: update transactional messages for managed wallet (efc0508), closes #247
- console: add all leap wallets (#346) (f00c367)
- console: Add config from awesome akash for SSH toggle (#301) (8765a4f)
- console: add llama 3.1 405 to staff picks (#339) (6ad71ce)
- console: add metamask (#334) (bc68df8)
- console: add rehypraw to display html for awesome akash templates (#319) (0014109)
- console: added application key to filter out third party exceptions (#372) (d01b8d5)
- console: balance authz deployments (#359) (abdb18a)
- console: managed wallets popup confirmation (#342) (c7d16d6)
- console: revoke all authz (#308) (eb89ae0)
- deploy-web: improve provider detail uptime styling (#221) (db1ee83)
- deploy-web: show connect btn in authorization page if not connected (1bb8618)
- deployment: ensure usd values in deployments for managed wallets (d1303d0), closes #247
- deployment: ensure user can re-send manifest (27e1289)
- deployment: implement deployment deposit top up via managed wallet (baa36d3), closes #247
- deployment: implement plain linux deployment page (6da5565), closes #227
- deployment: update ssh images (6dbba51)
- env: implement unified file loading in console-web (12f282a), closes #313
- env: unify app configs for api and indexer, update doc (f3f7df4), closes #313
- extract custom components (#256) (2d3e889)
- extract UI components shadcn (#239) (f2da963)
- finish console rebrand (#259) (ae272e8)
- implement npm workspaces (#208) (c403dc1)
- improve provider leases graph (#246) (f5fe74e)
- merge "Upload SDL" to "Build your template" and add "Plain Linux" template (#244) (0edf499)
- network: extract network store into a package (608a16d)
- network: stick to a certain network for managed wallets (652648a), closes #247
- release: implement release with image build (a9fa7e8)
- sdl: add ssh to main builder (868df46), closes #227
- setting: only show setting page for a connected user wallet (66cadb0), closes #247
- shared packages (#237) (bd79006)
- templates logo url ([#315](https://github.com/...
console-api/v2.24.0-beta.0
2.24.0-beta.0 (2024-10-14)
Features
- add beta env (#326) (855ff4b)
- add nginx proxying with ssl to api & provider-proxy (#368) (d1fb395)
- auth: implement anonymous user authentication (fa9de2f), closes #247
- auth: implements basic anonymous user auth (ca816f5), closes #247
- billing: add billing module with trial wallet creation (d1ca550), closes #247
- billing: add wallet trialing flag (e9cc512), closes #247
- billing: adjust migrations and env for deployment (45656d7), closes #247
- billing: ensure master wallet sequence is correct (8372f38), closes #247
- billing: handle tx errors (3430a08), closes #340 #247
- billing: implement balance refresh (9d54f44), closes #247
- billing: implement balance wallets refill (fa1f252), closes #247
- billing: implement managed wallet (164d86b), closes #247
- billing: implement managed wallet top up (04f5aad), closes #247
- billing: implement managed wallet top up 1 (bd4c06b), closes #247
- billing: implement wallet type switch (155113c), closes #247
- billing: rename POST /v1/wallets to POST /v1/start-trial (b39b057), closes #247
- billing: use akt for managed wallet fees (41d58e6), closes #247
- config: setup doppler env for api (ed22ad7)
- console: add all leap wallets (#346) (f00c367)
- console: Add config from awesome akash for SSH toggle (#301) (8765a4f)
- console: managed wallets popup confirmation (#342) (c7d16d6)
- deployment: implement deployment deposit top up via managed wallet (baa36d3), closes #247
- env: improve env loading logic for the api (0ec14d7)
- env: unify app configs for api and indexer, update doc (f3f7df4), closes #313
- error: add sentry reporter integrated with otl (0378ee4), closes #247
- finish console rebrand (#259) (ae272e8)
- implement npm workspaces (#208) (c403dc1)
- improve provider leases graph (#246) (f5fe74e)
- indexer: track provider persistent storage (1762ba6)
- logging: implement fluentd reporter (ffc764b), closes #370
- logging: replace contextual logger with open telemetry (deca03b)
- merge "Upload SDL" to "Build your template" and add "Plain Linux" template (#244) (0edf499)
- pg: disable drizzle to avoid timestamps stringification (6e59b6b)
- release: implement release with image build (a9fa7e8)
- shared packages (#237) (bd79006)
- stats: improve stats app resiliency (34dbbf1)
- templates logo url (#315) (fd92d15)
- user: implement anonymous user registration (b58d74a), closes #247
- user: transfer a wallet from anonymous user to a logged in one (edf3d3a), closes #247
Bug Fixes
- api: default expiration 10y if not set for deployment deposit (#377) (cab6d16)
- api: fix body parsing in sentry reporting (df86495)
- api: improve dseq validation (67f94f2)
- api: improve template link detection (c19b0e3)
- api: update staging stripe checkout redirect url (b3dea6e)
- auth: properly authenticate new endpoints (ce241e1), closes #247
- billing: ensure billing deps are not included (6f7eef3)
- deploy-web: fixed error handling for transaction page (#213) (a006e03)
- ensure apps build consistently in docker and locally (f4dbd88), closes #209
- env: convert all env vars to SCREAMING_CASE from camelCase (#335) (1e892ee)
- handle provider active leases graph when no leases or new provider ([#2...