Revisions of icinga2

Eric Schirra's avatar Eric Schirra (ecsos) accepted request 895777 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 167)
- Update to 2.12.4
  * Bugfixes
    - Fix a crash when notification objects are deleted using the
      API #8782
    - Fix crashes that might occur during downtime scheduling if
      host or downtime objects are deleted using the API #8785
    - Fix an issue where notifications may incorrectly be skipped
      after a downtime ends #8775
    - Don't send reminder notification if the notification is still
      suppressed by a time period #8808
    - Fix an issue where attempting to create a duplicate object
      using the API might result in the original object being
      deleted #8787
    - IDO: prioritize program status updates #8809
    - Improve exceptions handling, including a fix for an uncaught
      exception on Windows #8777
    - Retry file rename operations on Windows to avoid intermittent
      locking issues #8771
  * Enhancements
    - Support Boost 1.74 (Ubuntu 21.04, Fedora 34) #8792
- Drop icinga2-boost-8185-8184.patch, icinga2-boost-8185-8190.patch
  and icinga2-boost-8185-8191.patch because now in upstream.
buildservice-autocommit accepted request 856014 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 166)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 856013 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 165)
- Update to 2.12.3
  * Security
    - Fix that revoked certificates due for renewal will 
      automatically be renewed ignoring the CRL 
      (Advisory / CVE-2020-29663)
  * Bugfixes
    - Improve config sync locking - resolves high load issues on
      Windows #8511
    - Fix runtime config updates being ignored for objects without
      zone #8549
    - Use proper buffer size for OpenSSL error messages #8542
  * Enhancements
    - On checkable recovery: re-check children that have a problem
      #8506
buildservice-autocommit accepted request 852380 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 164)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 852379 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 163)
- Update to 2.12.2
  * Bugfixes
    - Fix a connection leak with misconfigured agents #8483
    - Properly sync changes of config objects in global zones done
      via the API #8474 #8470
    - Prevent other clients from being disconnected when replaying
      the cluster log takes very long #8496
    - Avoid duplicate connections between endpoints #8465
    - Ignore incoming config object updates for unknown zones #8461
    - Check timestamps before removing files in config sync #8495
  * Enhancements
    - Include HTTP status codes in log #8467
buildservice-autocommit accepted request 849126 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 162)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 849097 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 161)
- Update _constraints to current requirements to avoid OOM seen
  in aarch64 Tumbleweed
buildservice-autocommit accepted request 842560 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 160)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 842559 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 159)
- Info that since version 2.12.0 following security issue is fixed:
  prepare-dirs script allows for symlink attack in the icinga user
  context. boo#1172171 (CVE-2020-14004)
buildservice-autocommit accepted request 841992 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 158)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 841991 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 157)
- Update to 2.12.1
  * Bugfixes
    + Core
      - Fix crashes during config update #8348 #8345
      - Fix crash while removing a downtime #8228
      - Ensure the daemon doesn't get killed by logrotate #8170
      - Fix hangup during shutdown #8211
      - Fix a deadlock in Icinga DB #8168
      - Clean up zombie processes during reload #8376
      - Reduce check latency #8276
    + IDO
      - Prevent unnecessary IDO updates #8327 #8320
      - Commit IDO MySQL transactions earlier #8349
      - Make sure to insert IDO program status #8330
      - Improve IDO queue stats logging #8271 #8328 #8379
    + Misc
      - Ensure API connections are closed properly #8293
      - Prevent unnecessary notifications #8299
      - Don't skip null values of command arguments #8174
      - Fix Windows .exe version #8234
      - Reset Icinga check warning after successful config update #8189
buildservice-autocommit accepted request 836041 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 156)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 836038 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 155)
- Update to 2.12.0
- Fix boost build error for Tumbleweed.
buildservice-autocommit accepted request 828978 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 154)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 828976 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 153)
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
buildservice-autocommit accepted request 824473 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 152)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 824472 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 151)
- Update to 2.11.5
  Version 2.11.5 fixes file system race conditions
  in the config update process occurring in large HA environments
  and improves the cluster connection liveness mechanisms.
  * Bugfixes
    + Make the config update process mutually exclusive (Prevents file system race conditions) #8093
    + Consider a JsonRpcConnection alive on a single byte of TLS payload, not only on a whole message #8094
    + Send JsonRpcConnection heartbeat every 20s instead of 10s #8103
    + Use JsonRpcConnection heartbeat only to update connection liveness (m_Seen) #8097
buildservice-autocommit accepted request 815707 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 150)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) accepted request 815706 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 149)
- Update to 2.11.4
  Version 2.11.4 fixes a crash during a heartbeat timeout with
  clients not yet signed. It also resolves an issue with endpoints
  not reconnecting after a reload/deploy, which caused a lot of 
  UNKNOWN states.
  * Bugfixes
    + Cluster
      - Fix segfault during heartbeat timeout with clients not yet signed #7997
      - Fix endpoints not reconnecting after reload (UNKNOWN hosts/services after reload) #8043
    + Setup
      - Fix exception on trusted cert not readable during node setup #8044
      - prepare-dirs: Only set permissions during directory creation #8046
    + DSL
      - Fix segfault on missing compare function in Array functions (sort, map, reduce, filter, any, all) #8054
buildservice-autocommit accepted request 781181 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 148)
baserev update by copy to link target
Displaying revisions 21 - 40 of 187
openSUSE Build Service is sponsored by