Skip to content

Releases: devopshobbies/devops-gpt

v0.9.0

15 Nov 16:29
bb9bcc5
Compare
Choose a tag to compare

0.9.0 (2024-11-15)

Features

  • IAM_Prompt: Add IAM prompt for creating iam_users and iam_groups (25f66c1)

v0.8.1

15 Nov 14:45
7c85c93
Compare
Choose a tag to compare

0.8.1 (2024-11-15)

Bug Fixes

  • download file: dedicate 2 file download routes (636091b)

v0.8.0

15 Nov 14:19
fa5e9ce
Compare
Choose a tag to compare

0.8.0 (2024-11-15)

Features

  • add cache query: integrate request with reactQuery cache (34c2bf7)
  • api respone types: add api response and request structure (7676974)
  • basicGen: create basic generation functionality (c73db13)
  • chat: create chat box and dialog bubble (3ecad61)
  • drawer: create drawer component (c63402d)
  • integration: add api integration for basic generation api (5472487)
  • layouts: create layouts and routings (6b2cfdd)
  • logo: add devops logo (d672a0d)
  • packages: add initial packages (4af3ad5)
  • provider: create providers (ec430c3)
  • query: increase query reties number (bb77a04)
  • routing: add routing systems (030c94a)
  • store: add global management store (2ef8cf7)
  • validator: add form validator (e835cb3)

Bug Fixes

  • autosubmission: stop auto submission on initial render (c45fa58)
  • cors: fix cors error (677f4b3)
  • failsafe: use uuid to failsafe the chatbox structure (b2c604c)

Styles

  • accent: change accent colors (c547984)
  • body: add defult body background (c556bd6)
  • body: add defult body template (18df1a6)

Code Refactoring

  • app: update web app structure (da67d87)
  • cashe: remove pycache (2b32e33)
  • cashe: remove pycache (c3ed1fc)
  • merge: merge prev commits (2f06e47)

v0.7.0

14 Nov 17:36
2832426
Compare
Choose a tag to compare

0.7.0 (2024-11-14)

Features

Bug Fixes

  • aws_s3_prompt: modify provider block within s3 prompt (5a8c8b9)
  • docker_prompt: modify creation condition for docker resources (c3b3884)

v0.6.2

14 Nov 15:37
0fa4008
Compare
Choose a tag to compare

0.6.2 (2024-11-14)

v0.6.1

14 Nov 13:36
cab8bda
Compare
Choose a tag to compare

0.6.1 (2024-11-14)

Bug Fixes

  • functions: initailized some emptry functions (fddb9e9)

v0.6.0

14 Nov 10:05
5a38b29
Compare
Choose a tag to compare

0.6.0 (2024-11-14)

Features

  • response mock: added mock data as a response (b117600)

v0.5.0

14 Nov 08:29
95b68ef
Compare
Choose a tag to compare

0.5.0 (2024-11-14)

Features

  • aws_iac: add aws related models (dbd2fc3)

Code Refactoring

  • routes: dedicate all routes to specific directory (12e95f6)

v0.4.4

13 Nov 21:46
5f0d301
Compare
Choose a tag to compare

0.4.4 (2024-11-13)

Bug Fixes

  • terraform_prompt: modify prompt related to docker resources (20290a0)

v0.4.3

13 Nov 13:51
9925e42
Compare
Choose a tag to compare

0.4.3 (2024-11-13)

Code Refactoring

  • docker_iac: create template generator directory and put docker template generator, also change models and routes (1329f68)