This repository has been archived by the owner on May 30, 2024. It is now read-only.
Releases: gitploy-io/gitploy
Releases · gitploy-io/gitploy
v1.1.0
v1.0.0
What's Changed
- Bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 by @dependabot in #488
- Bump github.com/jackc/pgx/v4 from 4.17.0 to 4.17.2 by @dependabot in #481
- Bump github.com/urfave/cli/v2 from 2.16.2 to 2.23.4 by @dependabot in #497
- Bump github.com/slack-go/slack from 0.11.3 to 0.11.4 by @dependabot in #496
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.14.0 by @dependabot in #495
- Add the methods to
Error
for HTTP code by @noahingh in #491 - Bump github.com/urfave/cli/v2 from 2.23.4 to 2.23.5 by @dependabot in #501
- Add the refresh button to sync the state by @noahingh in #500
- Bump github.com/tidwall/gjson from 1.14.2 to 1.14.4 by @dependabot in #505
- Replace into MIT License by @noahingh in #528
- Handle merge conflicts and commit status check failure by @noahingh in #529
- Place the default branch at the top of options by @noahingh in #530
Full Changelog: v0.7.4...v1.0.0
v0.7.4
Commits
- 3deac42: Reorganize OpenAPI (#454) (Noah Lee) #454
- 2d79270: Upgrade CRA v5 (#455) (Noah Lee) #455
- 1b354d5: Fix the bug of notification ID (#456) (Noah Lee) #456
- 99625b3: Bump github.com/urfave/cli/v2 from 2.10.2 to 2.10.3 (#457) (dependabot[bot]) #457
- 2ad0445: Bump github.com/gin-contrib/cors from 1.3.1 to 1.4.0 (#458) (dependabot[bot]) #458
- bb423b3: Bump github.com/urfave/cli/v2 from 2.10.3 to 2.11.0 (#459) (dependabot[bot]) #459
- f06f8ea: Change the store into sqlite (#465) (Noah Lee) #465
- 87088d4: Bump github.com/urfave/cli/v2 from 2.11.0 to 2.11.1 (#462) (dependabot[bot]) #462
- 744a11c: Bump github.com/jackc/pgx/v4 from 4.16.1 to 4.17.0 (#470) (dependabot[bot]) #470
- 169722a: Bump github.com/tidwall/gjson from 1.14.1 to 1.14.2 (#466) (dependabot[bot]) #466
- ce9a09b: Bump github.com/urfave/cli/v2 from 2.11.1 to 2.16.2 (#478) (dependabot[bot]) #478
- f2f271c: Bump github.com/mattn/go-sqlite3 from 1.14.10 to 1.14.15 (#472) (dependabot[bot]) #472
- c74f1f8: Bump github.com/slack-go/slack from 0.11.0 to 0.11.3 (#477) (dependabot[bot]) #477
- 3e3234f: Fix the bug of the rollback with a branch (#482) (Noah Lee) #482
v0.7.3
v0.7.2
Commits
- 18f8318: Fix the dynamic payload validation (#445) (Noah Lee) #445
- 358aec8: Bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1 (#443) (dependabot[bot]) #443
- 7ef4e33: Bump github.com/slack-go/slack from 0.10.3 to 0.11.0 (#447) (dependabot[bot]) #447
- 6f78874: Bump github.com/urfave/cli/v2 from 2.8.1 to 2.10.2 (#449) (dependabot[bot]) #449
v0.7.1
v0.7.0
Features
Pipeline serialization
Gitploy prevents deployment to the same environment simultaneously. You can enable it by configuring the deploy.yml
file.
envs:
- name: prod
serialization: true
Dynamic Payload
Gitploy supports the dynamic payload to make users deploy flexibly. For example, if a pipeline has multiple deployment strategies, a user can choose a specific deployment strategy when a user deploys.
dynamic_payload:
enabled: true
inputs:
strategy:
required: true # Validate the field exists.
type: select # Validate the type of value
options:
- default
- canary
- blue-green
description: 'Deploy Strategy' # Describe the field
default: 'default' # Hints about default values.
Activities Page
Gitploy provides the page viewing all activity logs in one place. The page can be found in the navigation bar at the top.
v0.7.0-beta1
v0.7.0-alpha3
Commits
- 38bf3b2: Bump github.com/urfave/cli/v2 from 2.5.1 to 2.6.0 (#428) (dependabot[bot]) #428
- 820888b: Add
prettier
to styling codes in theui/
directory. (#429) (Noah Lee) #429 - e1e0ef7: Run
go mod tidy
(noah) - 36c55c7: Fix to resynchronize the org entires (#430) (Noah Lee) #430
- 2695a7b: Fix the pagination bug in the activities page (#434) (Noah Lee) #434
- 902e02a: Fix to handle an internal error (#433) (Noah Lee) #433
- 2589a0d: Bump github.com/jackc/pgx/v4 from 4.16.0 to 4.16.1 (#431) (dependabot[bot]) #431
- dee4264: Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 (#435) (dependabot[bot]) #435
- ce7d294: Mapping a response to a model dynamically. (#436) (Noah Lee) #436