Skip to content

Releases: fiaas/fiaas-deploy-daemon

fiaas-deploy-daemon v1.0.2

16 Jan 07:59
401e604
Compare
Choose a tag to compare

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 version 1.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

04 Jan 08:15
c90f246
Compare
Choose a tag to compare
  • 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 version 1.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

26 Sep 10:36
1c1884a
Compare
Choose a tag to compare

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 version 1.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

13 Sep 11:21
8b1fd39
Compare
Choose a tag to compare
Pre-release

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 version 0.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

New Contributors

Full Changelog: v0.0.1-alpha.4...v0.0.1-alpha.5

fiaas-deploy-daemon v0.0.1-alpha.4

05 Sep 12:17
017de9b
Compare
Choose a tag to compare
Pre-release

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 version 0.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

02 Jun 08:44
838e4f0
Compare
Choose a tag to compare
Pre-release

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 version 0.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

31 May 13:46
65e26ab
Compare
Choose a tag to compare
Pre-release

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