Skip to content

Releases: tommy351/pullup

v1.0.1

19 Nov 13:50
777e50d
Compare
Choose a tag to compare

v1.0.1 (2021-11-19)

Bug Fixes

  • controller: Delete clusterIPs of services
  • controller: Reset ClusterIPs of services

Docker images

  • docker pull tommy351/pullup-webhook:1.0.1
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest
  • docker pull tommy351/pullup-controller:1.0.1
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest

v1.0.0

04 Apr 13:20
37ae357
Compare
Choose a tag to compare

v1.0.0 (2021-04-04)

Code Refactoring

  • controller: Modify trigger event message

Features

  • controller: Update ResourceTemplate only when Trigger updated
  • log: Print ISO8601 format timestamp
  • webhook: Add triggered action to events

Docker images

  • docker pull tommy351/pullup-controller:1.0.0
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest
  • docker pull tommy351/pullup-webhook:1.0.0
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest

v1.0.0-alpha.9

16 Dec 09:28
a1a651e
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

v1.0.0-alpha.9 (2020-12-16)

Bug Fixes

  • controller: Do not update status if nothing changed

Features

  • webhook: Set Cache-Control response header

Docker images

  • docker pull tommy351/pullup-controller:1.0.0-alpha.9
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest
  • docker pull tommy351/pullup-webhook:1.0.0-alpha.9
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest

v1.0.0-alpha.8

16 Dec 07:33
03c04c6
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

v1.0.0-alpha.8 (2020-12-16)

Bug Fixes

  • Remove enum validation for action type
  • webhook: Fix response content type

Docker images

  • docker pull tommy351/pullup-controller:1.0.0-alpha.8
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest
  • docker pull tommy351/pullup-webhook:1.0.0-alpha.8
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest

v1.0.0-alpha.10

16 Dec 15:47
08b59c1
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

v1.0.0-alpha.10 (2020-12-16)

Bug Fixes

  • controller: Add coordination.k8s.io/leases role

Code Refactoring

  • Remove unnecessary meta.Accessor
  • Use controllerutil.SetControllerReference

Features

  • Upgrade to controller-runtime 0.7.0

Docker images

  • docker pull tommy351/pullup-controller:1.0.0-alpha.10
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest
  • docker pull tommy351/pullup-webhook:1.0.0-alpha.10
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest

v1.0.0-alpha.7

15 Dec 16:26
370ce12
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

v1.0.0-alpha.7 (2020-12-15)

Code Refactoring

  • webhook: Refine schema validation

Features

  • Print ResourceTemplate age
  • controller: Update status after resources are applied
  • controller: Skip reconcile on status updates
  • controller: Do not requeue invalid resources

Docker images

  • docker pull tommy351/pullup-webhook:1.0.0-alpha.7
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest
  • docker pull tommy351/pullup-controller:1.0.0-alpha.7
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest

v1.0.0-alpha.6

15 Dec 06:44
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

v1.0.0-alpha.6 (2020-12-15)

Features

  • webhook: SImplify trigger ref in EventSource

Docker images

  • docker pull tommy351/pullup-controller:1.0.0-alpha.6
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest
  • docker pull tommy351/pullup-webhook:1.0.0-alpha.6
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest

v1.0.0-alpha.5

15 Dec 03:42
73a9af9
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

v1.0.0-alpha.5 (2020-12-15)

Bug Fixes

  • webhook: Fix ResourceTemplate.patches is not set

Code Refactoring

  • controller: Remove Result.Object
  • hookutil: Add schema and handler funcs

Features

  • Add Trigger CRD
  • Replace ResourceReference type
  • webhook: Support template in webhook action

Docker images

  • docker pull tommy351/pullup-controller:1.0.0-alpha.5
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest
  • docker pull tommy351/pullup-webhook:1.0.0-alpha.5
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest

v1.0.0-alpha.4

10 Dec 10:29
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

v1.0.0-alpha.4 (2020-12-10)

Features

  • controller: Index ResourceTemplate.spec.webhookRef
  • webhook: Add labels filter to GitHubWebhook
  • webhook: Add "create", "update" action

Docker images

  • docker pull tommy351/pullup-webhook:1.0.0-alpha.4
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest
  • docker pull tommy351/pullup-controller:1.0.0-alpha.4
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest

v1.0.0-alpha.3

09 Dec 11:33
0c56344
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

v1.0.0-alpha.3 (2020-12-09)

Bug Fixes

  • controller: Handle nil webhook

Features

  • Add CRD resource categories
  • Add webhookRef to ResourceTemplate
  • webhook: Add secretToken to HTTPWebhook

Docker images

  • docker pull tommy351/pullup-controller:1.0.0-alpha.3
  • docker pull tommy351/pullup-controller:1.0
  • docker pull tommy351/pullup-controller:1
  • docker pull tommy351/pullup-controller:latest
  • docker pull tommy351/pullup-webhook:1.0.0-alpha.3
  • docker pull tommy351/pullup-webhook:1.0
  • docker pull tommy351/pullup-webhook:1
  • docker pull tommy351/pullup-webhook:latest