Releases: fiaas/fiaas-deploy-daemon
fiaas-deploy-daemon v1.0.2
Upgrade Python runtime version from 2.7 to 3.9.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.0.2
fiaas-deploy-daemon
Helm chart version1.0.2
Find the helm chart by adding the FIAAS helm repo and inspecting the chart from there:
helm repo add fiaas https://fiaas.github.io/helm
helm search repo fiaas-deploy-daemon --version 1.0.2
What's Changed
Full Changelog: v1.0.1...v1.0.2
fiaas-deploy-daemon v1.0.1
- Bugfix: support networking/v1 Ingress when running with
tls-certificate-ready: true
. - Update e2e test Kubernetes version targets.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.0.1
fiaas-deploy-daemon
Helm chart version1.0.1
Find the helm chart by adding the FIAAS helm repo and inspecting the chart from there:
helm repo add fiaas https://fiaas.github.io/helm
helm search repo fiaas-deploy-daemon --version 1.0.1
What's Changed
- Add Kubernetes 1.23 to e2e test Kubernetes version CI targets by @oyvindio in #192
- Fix versions of ingresses in ready_check method by @herodes1991 in #191
- Remove older kubernetes versions in e2e test configuration by @bjornakr in #194
New Contributors
Full Changelog: v1.0.0...v1.0.1
fiaas-deploy-daemon v1.0.0
This version of fiaas-deploy-daemon should have no code changes compared to the current stable
release (20220808113256-eef68a8
). The changes are mainly in new release scripts and addition of a helm chart (see #163 and #180 for background):
- Added helm chart for deploying fiaas-deploy-daemon (see below).
- Deploying fiaas-deploy-daemon with skipper is deprecated. The latest and stable release channels for use with skipper (in fiaas/releases) will no longer be updated by CI. See the migration guide for an overview of how to switch from using skipper to using the helm chart to deploy fiaas-deploy-daemon.
- Container images for arm64 and arm7 are no longer available (see #179).
If you are a maintainer and need to create a release, see creating a release.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v1.0.0
fiaas-deploy-daemon
Helm chart version1.0.0
Find the helm chart by adding the FIAAS helm repo and inspecting the chart from there:
helm repo add fiaas https://fiaas.github.io/helm
helm search repo fiaas-deploy-daemon --version 1.0.0
What's Changed
- Fix ingress created by fiaas-deploy-daemon helm chart when tls is enabled by @oyvindio in #188
- Add documentation comments on chart default values by @oyvindio in #189
Full Changelog: v0.0.1-alpha.5...v1.0.0
fiaas-deploy-daemon v0.0.1-alpha.5
This version of fiaas-deploy-daemon should have no code changes compared to the current stable release
(20220808113256-eef68
). The changes are mainly in new release scripts and addition of a helm chart.
This release is the first release on the master
branch with the new release process added in #180. The release is
tagged as prerelease to be able to do some testing before creating a regular release.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v0.0.1-alpha.5
fiaas-deploy-daemon
Helm chart version0.0.1-alpha.5
Find the helm chart by adding the FIAAS helm repo and inspecting the chart from there:
helm repo add fiaas https://fiaas.github.io/helm
helm search repo fiaas-deploy-daemon --version 0.0.1-alpha.5
What's Changed
- add documentation on annotations/labels for serviceaccounts by @j18e in #177
- Keep autoscaler min_replicas=max_replicas if max < min by @xavileon in #135
- Fix bug with ingress names by @herodes1991 in #182
- Added check for Ingress certificates readiness by @portega-adv in #183
- Fixed typo in field notAfter (lowercase n) by @portega-adv in #184
- Fixing problem with date type by @portega-adv in #185
- Implement semantic versioning based release process by @oyvindio in #180
- Use port number from values in ingress by @oyvindio in #186
New Contributors
- @portega-adv made their first contribution in #183
Full Changelog: v0.0.1-alpha.4...v0.0.1-alpha.5
fiaas-deploy-daemon v0.0.1-alpha.4
Test release, do not use!
This release only exists to test the CI build setup for creating
releases in PR #180. Do not use the artifacts from this release.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v0.0.1-alpha.4
fiaas-deploy-daemon
Helm chart version0.0.1-alpha.4
Find the helm chart by adding the FIAAS helm repo and inspecting the chart from there:
helm repo add fiaas https://fiaas.github.io/helm
helm search repo fiaas-deploy-daemon --version 0.0.1-alpha.4
Full Changelog: v0.0.1-alpha.3...v0.0.1-alpha.4
fiaas-deploy-daemon v0.0.1-alpha.3
Test release, do not use!
This release only exists to test the CI build setup for creating
releases in PR #180. Do not use the artifacts from this release.
Release Artifacts
- Container image:
fiaas/fiaas-deploy-daemon:v0.0.1-alpha.3
fiaas-deploy-daemon
Helm chart version0.0.1-alpha.3
Find the helm chart by adding the FIAAS helm repo and inspecting the chart from there:
helm repo add fiaas https://fiaas.github.io/helm
helm search repo fiaas-deploy-daemon --version 0.0.1-alpha.3
Full Changelog: v0.0.1-alpha.2...v0.0.1-alpha.3
fiaas-deploy-daemon v0.0.1-alpha.2
Test release, do not use!
This release only exists to test the CI build setup for creating
releases in PR #180. Do not use the artifacts from this release.
What's Changed
[an auto-generated list of all PRs omitted here since this is the first release]
New Contributors
[an auto-generated list of all contributors omitted here since this is the first release]
Full Changelog: https://github.com/fiaas/fiaas-deploy-daemon/commits/v0.0.1-alpha.2