Skip to content

Latest commit

 

History

History
76 lines (40 loc) · 4.79 KB

CHANGELOG.md

File metadata and controls

76 lines (40 loc) · 4.79 KB

1.2.1 (2023-08-15)

Bug Fixes

  • 🩹 Fixed redirect to login page when using basePath env (#5) (699b858)

1.2.0 (2023-06-29)

1.2.0-0 (2023-06-29)

Features

  • ✨ Created environment to enable basic auth using login and password (#3) (0b994f7)
  • 🩺 Simple /healthcheck endpoint to be used on Kubernetes probes, like liveness/readiness (#4) (3cda380)

1.1.0-0 (2023-04-27)

Features

  • ✨ Created environment variable BASE_PATH to work when using subpaths (#2) (c236a53)

1.0.3-0 (2022-12-20)

Others

  • 👷 Allow to generate pre-releases on CI (71aa792)

1.0.2 (2022-12-20)

Others

  • 👷 Build workflow now runs tests and build too with Node (76106a3)
  • 👷 Updated Node version from 16 to 18 on GitHub release action (6def9d3)

1.0.1 (2022-12-20)

Bug Fixes

  • 👷 Fixed name of build workflow (6195e7e)

Others

  • 👷 Created action to build code on push (bd06b6f)
  • 📝 Breaking changes exclusive section on CHANGELOG.md (afad36d)

1.0.0 (2022-12-20)

Features

  • 🚧 Created template repository with Docker and environments (3cd7af4)

Others

  • 🐛 Fixed console.log with UI link (917b833)
  • 👷 Created file to start release flow (69ede41)
  • 👷 Created GitHub Action to build and push snapshots (2f5fd58)
  • 💚 Fixed name of action to create releases (861baa7)
  • 💚 Fixed to CI use ref_name from GitHub context (8c2a116)
  • 💚 Make repository checkout on GitHub Action (75d0852)
  • 💚 Replace branch name when contains / to - (087db4e)
  • 📦 Upgrade to Node version 18 (0f2cebd)
  • ♻️ Move files to src folder and update Docker (0d88763)
  • 🚨 Fixes ESLint execution (e5568da)
  • ✨ Added Jest configs to enable testing (26616de)
  • ✅ Created tests to split-queue (21020b1)