Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.28.1 #1285

Merged
merged 26 commits into from
Nov 16, 2023
Merged

Release 1.28.1 #1285

merged 26 commits into from
Nov 16, 2023

Commits on Aug 24, 2023

  1. topologySpreadConstraints: handle nodeTaintsPolicy and `nodeAffinit…

    …yPolicy` constraints (kubernetes-sigs#1218)
    
    * Add handling for node eligibility
    
    * Make tests buildable
    
    * Update topologyspreadconstraint.go
    
    * Updated test cases failing
    
    * squashed changes for test case addition
    
    corrected function name
    
    refactored duplicate TopoContraint check logic
    
    Added more test cases for testing node eligibility scenario
    
    Added 5 test cases for testing scenarios related to node eligibility
    
    * topologySpreadConstraints e2e: `nodeTaintsPolicy` and `nodeAffinityPolicy` constraints
    
    ---------
    
    Co-authored-by: Marc Power <marcpow@microsoft.com>
    Co-authored-by: nitindagar0 <81955199+nitindagar0@users.noreply.github.com>
    3 people authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    99246cd View commit details
    Browse the repository at this point in the history
  2. fix: structured err logs in eviction

    Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
    a7i committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8a458e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge pull request kubernetes-sigs#1228 from a7i/fix-structured-err

    fix: structured err logs in eviction
    k8s-ci-robot authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e1dc63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f9761 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Merge pull request kubernetes-sigs#1229 from cayla/cf/consistent-arg

    helm: update cronjob args argument to avoid unmarshal error
    k8s-ci-robot authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    e8427d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    c557d18 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fixed config for lint

    jklaw90 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a592cbc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    c602d12 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge pull request kubernetes-sigs#1241 from a7i/fix/evicatable-names…

    …pace-docs
    
    docs: fix evictableNamespaces example
    k8s-ci-robot authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    af4b32c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    714a347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e1008e View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#1246 from a7i/v0.28-image-ref

    update image references to point to v0.28.0
    k8s-ci-robot authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c0d6019 View commit details
    Browse the repository at this point in the history
  4. nodeFit: Use info log level if won't fit (kubernetes-sigs#1220)

    Pods that don't pass the nodeFit condition currently log an
    unsuppressable error message to logs. This changes the log level to info
    as it's a normal operating condition.
    
    Signed-off-by: Antoine Deschênes <antoine.deschenes@linux.com>
    antoinedeschenes authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    267efb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge pull request kubernetes-sigs#1245 from a7i/helm-cronjob-timezone

    helm: support of `timeZone` for CronJob
    k8s-ci-robot authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3bd9dfc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. helm: ability to specify dnsConfig (kubernetes-sigs#1260)

    * Update values.yaml
    
    * Update deployment.yaml
    
    * Update cronjob.yaml
    
    * fix indentation issue in helm chart
    audip authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a7d8e69 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    b8eec7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73eb424 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Pin k8s to v1.28.3

    ingvagabund committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a243681 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    999dd3d View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes-sigs#1270 from ingvagabund/CVE-2023-44487

    …-fixes
    
    CVE 2023 44487 fixes
    k8s-ci-robot authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c59a0f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. bump deps for CVE-2023-25151

    Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
    a7i committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    30aec81 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    a01322a View commit details
    Browse the repository at this point in the history
  2. topologyspreadconstraint: support matchLabelKeys

    Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
    a7i committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    704a82b View commit details
    Browse the repository at this point in the history
  3. topologyspreadconstraint: refactor to match scheduler's struct and in…

    …itialization
    
    Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
    a7i committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    bf2bd73 View commit details
    Browse the repository at this point in the history
  4. docs: update supported topologySpreadConstraint fields

    Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
    a7i committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    19aa8a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Merge pull request kubernetes-sigs#1233 from a7i/match-label-keys

    topologyspreadconstraint: support `matchLabelKeys`
    k8s-ci-robot authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c4ab200 View commit details
    Browse the repository at this point in the history