Skip to content

Releases: NCCloud/mayfly

v1.2.0-rc.2

19 Aug 06:17
2fb49c4
Compare
Choose a tag to compare

Overview

This release introduces significant improvements to the ScheduledResource CRD, including schema changes, additional status information, and enhanced observability through new printer columns. These updates are designed to provide more robust scheduling features and better resource management.

🚀 New Features

  • ScheduledResource v1alpha2:
    • Recurring Creations:
      • Supports recurring resource creation with crontab values in the schedule field which is replaced with in
    • Better Observability:
      • lastRun in the status to track the last creation time.
      • nextRun in the status to indicate the upcoming scheduled creation.
    • Go 1.23 and upgraded dependencies

⚠️ Breaking Changes

ScheduledResource v1alpha1 support has been dropped. Users must migrate their resources to update their ScheduledResource to v1alpha2.

⚙️ Upgrade Guide

To upgrade ScheduledResource from v1alpha1 to v1alpha2, follow these steps:

  1. Backup Existing Resources:
kubectl get scheduledresources.cloud.namecheap.com -o yaml > scheduledresources-backup.yaml
  1. Delete the Existing CRD:
kubectl delete crd scheduledresources.cloud.namecheap.com
  1. Install the New CRD or Install the latest Helm Chart:
kubectl apply -f deploy/crds/cloud.namecheap.com_scheduledresources.yaml
  1. Update Fields in Backup:
    Replace the in field with schedule and change version to v1alpha2 from backup
sed -i 's/in:/schedule:/g; s/v1alpha1/v1alpha2/g' scheduledresources-backup.yaml
  1. Re-apply the Updated Backup:
kubectl apply -f scheduledresources-backup.yaml
  1. Install New Version:
helm upgrade --reuse-values mayfly nccloud/mayfly

v.1.2.0

22 Aug 09:15
2fb49c4
Compare
Choose a tag to compare

Overview

This release introduces significant improvements to the ScheduledResource CRD, including schema changes, additional status information, and enhanced observability through new printer columns. These updates are designed to provide more robust scheduling features and better resource management.

🚀 New Features

  • ScheduledResource v1alpha2:
    • Recurring Creations:
      • Supports recurring resource creation with crontab values in the schedule field which is replaced with in
    • Better Observability:
      • lastRun in the status to track the last creation time.
      • nextRun in the status to indicate the upcoming scheduled creation.
    • Go 1.23 and upgraded dependencies

⚠️ Breaking Changes

ScheduledResource v1alpha1 support has been dropped. Users must migrate their resources to update their ScheduledResource to v1alpha2.

⚙️ Upgrade Guide

To upgrade ScheduledResource from v1alpha1 to v1alpha2, follow these steps:

  1. Backup Existing Resources:
kubectl get scheduledresources.cloud.namecheap.com -o yaml > scheduledresources-backup.yaml
  1. Delete the Existing CRD:
kubectl delete crd scheduledresources.cloud.namecheap.com
  1. Install the New CRD or Install the latest Helm Chart:
kubectl apply -f deploy/crds/cloud.namecheap.com_scheduledresources.yaml
  1. Update Fields in Backup:
    Replace the in field with schedule and change version to v1alpha2 from backup
sed -i 's/in:/schedule:/g; s/v1alpha1/v1alpha2/g' scheduledresources-backup.yaml
  1. Re-apply the Updated Backup:
kubectl apply -f scheduledresources-backup.yaml
  1. Install New Version:
helm upgrade --reuse-values mayfly nccloud/mayfly

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.2.0-rc.1

11 Aug 20:54
e693400
Compare
Choose a tag to compare

Overview

This release introduces significant improvements to the ScheduledResource CRD, including schema changes, additional status information, and enhanced observability through new printer columns. These updates are designed to provide more robust scheduling features and better resource management.

🚀 New Features

  • ScheduledResource v1alpha2:
    • Recurring Creations:
      • Supports recurring resource creation with crontab values in the schedule field which is replaced with in
    • Better Observability:
      • lastRun in the status to track the last creation time.
      • nextRun in the status to indicate the upcoming scheduled creation.

⚠️ Breaking Changes

ScheduledResource v1alpha1 support has been dropped. Users must migrate their resources to update their ScheduledResource to v1alpha2.

⚙️ Upgrade Guide

To upgrade ScheduledResource from v1alpha1 to v1alpha2, follow these steps:

  1. Backup Existing Resources:
kubectl get scheduledresources.cloud.namecheap.com -o yaml > scheduledresources-backup.yaml
  1. Delete the Existing CRD:
kubectl delete crd scheduledresources.cloud.namecheap.com
  1. Install the New CRD or Install the latest Helm Chart:
kubectl apply -f deploy/crds/cloud.namecheap.com_scheduledresources.yaml
  1. Update Fields in Backup:
    Replace the in field with schedule and change version to v1alpha2 from backup
sed -i 's/in:/schedule:/g; s/v1alpha1/v1alpha2/g' scheduledresources-backup.yaml
  1. Re-apply the Updated Backup:
kubectl apply -f scheduledresources-backup.yaml
  1. Install New Version:
helm upgrade --reuse-values mayfly nccloud/mayfly

v1.1.1-rc.1

20 May 10:05
eb1bfc6
Compare
Choose a tag to compare
Add nonroot user to Dockerfile

v1.1.1-alpha.2

20 May 09:37
eb1bfc6
Compare
Choose a tag to compare
Add nonroot user to Dockerfile

v1.1.1

20 May 13:41
eb1bfc6
Compare
Choose a tag to compare

Support different architectures.

v1.1.1-alpha.1

17 May 11:31
9db9e7f
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/go-co-op/gocron/v2 from 2.2.10 to 2.4.0 by @dependabot in #50
  • Bump sigs.k8s.io/controller-runtime from 0.18.0 to 0.18.1 by @dependabot in #49
  • Bump github.com/go-co-op/gocron/v2 from 2.4.0 to 2.5.0 by @dependabot in #52
  • Bump sigs.k8s.io/controller-runtime from 0.18.1 to 0.18.2 by @dependabot in #51
  • Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #53
  • Release Multiplatform Images by @yunussandikci in #54

Full Changelog: v1.1.0...v1.1.1-alpha.1

v1.1.0-rc.1

25 Apr 16:48
29c33ee
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #34
  • Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #35
  • Bump github.com/go-co-op/gocron/v2 from 2.2.4 to 2.2.5 by @dependabot in #36
  • Bump github.com/go-co-op/gocron/v2 from 2.2.5 to 2.2.6 by @dependabot in #37
  • Bump k8s.io/client-go from 0.29.2 to 0.29.3 by @dependabot in #40
  • Bump github.com/go-co-op/gocron/v2 from 2.2.6 to 2.2.9 by @dependabot in #41
  • Upgrade Dependencies by @yunussandikci in #47

Full Changelog: v1.0.0...v1.1.0-rc.1

v1.1.0

26 Apr 09:38
29c33ee
Compare
Choose a tag to compare
Upgrade Dependencies #47

v1.0.0-rc.1

19 Feb 18:15
167529f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v1.0.0-rc.1