Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Releases: gitploy-io/gitploy

v0.2.0

20 Oct 12:57
ef43e03
Compare
Choose a tag to compare

Features

Prometheus metrics for DevOps

Gitploy provides Prometheus metrics for DevOps. It gives some key metrics to measure velocity, quality, and performance. :)

Related Issues & PRs:

  • Provide prometheus metrics (#153)
  • Add metrics of deployment for DevOps(#167)

Auto Unlock

Gitploy has provided a locking system which is helpful for some cases, especially for development, you want to occupy the development environment until finishing the test. But the pain point is that you should unlock the environment, and others couldn't know whether the test is completed.

Auto unlock is an excellent feature to resolve. Gitploy automatically unlocks the environment at the time you set it.

Figure) Set auto-unlock

image

Related Issues & PRs:

  • Provide the feature auto-unlock (#155)

Minor features

  • Foldable status field in UI(#172)

Fixes

  • Fix to handle the time UTC on the server-side(#171).
  • Synchronize the created_at with the time of deployment status.

v0.2.0-rc1

18 Oct 12:48
a8ad2d3
Compare
Choose a tag to compare
Fix the version of image in docs (#175)

v0.2.0-beta1

17 Oct 12:42
d0bbec1
Compare
Choose a tag to compare
Fix the status foldable in UI (#172)

v0.2.0-alpha2

16 Oct 12:40
Compare
Choose a tag to compare
Enable prometheus for dev

v0.2.0-alpha1

16 Oct 09:12
Compare
Choose a tag to compare
Add docs for gitploy_lead_time_seconds

v0.1.4

07 Oct 21:47
76ee167
Compare
Choose a tag to compare
  • Fix not to display the deployer for the approvers select in Slack(#151)
  • Fix the deploy message in UI (#152)

v0.1.3

07 Oct 13:44
f243811
Compare
Choose a tag to compare
  • Add the link to the 'Read Doc' button (#148)
  • Fix to block requesting the approval to the deployer (#150)

v0.1.2

05 Oct 03:06
9341174
Compare
Choose a tag to compare
  • Fix the schema type of synched_at of Perm for MySQL (#146)
  • Add the document for sql-mode of MySQL (#147)

v0.1.1

04 Oct 14:44
793f710
Compare
Choose a tag to compare
  • Fix to sync perms with the time (#145)

v0.1.0

03 Oct 10:35
ff6aa21
Compare
Choose a tag to compare

First Release!