Skip to content

Releases: redhat-cop/openshift-management

cluster-descheduler-0.0.3

11 Oct 08:05
767adb3
Compare
Choose a tag to compare

Descheduler to remove pods violating usage thresholds, affinity violations and duplicate pod placements

v3.11.10

06 Jan 17:11
a6af203
Compare
Choose a tag to compare

> git log v3.11.9..v3.11.10 --pretty=format:"- %h %s by %an" --no-merges

  • a6af203 Support pruning multiple Tekton pipelines (#81) by Petter Abrahamsson
  • 2a0f71b Adding parameter to use custom name for ldap-config (#82) by Øystein Bedin

v3.11.9

20 Jan 17:48
edf0e91
Compare
Choose a tag to compare

> git log v3.11.8..v3.11.9 --pretty=format:"- %h %s by %an" --no-merges

  • edf0e91 fix notification when deleting gitlab projects and groups (#79) by Kevin McAnoy
  • a2535df rbac apiVersion updated (#78) by Cansu
  • 89f0b98 quotes added to avoid error (#77) by Cansu
  • 45f3df6 Prune Tekton PipelineRun (#76) by mvmaestri
  • f12e8fd ☢ fixed values file ☢ (#74) by Cansu

v3.11.8

06 Oct 15:12
721911e
Compare
Choose a tag to compare

> git log v3.11.7..v3.11.8 --pretty=format:"- %h %s by %an" --no-merges

  • 721911e Fix up some of the cronjob helm charts so that they are runnable/test… (#72) by Eric Sauer
  • db6c796 apiVersion fixes and setting unique object names so charts can be run… (#71) by Brian Ward
  • 1ed86a5 Hard code system namespaces, match by wildcard expansion. (#70) by Brian Ward
  • 47a4537 CHANGE cronjob-prune-projects template file (#73) by Ondrej Stefek

v3.11.7

27 Aug 14:11
8f46ffd
Compare
Choose a tag to compare

git log v3.11.6..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • 8f46ffd Make example namespace for helm charts consistent. (#68) by Brian Ward
  • ecf1b1c Add quotes around cronjob env vars for Helm. (#67) by Brian Ward
  • 84e07b3 Use namespace to identify name for clusterrole. (#66) by Brian Ward

v3.11.6

15 Jul 11:43
025962a
Compare
Choose a tag to compare

git log v3.11.5..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • 025962a certificate-authority param is added (#63) by Cansu
  • 6570233 Fixes #61. Adjusting apiVersion field in ClusterRoleBindings so that Helm deploys them correctly. (#62) by Brian Ward
  • 718c1a6 Add optional notifier for gitlab-cleanup job when deletes occur (#59) by Kevin McAnoy
  • 232db47 Repo maintenance and new github action for prune-ocp-projects (#58) by Øystein Bedin
  • 5d97539 add helm charts for all jobs (#49) by Patrick C

v3.11.5

19 Jun 17:53
ee2c5d0
Compare
Choose a tag to compare

> git log v3.11.4..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • ee2c5d0 Adding repo badges for jobs (#57) by Øystein Bedin
  • 952e5ad Gitlab del fix (#56) by Kevin McAnoy
  • 08e4aef Fix cli tag (#55) by Tyler Auerbeck
  • c90c46d Update README files (#54) by Garrett Hyde
  • 396e19f Gitlab cleanup job (#51) by Kevin McAnoy
  • c554ca3 Replace jenkins base in prune jobs (#52) by Tyler Auerbeck

v3.11.4

02 Jun 18:20
80bfe7c
Compare
Choose a tag to compare

> git log v3.11.3..HEAD --pretty=format:"- %h %s by %an" --no-merges

  • 54a698f Update buildah.sh to use fewer lines by Petter Abrahamsson
  • 528ed6a Bump oc client version in buildah script by Petter Abrahamsson
  • dd6f23d Add README(s) and update oc client to 4.4 by Petter Abrahamsson
  • 56c4f6c Use UBI for project prune image by Petter Abrahamsson
  • 87ea417 Add parameter for startingDeadlineSeconds in cronjobs by Petter Abrahamsson

v3.11.3

15 Nov 14:17
b38ccd0
Compare
Choose a tag to compare
  • d45ad6c Update project-prune to exclude ocp4 projects by Tyler Auerbeck
  • 8fba30a Fixed ocp doc links to 3.11 as 4.x causes 404 (#44) by Gareth Healy

v3.11.2

13 Aug 18:23
5fb9434
Compare
Choose a tag to compare
  • Add secure ldap group sync job template (#40) - Johnathan Kupferer
  • Fixing int32/int64 issues on re-apply - Øystein Bedin