Skip to content

Releases: hwakabh/random-travelers

v0.5.0

25 Dec 08:20
888e22b
Compare
Choose a tag to compare

0.5.0 (2024-12-25)

Features

  • build: added configs of railway. (1efb526)
  • build: added Nixpacks configurations. (e810f8f)
  • build: enabled to configure MySQL TCP proxy ports of Railway. (7e5e851)
  • ci: enabled pushing image to GHCR. (7180018)
  • ci: implemented actions of nixpacks. (51c2021)
  • enabled to create database for first migration. (33aec3d)

Bug Fixes

  • build: default parameters in Makefile. (0582a19)

Dependencies

  • locked minimal Python version with 3.13.0. (64e4fab)

Documentation

  • added information about builds/deployment. (d16a200)
  • added instructions of sealed-secrets. (1220a02)
  • added kind-cluster setup and Kustomization. (560e4e2)

v0.4.1

08 Jul 17:31
310f18d
Compare
Choose a tag to compare

0.4.1 (2024-07-08)

Dependencies

  • certifi: bumped to 2024.07.04 for fixing Trivy CVE scan. (5ef9f9f)

v0.4.0

20 Feb 13:11
33ef059
Compare
Choose a tag to compare

0.4.0 (2024-02-19)

Features

  • ci: added cleanup workflow for staled images. (892adc6)
  • ci: added semantic PR. (b8f73c9)

v0.3.0

23 Jan 07:04
22e34f0
Compare
Choose a tag to compare

0.3.0 (2024-01-23)

Features

  • added model/schema/crud for base for Airport instances. (2530485)
  • added schemas for v0 API: #66. (fefedc3)
  • enabled to fetch URL path dynamically for v0 API. (1e10540)

Bug Fixes

  • seeds: updated SQL for generic uses. (ae8a3d6)

Documentation

  • updated notes for directory structures. (4c65538)

v0.2.1

19 Jan 07:26
5ad1d90
Compare
Choose a tag to compare

0.2.1 (2024-01-19)

Bug Fixes

  • Query strings for restcounties.com and key to access response. (0d6fec8)

Documentation

  • added descriptions of API key. (8f06800)

v0.2.0

18 Jan 16:41
4d30954
Compare
Choose a tag to compare

0.2.0 (2024-01-18)

Features

  • enabled to fetch JavaScript contexts via backend for security: #40. (12d6d2f)

Bug Fixes

  • Go templates syntax with docker command. (73ad8ec)
  • minor changes (6580da1)
  • minor changes. (92108ef)
  • modified config file path for jobs. (1bf5a24)
  • updated logics of readiness probes. (9e619a1)

Documentation

  • added make command to README.md (e7c0ec1)

v0.1.1

09 Jan 23:16
b4b666f
Compare
Choose a tag to compare

0.1.1 (2024-01-09)

Bug Fixes

  • removed unexpected inputs. (b442b2c)
  • Update labeler.yml (7734d16)
  • used proper URL path for API call. (4ee955b)

Documentation

  • added descriptions of prerequisites. (c2f75e1)

v0.1.0

08 Jan 15:14
95dd920
Compare
Choose a tag to compare

0.1.0 (2024-01-08)

Features

  • ui: implemented mako templates and enabled render as HTML. (13e7455)

Bug Fixes

  • ci: renamed labeler config file name with .yml. (d632a47)
  • removed jsonify() since Flask have not imported any more. (dfaacbc)
  • updated configs with v5 syntax. (456c1bc)
  • updated configs with v5 syntax. (a53275b)
  • updated external links, local port, DB default credentials. (0d61bf0)

Documentation

  • added GitHub links of bitnami/mysql. (3c4017e)
  • updated procedures to run local. (7a08127)