Skip to content

v0.24.0

Compare
Choose a tag to compare
@pradeepitm12 pradeepitm12 released this 07 Jun 11:10
· 646 commits to main since this release
v0.24.0

v0.24.0 Release 🎉

This release adds pipelines v0.35.1, triggers v0.20.0, and chains v.0.9.0 with an addition of new command to export taskrun similar to pipelinerun export. We now get pipelinerun name started by a pipeline with -o flag. We show available plugins in the root help command. We support both keeping by age and keeping by limit with taskrun/pipelinerun delete commands. With many other fixes and improvements.

Changelog 📋

Features ✨

  • Add tkn taskrun export command #1531
  • Adds namespace where operator is installed #1529
  • parse full duration for time formatting #1520
  • Add -o name to pipeline start #1540
  • Add available plugins to the root help #1535
  • Support --keep and --keep-since together in tr/pr delete #1533
  • Cancel PipelineRuns using Cancelled status #1554
  • Improve tkn chain log format #1587

Fixes 🐛

  • Updates the configMap name for Operator version #1536
  • This will fix the version command failing for chain and operator #1542
  • fix error while deleting pr without status #1532
  • Fixes pipelinerun and taskrun deletion with keep flag #1541
  • Fix --ignore-running not working with -p/-t in delete cmd #1578

Misc 🔨

  • generate universal binaries for osx #1528
  • Remove go11modules export instructions in README #1530
  • Add information in README on how to install on Arch #1526
  • ROADMAP.md: update it to reflect 2022 goals #1523
  • Go compile darwin-arm64 in makefile for m1 macs #1467
  • update to cobra 1.4.0 #1538
  • Use stable pipelines release instead of nightly #1556
  • Bump dependencies #1555
  • Add vinamra28 as owner #1558
  • Fix Pipeline integration tests #1564
  • fix: set created time for bundle image #1563
  • Revert skipping of failed test #1567
  • dependency bumps #1570
  • Add dependabot to the repository #1579
  • Bump chains to v0.9.0 #1580
  • Ignore zap logger sync error #1588
  • Add label dependabot PRs ok-to-test… #1586
  • update release script compatible with go 1.17 #1590
  • Fix tkn chains signature/payload by version bump #1589

Thanks ❤️