Skip to content

flux

Open and extensible continuous delivery solution for Kubernetes

Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when there is new code to deploy.

devops

https://fluxcd.io

amd64 armhf arm64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install flux

sudo apt install flux

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    flux=0.41.1*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      flux=0.41.1*

Download URLs

Version SHA256 Size (KB)
0.41.1 a5e0a0fa3796510c1f7d85209da4c111feace717c90a678c69644a2f91157fe1 12633
0.41.0 f8f2569db36bcf8742e0d5e900d601d5e063f4a3ee7795663531ab1cec4d18d0 12633
0.40.2 7b9a6845cce8309f4db39752287b1f77417e1e7221461da0c4f114734051cddc 12594
0.40.1 e86176306e3d2dbfa3259c05880c3c87b22495f4b4dc046dad9da52eaafb2da4 12593
0.40.0 5b7f7656f4c696e38ffac3b687896b67cb69d004abfc26fdc90c2a2d1836de61 12594
0.39.0 9fd35df4e4872e4dd18b889480f7c40a4f75c32da985ef8e59e4d145368a893a 12566
0.38.3 30d5d117f9858997b0d6373b30fcc5558876048bf76fedf1072ec9086ce7d456 12443
0.38.2 19bbafced51507fbaf5faf2ed182e3a99366fec49415fcec7ded48f7f26b6435 12437
0.38.1 53f727ffcb51a7b3083e39be249bcc09bb6a32d872965bd0db74a6639d94b898 12437
0.38.0 9778a68a927ed9b3c3f4e1bb392fa3bf268b399641afd05925d4e8314877ad3e 12437
Version SHA256 Size (KB)
0.41.1 ddabdf091ab91ecd96a46b3218e1f70ec7f2d405071cdd300462b53a926d3a13 10840
0.41.0 e535ea55f6f2f729b61568a7ee00b87fe07559e93f053616b7125ab1f66ef6cb 10839
0.40.2 4b0610813e00de86cffe5e87e12191a89d255f031c8c2869b51d4ff21e5ebfad 10833
0.40.1 3c3c0da40e0f49881e3a57dc1cbd4ea711ba4b28fc64308b7a4a074b80895817 10831
0.40.0 b965bcb41e38d802b6d30134ed9750483f34fc478f4fcb4be804e6455d775194 10831
0.39.0 529bc3ef6e0bd36e95495e4122baf6304f8681f3b7d9a0006471db8a04ca272a 10811
0.38.3 fd23447b50333a22585d2c260ddf34e274f58f7f7dcd08e3cb9669fd00d5e028 10701
0.38.2 5155d66126c360eee6a55ff244688ff52f2ee50c370e9f7a86e3409bcf3952e9 10699
0.38.1 f6641cd3b2577f5e98e021f63ea80dd0a21c08ed32b0e1009ade33c4965f4a3d 10698
0.38.0 03cf67059380fa75636e2c34b8ddba0c1f54124887cad3ff6aaa561987bdf229 10697
Version SHA256 Size (KB)
0.41.1 b47c4ec4602ccd8f53867d5041a26b00dc5f95359ff48985c736124427498742 10998
0.41.0 cc03b8ea84c522c2383ed34738ec5076330a28b19e3cc019c4851a86476f4ae3 10992
0.40.2 245cbc2971ad02980dd74f77dd2421f703ce35c8bf3861945d532161f7a403b4 10991
0.40.1 036dd9367b7f1f8c5af1b2a898c09b2bc824d0c98c83cbbb54024b31f03554c5 10989
0.40.0 f20f2c9642211911f66f8e0f6546d71cc99f7bfa9c46444b7b4e1de93b69daae 10985
0.39.0 c27670f4d2812873acd77ba15d8310ad4426d42b140f0d1bef73876228136437 10960
0.38.3 cdca9e0d959bba8addc0dc6feb10fd2c443f860060ebc0e09765a4ec2896c37e 10851
0.38.2 b781a56f63937154907fdc6cdf1dc52fc5fe34777e80e137c53a6ac9fc1cc89c 10848
0.38.1 40626ab8b9cb54d7bd283c8bc488df584eb83066dbd6c9f146fafde23e729371 10846
0.38.0 f4d4b64035a86b0367470d1a9fdb396d905e24f85ae6409790386f60ad4c9ec4 10847

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for flux are versionned here.

Click here to see flux ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/flux/ops2deb.yml
- name: flux
  matrix:
    versions:
      - 0.19.1
      - 0.20.1
      - 0.21.1
      - 0.22.1
      - 0.23.0
  homepage: https://fluxcd.io
  summary: open and extensible continuous delivery solution for Kubernetes
  description: |-
    Flux is a tool for keeping Kubernetes clusters in sync with sources
    of configuration (like Git repositories), and automating updates to
    configuration when there is new code to deploy.
  fetch: https://github.com/fluxcd/flux2/releases/download/v{{version}}/flux_{{version}}_linux_amd64.tar.gz
  script:
    - install -m 755 flux {{src}}/usr/bin/flux

