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

Releases: gitploy-io/gitploy

v1.1.0

27 May 02:04
37643d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 May 01:32
c197aaf
Compare
Choose a tag to compare

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

20 Sep 00:31
3e3234f
Compare
Choose a tag to compare

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

23 Jun 14:14
69bc982
Compare
Choose a tag to compare

Commits

  • 69bc982: Fix to set the dynamic payload when it roll backs (#451) (Noah Lee) #451

v0.7.2

21 Jun 13:10
6f78874
Compare
Choose a tag to compare

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

04 Jun 07:10
54a8409
Compare
Choose a tag to compare

Commits

v0.7.0

04 Jun 02:49
2de636c
Compare
Choose a tag to compare

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.
Ex. Select the image pull policy

image

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

20 May 14:35
420e52e
Compare
Choose a tag to compare
v0.7.0-beta1 Pre-release
Pre-release

Commits

  • ca1fe37: Bump github.com/urfave/cli/v2 from 2.6.0 to 2.7.1 (#438) (dependabot[bot]) #438
  • 420e52e: Fix to move the state into the redux (#437) (Noah Lee) #437

v0.7.0-alpha3

16 May 14:39
ce7d294
Compare
Choose a tag to compare
v0.7.0-alpha3 Pre-release
Pre-release

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 the ui/ 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

v0.7.0-alpha2

02 May 23:40
Compare
Choose a tag to compare
v0.7.0-alpha2 Pre-release
Pre-release

Commits

  • e4c40f8: Combine dev and production environment for the pipeline (#426) (Noah Lee) #426
  • ce14600: Fix the dynamic_payload field (noah)