hybrid_platforms_conductor 32.13.2 → 32.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +8 -1
- data/lib/hybrid_platforms_conductor/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34bea5651c36db83740affa95f0bec53d48071a1f52b89b5bf9910a132ef0238
|
|
4
|
+
data.tar.gz: 47b80ca443cf040e7edafc33da4ca1a7f5346d5ae627156191c1acf01c8e54d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1278104d019860e8b9c014ed75309fa9635696db9c981c2c69a81f6bad61a366b5df9e44f70283484fecc8a05ff74550e1249f96462d15cf6a69eb7bfff9d9a1
|
|
7
|
+
data.tar.gz: 72f475a483d0d6c7315174a8b8e1f81588b25083460fd2294ba25e6f29596ddae84402eb7212fe6b8df2cc830c2c72d342e113a4b54a5999bb98d57d910bb4f5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# [v32.13.3](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.13.2...v32.13.3) (2021-05-07 10:09:33)
|
|
2
|
+
|
|
3
|
+
### Patches
|
|
4
|
+
|
|
5
|
+
* [Add section about benefits in doc](https://github.com/sweet-delights/hybrid-platforms-conductor/commit/23cd2b22244526e3b6705db0165f8a03e4dd88d8)
|
|
6
|
+
|
|
1
7
|
# [v32.13.2](https://github.com/sweet-delights/hybrid-platforms-conductor/compare/v32.13.1...v32.13.2) (2021-05-06 15:47:14)
|
|
2
8
|
|
|
3
9
|
### Patches
|
data/README.md
CHANGED
|
@@ -35,7 +35,14 @@ Now being able to keep DevOps processes agile and robust is really difficult aro
|
|
|
35
35
|
**This is where Hybrid Platforms Conductor can help: it helps DevOps define simple, robust and scalable processes that can adapt easily to ever-changing platforms and technologies in your development and operations environments.**
|
|
36
36
|
|
|
37
37
|
In other words, Hybrid Platforms Conductor lets you **map your DevOps processes in a platform and technology independent way on simple interfaces** (CLI executables, APIs...).
|
|
38
|
-
|
|
38
|
+
|
|
39
|
+
**Benefits** are multiple in terms of team organization and agility:
|
|
40
|
+
* **Move the technical complexity** of your processes from scattered, duplicated and **diverging documentation to code that is effectively used**, maintained and tracked in a single place.
|
|
41
|
+
* **Facilitate the adoption of new technologies and frameworks** in your team, without migrating previous ones, and keeping the same level of quality, robustness and agility of your DevOps processes.
|
|
42
|
+
* **Scale easily whatever DevOps process** you have put in place for bigger platforms, bigger teams or more technologies.
|
|
43
|
+
* **Decrease the learning curve** for newcomers in your team by having simple interfaces to be operated, whatever underlying tools and frameworks you are using behind.
|
|
44
|
+
* Make sure **your DevOps processes apply easily to all the platforms** and organizations you want them to apply to.
|
|
45
|
+
* Guarantee that you can **configure** each component of your platforms **in a deterministic and independent way**.
|
|
39
46
|
|
|
40
47
|
## How?
|
|
41
48
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hybrid_platforms_conductor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 32.13.
|
|
4
|
+
version: 32.13.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Muriel Salvan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
11
|
+
date: 2021-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: range_operators
|