Releases: janlauber/one-click-operator
Releases · janlauber/one-click-operator
One-Click Operator v1.1.1
What's Changed
- fix: Update Rollout status and handle conflict errors by @janlauber in #20
- 🌱 Bump docker/metadata-action from 75359341f62c2d990e0aa8543e545c74eec643ff to 38b36773831fce8789962056bf155ba063580c34 by @dependabot in #17
- 🤖 Bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 by @dependabot in #18
Full Changelog: v1.1.0...v1.1.1
One-Click Operator v1.1.0
One-Click Operator v1.0.1
What's Changed
- feat: Add labels to Rollout secret by @janlauber in #16
Full Changelog: v1.0.0...v1.0.1
One-Click Operator v1.0.0
Description
The purpose of this Kubernetes operator is to significantly streamline the deployment process of single-container applications on Kubernetes. Traditionally, deploying such an application requires a series of complex steps, including setting up a deployment, a service, an ingress, a horizontal pod autoscaler, a service account, and optionally, a certificate. Each of these steps involves intricate configurations and a deep understanding of Kubernetes' workings.
What's Changed
- Migrate files by @janlauber in #1
- docs: fix link by @janlauber in #3
- docs: fix link by @janlauber in #4
- build(deps): Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.17.0 by @dependabot in #2
- build(deps): Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #5
- 🌱 Bump docker/login-action from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to e92390c5fb421da1463c202d546fed0ec5c39f20 by @dependabot in #6
- build(deps): Bump github.com/onsi/gomega from 1.24.1 to 1.32.0 by @dependabot in #11
- 🌱 Bump docker/setup-buildx-action from 1 to 3 by @dependabot in #10
- 🌱 Bump docker/metadata-action from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to 75359341f62c2d990e0aa8543e545c74eec643ff by @dependabot in #9
- 🌱 Bump docker/build-push-action from f2a1d5e99d037542a71f64918e516c093c6f3fc4 to 090ca155fc9b214cbcac536c450455a0e96f52c6 by @dependabot in #8
- 🌱 Bump actions/checkout from 3 to 4 by @dependabot in #7
- build(deps): Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.17.0 by @dependabot in #13
- build(deps): Bump sigs.k8s.io/controller-runtime from 0.14.1 to 0.17.2 by @dependabot in #12
- build(deps): Bump k8s.io/client-go from 0.26.0 to 0.29.3 by @dependabot in #14
New Contributors
- @janlauber made their first contribution in #1
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/janlauber/one-click-operator/commits/v1.0.0