Skip to content

Releases: armadaproject/armada

v0.2.1

26 Jul 11:02
0fed77e
Compare
Choose a tag to compare

Armada:

  • Armada jobs can now expose Kubernetes ingresses (#622)

Lookout:

  • Job Sets tab now allows sorting by most recent submitted, and optionally only display active Job Sets (#630)

Checksums

  • armadactl-v0.2.1-darwin-amd64.tar.gz SHA256 df2253191dee1c13c8971ebe26c07fcaf63fdfc7d4251ba0da7b2188470befb2
  • armadactl-v0.2.1-linux-amd64.tar.gz SHA256 900df66e4e080a4d06e153721112e66ab6a29cca55c9d97ff457b5475425821b
  • armadactl-v0.2.1-windows-amd64.zip SHA256 4848f401c3d9975e4cfb20a2aa7f29dac68415c12e76b93368f2442600c44318

v0.2.0

22 Jul 10:59
f9c760e
Compare
Choose a tag to compare

Armada:

  • [BREAKING] CRUD-based queue management (#628)
  • [BUG] Stop Armada marking jobs as Failed due to kubernetes clearing up terminated pods (#631)

Checksums

  • armadactl-v0.2.0-darwin-amd64.tar.gz SHA256 822ffdb8ab48cff8549eb3c520b042d36302699e3fd60dd63bcd5168f16c8a0f
  • armadactl-v0.2.0-linux-amd64.tar.gz SHA256 67cf883e0c8183b47a65e8b2cf7a0d607a508f013568708240651acc39cc458a
  • armadactl-v0.2.0-windows-amd64.zip SHA256 066fd928ff97e74bb32afed82a7d253f1414ee74c46eee2b2b92128158042527

Fix binoculars helm chart deployment

14 Jul 15:41
fefb0bc
Compare
Choose a tag to compare

Fix binoculars helm chart deployment

Checksums

  • armadactl-v0.1.43-darwin-amd64.tar.gz SHA256 f58c04b1262094c9d4c231f66cd2ae636556fd095e2d40197d802f0e37f4a37b
  • armadactl-v0.1.43-linux-amd64.tar.gz SHA256 8e00154e79e678f04776a15851313b2ca844effb99d0d7f2c1abe979ae01f70c
  • armadactl-v0.1.43-windows-amd64.zip SHA256 3d98d327fd825a19d0253d9b35a6cb0437a3adf5c1153670562ec2faef50e555

v0.1.42

13 Jul 14:22
b04230c
Compare
Choose a tag to compare

Better error messages/status code on failure to load queue (#624)
Allow mutiple config files, better error messages for config errors (#625)
[BREAKING] Remove insecure settings from default config (use --config ./e2e/setup/insecure-armada-auth-config.yaml to restore old behavior) (#626)

Checksums

  • armadactl-v0.1.42-darwin-amd64.tar.gz SHA256 6a7b0923ee79f13bbe0ae2601280a74e59bb3d77fde6709be7b21939db07cee3
  • armadactl-v0.1.42-linux-amd64.tar.gz SHA256 4bd2109a53ab1440bcdfd1235099ccb675858bee9adbd5a9385d5f748fd5822d
  • armadactl-v0.1.42-windows-amd64.zip SHA256 aa6400557d25638c574675a9754ffa4b12aa79bd44432087e57926f1e684a2ae

v0.1.41

06 Jul 11:30
6065120
Compare
Choose a tag to compare

Armada:

  • [BREAKING] Consolidate auth code into internal/common #609
    Auth config is now specified under the auth header

Before

anonymousAuth: false
openIdAuth:
 providerUrl: url 
 ...

Now

auth:
 anonymousAuth: false
 openIdAuth:
 providerUrl: url
 ...
  • Make executor fail pods unrecoverably stuck before stuckPodExpiry to improve feedback #617
  • [BUG] Fix stuckPodExpiry not being set #616

Lookout:

  • Display running pod logs in the pod details tab #618 #620 #621

Binoculars:

  • New component that proxies the kubeapi, allowing you to request pod logs for running pods / recently finished (not garbage collected) pods #618 #620 #621

Checksums

  • armadactl-v0.1.41-darwin-amd64.tar.gz SHA256 42f67aeba4a180df9cc5cbd3c00f2673c653081354c2c011ba8e2b16448f401f
  • armadactl-v0.1.41-linux-amd64.tar.gz SHA256 efb67f2ba84cf538acd7a6bbc1d349cb21277e199feaf057d06d8b8899327d43
  • armadactl-v0.1.41-windows-amd64.zip SHA256 1ab2d73a0abf85e1b0bec0b2c5c3a3fb0b4a5f85a13bd06443d7d59b39070487

v0.1.40

22 Jun 11:09
3ed91b8
Compare
Choose a tag to compare

Armada:

  • [BUG] Further changes to stop marking jobs as Failed when Armada is returning a lease #604 #606

Lookout:

  • Allow multiple select of jobs + job sets #593 #608
  • Allow repriotization of jobs #591

Checksums

  • armadactl-v0.1.40-darwin-amd64.tar.gz SHA256 1aac1749011e45d5e1ab02d83e104c4d331be2b5c9fd6f6bea36fa5238cfb4e1
  • armadactl-v0.1.40-linux-amd64.tar.gz SHA256 0adc5834a0faabde263085f24c7be62d9c2813b43099204ae3c781352aa830de
  • armadactl-v0.1.40-windows-amd64.zip SHA256 d8bbdb2b5de287dd79f34e78d104fb34a98e3a871a5bcc06116b8cb445b72fd0

v0.1.39

09 Jun 13:00
a06961f
Compare
Choose a tag to compare

Armada:

  • Allow reprioritization of queued jobs #589
  • [BUG] Stop marking jobs as Failed when Armada is returning a lease #592

Checksums

  • armadactl-v0.1.39-darwin-amd64.tar.gz SHA256 e7590cb9242cfa5b854e5663b4f3d42f498ee71187a470dfe701d13caf8e8500
  • armadactl-v0.1.39-linux-amd64.tar.gz SHA256 0828ec439c062479f7e1ddc127d3ee29b2020f125dc2df3e40a2bc8784754d1d
  • armadactl-v0.1.39-windows-amd64.zip SHA256 da2f0441d287b92ccad426aa7e5089bf932eb20fc8d4a132dbcb43563149a03a

v0.1.38

07 Jun 12:44
062777f
Compare
Choose a tag to compare
  • Bugfix: Allow executor to impersonate groups. (#588)

Checksums

  • armadactl-v0.1.38-darwin-amd64.tar.gz SHA256 e0e02f9e768dbd9b63c85eaf0d993f0cf8fc4d63b47947931d02552a234cc826
  • armadactl-v0.1.38-linux-amd64.tar.gz SHA256 a496df980650633c533b922fa3f99177c789f0909211e54cb029580ba5c4337b
  • armadactl-v0.1.38-windows-amd64.zip SHA256 294e7147227a754949858873cd0d1d84ec5f7d583a6aea200ad2821ec09de458

v0.1.37

02 Jun 09:09
2604a61
Compare
Choose a tag to compare

Armada:

  • Record user groups and use them when creating pods. (#583)
  • Support LDAP group name lookup in Kerberos auth. (#586, #587)
  • Allow the default schedulerName to be configured (#585)
  • Fix flakey test + improve redis data loading (#579)

Checksums

  • armadactl-v0.1.37-darwin-amd64.tar.gz SHA256 d7f0ed8f53127a58a053c423b2e349ae7051d1216b905f0851f51ac4188f9e35
  • armadactl-v0.1.37-linux-amd64.tar.gz SHA256 70e628f59901d7f3af471a3c8ec9236e2e4768b0789f524d1f7effaed646a13c
  • armadactl-v0.1.37-windows-amd64.zip SHA256 710199e4dfa4e75915b740d7968a2fb92005fe5fd7f6288c6fce2a33d9eaea86

v0.1.36

20 May 10:22
3acd6c1
Compare
Choose a tag to compare

Armada:

  • Add pod name and namespace to kubernetes related events #578
  • Add job owner as pod annotation #571
  • Add DeadlineExceeded Cause type to JobFailedEvent to cover the case a pod runs longer than activeDeadlineSeconds #574
  • [BUG] Fixed a bug that prevented pods exposing multiple ports via NodePort integration #572
  • [BUG] Fixed a bug that caused extreme slow cleanup of pods when cancelling a multi-node job #573

Checksums

  • armadactl-v0.1.36-darwin-amd64.tar.gz SHA256 8be9f81328ce505172993dd9626df68f83a9132c128c6dea4b9381055693a911
  • armadactl-v0.1.36-linux-amd64.tar.gz SHA256 d31f13c57ebedcf0e48eac903a95226c5614e8313e3fc65b7f5d4192666a217a
  • armadactl-v0.1.36-windows-amd64.zip SHA256 19f0ab0e57746dbb3e62586d43f55b87b0e883daa07e509fc46fcc8301741fd3