- name: flux
  version: 0.24.1
  revision: "2"
  homepage: https://fluxcd.io
  summary: open and extensible continuous delivery solution for Kubernetes
  description: |-
    Flux is a tool for keeping Kubernetes clusters in sync with sources
    of configuration (like Git repositories), and automating updates to
    configuration when there is new code to deploy.
  fetch: https://github.com/fluxcd/flux2/releases/download/v{{version}}/flux_{{version}}_linux_amd64.tar.gz
  script:
    - mv flux {{src}}/usr/bin/flux

- name: flux
  matrix:
    versions:
      - 0.25.3
      - 0.26.1
      - 0.26.2
      - 0.26.3
      - 0.27.0
      - 0.27.1
      - 0.27.2
      - 0.27.3
      - 0.27.4
      - 0.28.1
      - 0.28.2
      - 0.28.3
      - 0.28.4
      - 0.28.5
      - 0.29.0
      - 0.29.1
      - 0.29.2
      - 0.29.3
      - 0.29.4
      - 0.29.5
      - 0.30.0
      - 0.30.2
      - 0.31.0
      - 0.31.1
      - 0.31.2
      - 0.31.3
      - 0.31.5
      - 0.32.0
      - 0.33.0
      - 0.34.0
      - 0.35.0
      - 0.36.0
      - 0.37.0
      - 0.38.0
      - 0.38.1
      - 0.38.2
      - 0.38.3
      - 0.39.0
      - 0.40.0
      - 0.40.1
      - 0.40.2
      - 0.41.0
      - 0.41.1
    architectures:
      - amd64
      - arm64
      - armhf
  homepage: https://fluxcd.io
  summary: open and extensible continuous delivery solution for Kubernetes
  description: |-
    Flux is a tool for keeping Kubernetes clusters in sync with sources
    of configuration (like Git repositories), and automating updates to
    configuration when there is new code to deploy.
  fetch: https://github.com/fluxcd/flux2/releases/download/v{{version}}/flux_{{version}}_linux_{{goarch}}.tar.gz
  install:
    - flux:/usr/bin/

The blueprint fetch keyword contains a URL template pointing to flux releases. Downloaded files are locked in a lockfile versionned here.

