#178 Update to upstream release 1.35.0
Merged a year ago by rmeggins. Opened a year ago by packit.
rpms/ packit/linux-system-roles 1.35.0-f36-update-propose_downstream  into  f36

file modified
+2
@@ -386,3 +386,5 @@ 

  /nbde_server-1.3.3.tar.gz

  /ha_cluster-1.8.7.tar.gz

  /selinux-1.5.6.tar.gz

+ /ad_integration-1.0.2.tar.gz

+ /rhc-1.1.0.tar.gz

file modified
+19
@@ -1,6 +1,25 @@ 

  Changelog

  =========

  

+ [1.35.0] - 2023-02-16

+ ---------------------

+ 

+ ### New Features

+ 

+ - rhc - Implement "rhc_state: reconnect" (#43)

+ - rhc - Implement "rhc_insights.remediation"

+ - rhc - Implement rhc_environments (#48)

+ - rhc - rhc_repository: setting default state of repo to enabled (#65)

+ - rhc - Implemented "rhc_insights.tags" parameter

+ - rhc - meta: stop supporting EL7 (#66)

+ - rhc - Added "rhc_insights.autoupdate" parameter (#67)

+ 

+ ### Bug Fixes

+ 

+ - ad_integration - Add `state: up` for the network role to activate the connection (#20)

+ - rhc - Fix rhc_auth.activation_keys.keys (#54)

+ - rhc - Fix rhc_insights.remediation when absent (#70)

+ 

  [1.34.5] - 2023-02-10

  ---------------------

  

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.66.0.post6+gedfbde6.

+ The file was generated using packit 0.67.0.post4+g281a5ac.

file modified
+6 -3
@@ -29,7 +29,7 @@ 

  %endif

  Url: https://github.com/linux-system-roles

  Summary: Set of interfaces for unified system management

- Version: 1.34.5

+ Version: 1.35.0

  Release: 1%{?dist}

  

  License: GPLv3+ and MIT and BSD and Python
@@ -177,10 +177,10 @@ 

  %deftag 21 1.1.2

  

  %global rolename22 ad_integration

- %deftag 22 1.0.1

+ %deftag 22 1.0.2

  

  %global rolename23 rhc

- %deftag 23 1.0.0

+ %deftag 23 1.1.0

  

  %global rolename24 journald

  %deftag 24 1.0.0
@@ -746,6 +746,9 @@ 

  %endif

  

  %changelog

+ * Thu Feb 16 2023 Packit <hello@packit.dev> - 1.35.0-1

+ - Update to upstream version 1.35.0

+ 

  * Fri Feb 10 2023 Packit <hello@packit.dev> - 1.34.5-1

  - Update to upstream version 1.34.5

  

file modified
+2 -2
@@ -20,6 +20,6 @@ 

  SHA512 (firewall-1.4.2.tar.gz) = 88ecce48eb84044c980e2320ea8e06053464e9385ee51b2c4022cdac9a48b18c3ba58b108ae7267decc27d6c991a0ec83f1b2aa0f6b719d93c18b9870663d6a7

  SHA512 (cockpit-1.4.3.tar.gz) = 9bc613ea4b1dc25831df3b1503ed6697d1b9fc6a61183cd4feb8a5c29568e1b60534d6b088d6a24f6ea773d44502b10090a92a4c344bf3c4150680095f5a5209

  SHA512 (podman-1.1.2.tar.gz) = 627bdca8053a2e7b817f2c039dea3ce4a2ec1bf116a455ce812bd1d6f6fc01214a02d582a8789ffd6f8657c959fad773423000ef773fa47e314059a12a70aa6a

- SHA512 (ad_integration-1.0.1.tar.gz) = 3d184408e40a6de62af10920f83765e1413a64202745fc8f2a199cb4d80beb706cd40fd674d5871f99c48cdc7622ddc14ec6e288235307fd40945336b3b6b0a8

- SHA512 (rhc-1.0.0.tar.gz) = da56fc766f4ead4c9120c53c98dd29eea33fed834a052907e32dc5f2db045f490f3e19559954a7c4d3379a312a5ab2ec753e2f9d67bff25725330aac4d80e32b

+ SHA512 (ad_integration-1.0.2.tar.gz) = ef717a925e5f59391b0e09704e78aed68f03bc89862a2a5063943d46bbed51bda12e85bd4d59c0a332140adf475f64dd84f6b90bab07d2f0e316a5390b9a92f5

+ SHA512 (rhc-1.1.0.tar.gz) = 8c02d8b5d408605ce782df8d5f9363766539a3a206de5d4ba33cd113466ce485b1104c851ed508fa441c520f93dbf053fbc048e689e52cc5e672d39eb8c7c58f

  SHA512 (journald-1.0.0.tar.gz) = e2af83530ae5e493c3d0833360c7e9fc43772757920b43e3d8b18093f2f98ab03e1ac9e91adbdd76490bb2b39b6e7a6c6b2f9c09d77d5d817676324634089cd5

Upstream tag: 1.35.0
Upstream commit: 6b2ec364

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/274401c3110747dea8cc9cdcab718bee

Pull-Request has been merged by rmeggins

a year ago