Click here to see flux release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/devops/flux/ops2deb.lock.yml
- url: https://github.com/fluxcd/flux2/releases/download/v0.19.1/flux_0.19.1_linux_amd64.tar.gz
  sha256: 91b65b1c510368a934c427dab0066db240bafa303c7ce2ce18ed4e347ea3e854
  timestamp: 2021-10-23 07:15:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.20.1/flux_0.20.1_linux_amd64.tar.gz
  sha256: b6d296aefa0d77631c98ea810c1c2e572d110cd68cc98193cab5d996dae676d2
  timestamp: 2021-10-31 06:15:40+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.21.1/flux_0.21.1_linux_amd64.tar.gz
  sha256: b54cb7b65df89f9c0255bf75552a144667267a6928f9557c39178238cf13c243
  timestamp: 2021-11-05 06:15:35+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.22.1/flux_0.22.1_linux_amd64.tar.gz
  sha256: be16214755423551c31e4b8ed26093349bb8f80f112e7ced660364108c62232a
  timestamp: 2021-11-11 20:01:34+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.23.0/flux_0.23.0_linux_amd64.tar.gz
  sha256: aadb219ccf89c1da3d32ed534affdd815003a7aada241883621fc945925a2d56
  timestamp: 2021-11-12 19:03:04+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.24.1/flux_0.24.1_linux_amd64.tar.gz
  sha256: 3373a272ff888772e40647e90ba41dfa232e7482df62b10735cdd86a25e42178
  timestamp: 2021-12-14 15:37:09+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.25.3/flux_0.25.3_linux_amd64.tar.gz
  sha256: a5e5818f02d1a8fc591de57e4e6055f2f1e001943c84834419fdd26535d18d13
  timestamp: 2022-01-18 19:26:27+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.25.3/flux_0.25.3_linux_arm.tar.gz
  sha256: d92b09603f570718a0f378e9fedc3ff3d647dc68b0cfeeed9a0a08f1e0814eb6
  timestamp: 2022-01-30 16:22:16+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.25.3/flux_0.25.3_linux_arm64.tar.gz
  sha256: 9d93e399b6a62d676b0cae0d17a25973eb463b1ead829eb608bd1eecf3c707c4
  timestamp: 2022-01-30 16:22:16+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.26.1/flux_0.26.1_linux_amd64.tar.gz
  sha256: 50878758285469e0cacc855a9f6940e61c609e625c1f560b26c8ab1768d45d25
  timestamp: 2022-02-04 13:26:07+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.26.1/flux_0.26.1_linux_arm.tar.gz
  sha256: 7320f2abcb7abd12378d0824e80b1ded700d03b4253bf0f511edc081c67399b8
  timestamp: 2022-02-04 13:26:07+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.26.1/flux_0.26.1_linux_arm64.tar.gz
  sha256: 13647e628ef308f6d4485914251fa5dfd07e0c4d6abeae1f89c3e165f4ea9c9a
  timestamp: 2022-02-04 13:26:07+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.26.2/flux_0.26.2_linux_amd64.tar.gz
  sha256: e4a0fc274b724ed9c92b4de59b1acfd88eeee9de9c50df4f7efb4c8519566719
  timestamp: 2022-02-07 16:20:21+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.26.2/flux_0.26.2_linux_arm.tar.gz
  sha256: 4c13b053a2c6fe19eba46a8e375b86301ce11eb637f4c6a28cb661600dda42e4
  timestamp: 2022-02-07 16:20:21+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.26.2/flux_0.26.2_linux_arm64.tar.gz
  sha256: b52624292e17ec9120e190c96072874890b348797d818dbd892328c816c9c679
  timestamp: 2022-02-07 16:20:21+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.26.3/flux_0.26.3_linux_amd64.tar.gz
  sha256: e0f617060d1979610f6568d4c2cf2451a687dbcc652f51c1638ec4d250598be1
  timestamp: 2022-02-10 19:22:43+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.26.3/flux_0.26.3_linux_arm.tar.gz
  sha256: bead8b0247575ad063498a34014dd9b83b615fe94f6c0c140f0bd76c5d50c4b5
  timestamp: 2022-02-10 19:22:43+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.26.3/flux_0.26.3_linux_arm64.tar.gz
  sha256: 33dc9b64568b9cab70bc70960395947d9eecedde1850236b7f89727c6ad63b62
  timestamp: 2022-02-10 19:22:43+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.0/flux_0.27.0_linux_amd64.tar.gz
  sha256: a923bd1597de9d72a79149b7a205b56e7209d2b0b43566c0fcccb6f1e77f0187
  timestamp: 2022-02-16 16:21:27+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.0/flux_0.27.0_linux_arm.tar.gz
  sha256: 434d98fc66c13c9b0c72157cb6c58956fdcc67cad3b60566711918ed6974ddd0
  timestamp: 2022-02-16 16:21:27+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.0/flux_0.27.0_linux_arm64.tar.gz
  sha256: 167c926714b42a78ff50cee67b2bb7c0a2152f4a351aaee0ce78dc7e2a5aabb3
  timestamp: 2022-02-16 16:21:27+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.1/flux_0.27.1_linux_amd64.tar.gz
  sha256: 1902b89656afdf41cf8ca78813be69af065931e04c806671a142ea8f71dae654
  timestamp: 2022-02-23 13:33:55+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.1/flux_0.27.1_linux_arm.tar.gz
  sha256: 9e19591c50b61e7ed8e9c294dd841157527cd9a31c9b37e13e3095a6d979de3a
  timestamp: 2022-02-23 13:33:55+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.1/flux_0.27.1_linux_arm64.tar.gz
  sha256: 7288179ab09e49f17c172a4e8a6778ddbd2e0bc8cf7e8d449552e9550e9c40b5
  timestamp: 2022-02-23 13:33:55+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.2/flux_0.27.2_linux_amd64.tar.gz
  sha256: e5f76dae1a1848ffd6c53ee6bd004bcbdd9c4adf5c92c4d9b64e72100065fc9a
  timestamp: 2022-02-23 16:22:03+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.2/flux_0.27.2_linux_arm.tar.gz
  sha256: 396f9c353bed1abb2a3f0ab9029df0a7caa44b6231a512fe17f788e09e93079b
  timestamp: 2022-02-23 16:22:03+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.2/flux_0.27.2_linux_arm64.tar.gz
  sha256: 8c471e3c1c988ed7a91ce85164a16aea7f353d0368767bcfe26ba5b00ca89ba9
  timestamp: 2022-02-23 16:22:03+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.3/flux_0.27.3_linux_amd64.tar.gz
  sha256: 241388fcaeb730edca275150dc12b298186deb8d97d03febef0686b93747a417
  timestamp: 2022-03-01 19:23:57+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.3/flux_0.27.3_linux_arm.tar.gz
  sha256: 063238b8b515eb13552983dccbfbe7e024686e963b798cbc53c27808dc1a782b
  timestamp: 2022-03-01 19:23:57+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.3/flux_0.27.3_linux_arm64.tar.gz
  sha256: d76935e2ea534f66ea9417c331b9f6aa6f0ddbc773367492eef1359037f7547f
  timestamp: 2022-03-01 19:23:57+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.4/flux_0.27.4_linux_amd64.tar.gz
  sha256: 001f5b2425ea70b4a9d7e83d7c7034233fddea82682dc3b5a9ef2d7f970dad32
  timestamp: 2022-03-16 02:26:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.4/flux_0.27.4_linux_arm.tar.gz
  sha256: 151c7334f01c96e31db8b5423a44a8c4ce558303ac19fd705d9375647d783562
  timestamp: 2022-03-16 02:26:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.27.4/flux_0.27.4_linux_arm64.tar.gz
  sha256: 638fdbf363c9521e21202a6cffeb220dcc3f2c85f14ea14ad8a05f01cf61b13d
  timestamp: 2022-03-16 02:26:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.1/flux_0.28.1_linux_amd64.tar.gz
  sha256: 8f7e789870099377a4847341b214b3f72175703ca12096fb1d36fcb29058b952
  timestamp: 2022-03-23 22:16:21+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.1/flux_0.28.1_linux_arm.tar.gz
  sha256: e1c2be5e0a0c113dbb581cd10846d75d706bacdfa534aa71baf6acda0b9b3f49
  timestamp: 2022-03-23 22:16:21+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.1/flux_0.28.1_linux_arm64.tar.gz
  sha256: f48061726ee34b7607cba0886918d63a835adf666b28d90adb3f894192424f54
  timestamp: 2022-03-23 22:16:21+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.2/flux_0.28.2_linux_amd64.tar.gz
  sha256: 90c09ab3fbcaa54d22e5f9ecdd41d615b571b39451f363cc45680830f5743e74
  timestamp: 2022-03-24 10:21:13+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.2/flux_0.28.2_linux_arm.tar.gz
  sha256: a0ddf20c9a401c37a958e30109da17c8d7766c3486bca41c599009ff98fac105
  timestamp: 2022-03-24 10:21:13+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.2/flux_0.28.2_linux_arm64.tar.gz
  sha256: a41f86abfd847a6eb78217f00e01fe9deafc59dfb753e69c3161d0fd0f20f8fd
  timestamp: 2022-03-24 10:21:13+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.3/flux_0.28.3_linux_amd64.tar.gz
  sha256: d41337a45ec4fd82984f411a7a369b68dc74b349cfc641595f321ee1870c5253
  timestamp: 2022-03-25 22:19:05+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.3/flux_0.28.3_linux_arm.tar.gz
  sha256: 57c11973313d3d05d29706b8acdaa04319b26dd81cfc065c857a0796f24afb6b
  timestamp: 2022-03-25 22:19:05+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.3/flux_0.28.3_linux_arm64.tar.gz
  sha256: d99980515bb744cf563a0178a61c7ee56890bfcb94d56641659ba33c955041cd
  timestamp: 2022-03-25 22:19:05+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.4/flux_0.28.4_linux_amd64.tar.gz
  sha256: 20d3d8f822a80617c7e16d2671ed0efa0ca13384ded14f178f40ab35592bc99f
  timestamp: 2022-03-28 20:25:57+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.4/flux_0.28.4_linux_arm.tar.gz
  sha256: 9419068818a30c5bf79f21e7b5ed8f8b950bcafce9e0b2db09b9c30282437a95
  timestamp: 2022-03-28 20:25:57+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.4/flux_0.28.4_linux_arm64.tar.gz
  sha256: 047ee4da409c71a45b28cf87f7e0ee24ab87326fc6252522f4d4c3c8ae12a10b
  timestamp: 2022-03-28 20:25:57+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.5/flux_0.28.5_linux_amd64.tar.gz
  sha256: 39daf4fedce33620f2c7d3513b612575078162738422350254244b4842517f79
  timestamp: 2022-03-30 23:19:07+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.5/flux_0.28.5_linux_arm.tar.gz
  sha256: 9dc2ac547ca6247e936d0424d86ea6e37d695f145bd9a5a595b94eb86940b25f
  timestamp: 2022-03-30 23:19:07+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.28.5/flux_0.28.5_linux_arm64.tar.gz
  sha256: 6be4cc952c4b18a9ff00997882780ce36a6c6a23d8f7ca80a63fce0e418adeb5
  timestamp: 2022-03-30 23:19:07+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.0/flux_0.29.0_linux_amd64.tar.gz
  sha256: 3589ee0366dbed606f3fc06c3faea3c67073f33ab4563cf11e5647a1f3f5335a
  timestamp: 2022-04-20 14:42:02+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.0/flux_0.29.0_linux_arm.tar.gz
  sha256: a35af0597b3cb3ea96180448ff380c4cbc99fcdb74e3e81c307d2a5b21085684
  timestamp: 2022-04-20 14:42:02+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.0/flux_0.29.0_linux_arm64.tar.gz
  sha256: b749a60d0e616ef63c43adc8b75977afc2f55ab1f6699a6ff248cba01b7fc244
  timestamp: 2022-04-20 14:42:02+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.1/flux_0.29.1_linux_amd64.tar.gz
  sha256: a3a78a574c4bee512801167e547816c1639fce708e345f2a6661d233da17f843
  timestamp: 2022-04-20 23:19:30+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.1/flux_0.29.1_linux_arm.tar.gz
  sha256: 19b22a0ac4a229ee23d10ed53b23734d3c4bdb041d452d5bb925471019744fa3
  timestamp: 2022-04-20 23:19:30+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.1/flux_0.29.1_linux_arm64.tar.gz
  sha256: 7420d239d7b5a3e4e553aa1610d6fbc8cda25062fef4edf53cf6f834d9563b9c
  timestamp: 2022-04-20 23:19:30+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.2/flux_0.29.2_linux_amd64.tar.gz
  sha256: 2684556bcfa785612f1546427d819ac65d211e6e342e3a796196e760fdafa8aa
  timestamp: 2022-04-21 14:39:20+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.2/flux_0.29.2_linux_arm.tar.gz
  sha256: 1c4347d19762e9841479a8fea3c709a082e2b1e7cf4f0653f80d9fe66e09a687
  timestamp: 2022-04-21 14:39:20+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.2/flux_0.29.2_linux_arm64.tar.gz
  sha256: f67bc91c336d810f4622f7585719a0deb2d9bfe833e7b15fa8865cc27a35bba4
  timestamp: 2022-04-21 14:39:20+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.3/flux_0.29.3_linux_amd64.tar.gz
  sha256: 612a7ee0a96a8214bc85a8e7ba1b1d816a0121bab73e1e03be7f32a1a25f29ee
  timestamp: 2022-04-22 14:42:06+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.3/flux_0.29.3_linux_arm.tar.gz
  sha256: 694729943db21719a65c833a97826220055e62a9a02fe1b21707e9a38555dc39
  timestamp: 2022-04-22 14:42:06+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.3/flux_0.29.3_linux_arm64.tar.gz
  sha256: 083cfccea7b549d7740a505ce5d23fddb940048e4c0074c835ff7232f1b8d386
  timestamp: 2022-04-22 14:42:06+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.4/flux_0.29.4_linux_amd64.tar.gz
  sha256: 4f3d4c0dec3dc0f456e362e8ce1f495c1b35adb65091b49e68d861f612b7d908
  timestamp: 2022-04-26 11:13:46+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.4/flux_0.29.4_linux_arm.tar.gz
  sha256: f9329fe5cd67ac2d0446a5d1cb833867e40c13f83e897fa3cd6c0a2b95b145b6
  timestamp: 2022-04-26 11:13:46+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.4/flux_0.29.4_linux_arm64.tar.gz
  sha256: 435dae5ef750fe5edaa6d3c429d39bb607861c9bf2a99cf18477e23d91d7a727
  timestamp: 2022-04-26 11:13:46+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.5/flux_0.29.5_linux_amd64.tar.gz
  sha256: ae788beab03824889bcdb3643256d51b061d3596b0fea5da629238c899c7416a
  timestamp: 2022-04-30 15:19:55+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.5/flux_0.29.5_linux_arm.tar.gz
  sha256: a2b752b96c2ad08728eed3ecd0e68c50d5fbcc28f0f4a46fd94e819e58f8ccf9
  timestamp: 2022-04-30 15:19:55+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.29.5/flux_0.29.5_linux_arm64.tar.gz
  sha256: c3f1511cefe034f969b516e12b9c1cbaadaf1203d04f3ba04294d48165cd7422
  timestamp: 2022-04-30 15:19:55+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.30.0/flux_0.30.0_linux_amd64.tar.gz
  sha256: b03a55b9076f247cd598b44eeadbc867de3121d4a0de5b7a7d7cb077b2a8f75f
  timestamp: 2022-05-03 23:20:55+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.30.0/flux_0.30.0_linux_arm.tar.gz
  sha256: 11441419f981f11c6293b8de2ade4fdbb6e847d002df00ac28b589f513083dac
  timestamp: 2022-05-03 23:20:55+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.30.0/flux_0.30.0_linux_arm64.tar.gz
  sha256: c9bf95e36550728242b0796b0340784d6c09fd13761a2a8db853bb19bb7a5d81
  timestamp: 2022-05-03 23:20:55+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.30.2/flux_0.30.2_linux_amd64.tar.gz
  sha256: 3a777f79bd6d942751a51e17b31408abb8bdfa84cd743847b53ee7ec01b7962a
  timestamp: 2022-05-04 14:46:52+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.30.2/flux_0.30.2_linux_arm.tar.gz
  sha256: 6cf7cd710ccd77cb6e55831a887eb3a4c11fc7c6f9aaa4bb25754b056374201b
  timestamp: 2022-05-04 14:46:52+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.30.2/flux_0.30.2_linux_arm64.tar.gz
  sha256: c904e31dabd6de09a2e36db3077abc6de5568b3ab115c5c02e4513ac047d8ccd
  timestamp: 2022-05-04 14:46:52+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.0/flux_0.31.0_linux_amd64.tar.gz
  sha256: 0d761af617dc042141b90540323bd57b9d34f5cb83628d4f4857199236a3a29b
  timestamp: 2022-06-06 20:26:08+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.0/flux_0.31.0_linux_arm.tar.gz
  sha256: 6d244256f8619d1dfe51ddf6a427b98b0dd2a0f61819f8c23e509e07e4684ce7
  timestamp: 2022-06-06 20:26:08+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.0/flux_0.31.0_linux_arm64.tar.gz
  sha256: 753bd0c54c9e75e9abd291d2fd1a642459db09f7447b4b33338933042f88c621
  timestamp: 2022-06-06 20:26:08+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.1/flux_0.31.1_linux_amd64.tar.gz
  sha256: 640d2f9b403f446fbb7ee7b99bf58341aa1a98d64688b9f47e533b78dd212166
  timestamp: 2022-06-08 17:22:10+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.1/flux_0.31.1_linux_arm.tar.gz
  sha256: d41152c46b9bb9a299f69b299479117ba90847e765f49c676df3cc4056e37d7d
  timestamp: 2022-06-08 17:22:10+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.1/flux_0.31.1_linux_arm64.tar.gz
  sha256: d0257e775a0e82d2c272f0f7e93b247e8ca306c9bd9eeab77301166be46d8127
  timestamp: 2022-06-08 17:22:10+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.2/flux_0.31.2_linux_amd64.tar.gz
  sha256: 99d96d3180605d8e005aecc10cfa7599c58263362cc4c87307c30ff31b950eb0
  timestamp: 2022-06-24 17:25:53+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.2/flux_0.31.2_linux_arm.tar.gz
  sha256: d12dd047235ceb5138592545e7c8b41eed9873eaa265afc5d6ad23595acbdd13
  timestamp: 2022-06-24 17:25:53+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.2/flux_0.31.2_linux_arm64.tar.gz
  sha256: 76891bffca0a78614ff58813ee4af91eb3242caeb3f86e5834f886dc3d74210b
  timestamp: 2022-06-24 17:25:53+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.3/flux_0.31.3_linux_amd64.tar.gz
  sha256: e776251315230ac9b75ef1de205a0e59a6b365cfc05ef8a313ecec1709e56f94
  timestamp: 2022-06-29 17:53:09+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.3/flux_0.31.3_linux_arm.tar.gz
  sha256: a43a65f9993797d78b6646e51fb40f587b1f9172019e548266502af2aa1cd790
  timestamp: 2022-06-29 17:53:09+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.3/flux_0.31.3_linux_arm64.tar.gz
  sha256: db8c67e5fe306421a23ab97c9557189f308c55430516d2bc0cc1d45d8ca0f5f0
  timestamp: 2022-06-29 17:53:09+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.5/flux_0.31.5_linux_amd64.tar.gz
  sha256: b2f9ccec32cb3ddc701e47792f62e7a5f739346b6ad31f168570b8a8b5fe2f85
  timestamp: 2022-07-27 20:27:05+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.5/flux_0.31.5_linux_arm.tar.gz
  sha256: f38f5420957d8e86d863c64d880d948fe38dbbfa48f7fa287977b385b6175ffc
  timestamp: 2022-07-27 20:27:05+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.31.5/flux_0.31.5_linux_arm64.tar.gz
  sha256: 1a6ee419981f91b58ea8ec4169f284f650ce1e01081afd15421da44be226b452
  timestamp: 2022-07-27 20:27:05+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.32.0/flux_0.32.0_linux_amd64.tar.gz
  sha256: c94a42e96620848f9aed69a130c01b7d740412f6f2b3ad3c95fe23471f2b8e4e
  timestamp: 2022-08-11 17:24:09+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.32.0/flux_0.32.0_linux_arm.tar.gz
  sha256: 9a76e273107ce617a9fc1b7895297aa63e75006cbe1f03b9f0606539f54e08da
  timestamp: 2022-08-11 17:24:09+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.32.0/flux_0.32.0_linux_arm64.tar.gz
  sha256: 6834c6fde64df9883b76c6b3a3111a6d00f88553373b892f363491b0896c0654
  timestamp: 2022-08-11 17:24:09+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.33.0/flux_0.33.0_linux_amd64.tar.gz
  sha256: b640626c705fb71eb8c676700257a7092178968f9e06c3e62c87d827cfa35017
  timestamp: 2022-08-30 08:55:12+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.33.0/flux_0.33.0_linux_arm.tar.gz
  sha256: ba9c7691cc36282d760b213f8c13ae4a43332c6929cbbf78cc6fca4531943da4
  timestamp: 2022-08-30 08:55:12+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.33.0/flux_0.33.0_linux_arm64.tar.gz
  sha256: d621bb8a3d77b6e0efc372bd8ca89facffcc18b3ba4b00585eea548dab8191f3
  timestamp: 2022-08-30 08:55:12+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.34.0/flux_0.34.0_linux_amd64.tar.gz
  sha256: 9f72f4b821d534f4298fa33c93e28bc0ef13f851f634e4249a63f3c797f94412
  timestamp: 2022-09-12 17:29:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.34.0/flux_0.34.0_linux_arm.tar.gz
  sha256: 4d71d924a847d4afaaba784ea8c295356f5f403ce38ca4fb398976ddb6dbb6f1
  timestamp: 2022-09-12 17:29:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.34.0/flux_0.34.0_linux_arm64.tar.gz
  sha256: e5747b8fe46317c2babbef2cee039c07cb47c36327dc604af2c5417b117539c6
  timestamp: 2022-09-12 17:29:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.35.0/flux_0.35.0_linux_amd64.tar.gz
  sha256: e45b99be8a19df2784257d06256ce8f7a3581fe6232c6de0b51c0e4c9dcacb44
  timestamp: 2022-09-29 23:25:32+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.35.0/flux_0.35.0_linux_arm.tar.gz
  sha256: abe7856a4807c0bddf60aea9c5a1b686ee62b971a68ce05431be2ec9a8ba2d00
  timestamp: 2022-09-29 23:25:32+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.35.0/flux_0.35.0_linux_arm64.tar.gz
  sha256: 68f0865e28fafb143e39ab764cca9c777fc029cee36cb7906db23ba6b0e3e529
  timestamp: 2022-09-29 23:25:32+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.36.0/flux_0.36.0_linux_amd64.tar.gz
  sha256: ee576b7251e4ba2f50a685f3391999156505feda5f8e55e96b160903c14accf2
  timestamp: 2022-10-24 14:58:13+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.36.0/flux_0.36.0_linux_arm.tar.gz
  sha256: 8fc3b5561bf124af823ef4b981c83ce443ee5be74bbbce2e051c6900b174d6e8
  timestamp: 2022-10-24 14:58:13+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.36.0/flux_0.36.0_linux_arm64.tar.gz
  sha256: 570770504fc1c9035e2ca779b777349e110b3b321c3885be41f7bc779671927e
  timestamp: 2022-10-24 14:58:13+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.37.0/flux_0.37.0_linux_amd64.tar.gz
  sha256: 28717941414b212f4e4521f9f960f5cf75b901178edc6d03c278be7e43025a0f
  timestamp: 2022-11-22 19:27:21+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.37.0/flux_0.37.0_linux_arm.tar.gz
  sha256: 9773972ecc7834840aa25a37810be46eaaf011d384d545d1e45bf516e32aa89b
  timestamp: 2022-11-22 19:27:21+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.37.0/flux_0.37.0_linux_arm64.tar.gz
  sha256: 5b09d1a9ee5c6fb91bf164003de9b8f0d199834db7579865df6ede844495df8a
  timestamp: 2022-11-22 19:27:21+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.0/flux_0.38.0_linux_amd64.tar.gz
  sha256: 92db03e001b7eb6674e20d6d4320962b4787cbc8478da461e6f3529aef922fe0
  timestamp: 2022-12-21 13:35:25+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.0/flux_0.38.0_linux_arm.tar.gz
  sha256: e1d69b65baee8d790168106256b61b01ab06a85a12ab96cf232417b5f946d8e7
  timestamp: 2022-12-21 13:35:25+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.0/flux_0.38.0_linux_arm64.tar.gz
  sha256: a25738f10590e2c3d6221dd9c91d008d5b2ca2c4df719c296512aca8b75553a3
  timestamp: 2022-12-21 13:35:25+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.1/flux_0.38.1_linux_amd64.tar.gz
  sha256: 471abf0b67deb1f1414d7b8f2bda23343a4dca137eda2ddaf85a7e52df14d4ed
  timestamp: 2022-12-21 19:22:44+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.1/flux_0.38.1_linux_arm.tar.gz
  sha256: 0bc8af3c588dfa86837cd8a1dc35f500bbe31bf604c8c21cf7694f4879e1b653
  timestamp: 2022-12-21 19:22:44+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.1/flux_0.38.1_linux_arm64.tar.gz
  sha256: b190fbca0dbd4ee5ee6a282dba389e5e0ad70c12bff9e4a9dcacb2735ca3c689
  timestamp: 2022-12-21 19:22:44+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.2/flux_0.38.2_linux_amd64.tar.gz
  sha256: 98b4df1f39bc509f3974bbd9d00c91143a1a5cd39fb10fab03911ff713cf8b01
  timestamp: 2022-12-22 16:20:42+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.2/flux_0.38.2_linux_arm.tar.gz
  sha256: a8f18f67f2f5e4566a934ce08389a1353e46ee22aa9ed28724e776fc7bb48137
  timestamp: 2022-12-22 16:20:42+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.2/flux_0.38.2_linux_arm64.tar.gz
  sha256: 6b63010027b05391480e1b600622ea80d7104f78a91c2caa5c91660b3a847d57
  timestamp: 2022-12-22 16:20:42+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.3/flux_0.38.3_linux_amd64.tar.gz
  sha256: 268b8d9a2fa5b0c9e462b551eaefdadb9e03370eb53061a88a2a9ac40e95e8e4
  timestamp: 2023-01-10 19:24:10+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.3/flux_0.38.3_linux_arm.tar.gz
  sha256: abaaa864d435fbb5d5e6101f7ea3c39ffde88fa92995bf729b54b4813c4d4825
  timestamp: 2023-01-10 19:24:10+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.38.3/flux_0.38.3_linux_arm64.tar.gz
  sha256: 79edf0d531d714bf3bcc6659edfaa79473014dd32d69e2e71fe970d8d3a8e914
  timestamp: 2023-01-10 19:24:10+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.39.0/flux_0.39.0_linux_amd64.tar.gz
  sha256: 11431aab00e967e93484cb4aa9936f2634726aeb8ee692eae40d2e581a305e0d
  timestamp: 2023-02-02 19:23:49+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.39.0/flux_0.39.0_linux_arm.tar.gz
  sha256: 6434e4a743dc78a877b70259d7e0490f556f3ad0fffaf010f87722c4bbaf21a2
  timestamp: 2023-02-02 19:23:49+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.39.0/flux_0.39.0_linux_arm64.tar.gz
  sha256: 1afe196d5e5d10181b5724088848734e59d817278fce8c50b58a11dc2322afca
  timestamp: 2023-02-02 19:23:49+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.40.0/flux_0.40.0_linux_amd64.tar.gz
  sha256: 71221e5869a31492f393967d9b5a4e8635f0171d4a59faf5d1d3e6cac4e6c3fb
  timestamp: 2023-02-20 16:20:38+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.40.0/flux_0.40.0_linux_arm.tar.gz
  sha256: a495e0402c4ea573adc0ac0df4d93631dbe0ac7bb5e2ac32593016c21e501647
  timestamp: 2023-02-20 16:20:38+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.40.0/flux_0.40.0_linux_arm64.tar.gz
  sha256: 5bd4607efbcb91c1591e7e1745e29b853bf53770aa8897ff0c7f9c357cb2164f
  timestamp: 2023-02-20 16:20:38+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.40.1/flux_0.40.1_linux_amd64.tar.gz
  sha256: a24380f8bfbb7ad9b5e692b304c02ad501cdba1b4d60ae652afb743fbe330618
  timestamp: 2023-02-23 16:21:00+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.40.1/flux_0.40.1_linux_arm.tar.gz
  sha256: eef75ab40c30ab07685cbb1878a378612edcad8c63cf77dcf0a8d040e4fbc203
  timestamp: 2023-02-23 16:21:00+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.40.1/flux_0.40.1_linux_arm64.tar.gz
  sha256: 3c4b53067e19f93800a3ba6368540df716cfa810f17b98a7830f57ab511a64b4
  timestamp: 2023-02-23 16:21:00+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.40.2/flux_0.40.2_linux_amd64.tar.gz
  sha256: d406c617634d924035a61e44949f15452b7a4573d0516c9e5c5a919160e35430
  timestamp: 2023-02-28 19:25:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.40.2/flux_0.40.2_linux_arm.tar.gz
  sha256: a2f8ce158916d42557a8cc39ba497516e3d866833199bd190ddb6f2850cb878c
  timestamp: 2023-02-28 19:25:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.40.2/flux_0.40.2_linux_arm64.tar.gz
  sha256: d43d612a4f70c0e7e1954f0aca473c6a30498f734700913b23dadb553797bfcb
  timestamp: 2023-02-28 19:25:31+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.41.0/flux_0.41.0_linux_amd64.tar.gz
  sha256: bd31838d906e1badb53751f4fdcf5839e607a5f5ef89206ee7b1cb7bcef20679
  timestamp: 2023-03-09 18:23:56+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.41.0/flux_0.41.0_linux_arm.tar.gz
  sha256: ab0b9ae3f0ac08ade2ea8c74da98b505630adac8c58a76e69794d99ba73944f9
  timestamp: 2023-03-09 18:23:56+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.41.0/flux_0.41.0_linux_arm64.tar.gz
  sha256: 84393d55808849b31ab9a1fb0381cff3292f92d14fed8c35f40066527892305d
  timestamp: 2023-03-09 18:23:56+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.41.1/flux_0.41.1_linux_amd64.tar.gz
  sha256: 695f785acbb39c11acb12759c33d1879cac1e21a97f0afd70e6b1efcd8f25690
  timestamp: 2023-03-10 18:22:51+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.41.1/flux_0.41.1_linux_arm.tar.gz
  sha256: 62ee9ec47a78fd1ac504c3690a7a79cadd4d9bf4c885444ac22d8ecfff04d64c
  timestamp: 2023-03-10 18:22:51+00:00
- url: https://github.com/fluxcd/flux2/releases/download/v0.41.1/flux_0.41.1_linux_arm64.tar.gz
  sha256: aef73e89c05267a3db5ec40bda7c1bc15c0a46ed0538c81193c11f9e7cb52254
  timestamp: 2023-03-10 18:22:51+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/flux.svg)](https://docs.wakemeops.com/packages/flux)
<a href="https://docs.wakemeops.com/packages/flux">
  <img src="https://docs.wakemeops.com/badges/flux.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/flux.svg
:target: https://docs.wakemeops.com/packages/flux