Skip to content

Commit d49c98e

Browse files
authored
add blog post (#7475)
* add blog post * add more references
1 parent 6364396 commit d49c98e

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

docs/docs/guides/change-approval-workflow.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ This guide walks you through implementing a change approval workflow in Infrahub
1010
Some features in this guide require the Enterprise Edition of Infrahub. If you are using the Community Edition, the enforcement mechanisms of the change approval workflow will not be available, though you can still implement a process-based approach.
1111
:::
1212

13+
:::success Change Management Workflow Blog Post
14+
15+
Want to see how branches can be used in a change management workflow? Read our blog post on [Infrahub’s Change Management Workflow Is Built for Infrastructure Data](https://opsmill.com/blog/infrastructure-change-management-workflow/).
16+
17+
:::
18+
1319
## What you'll build
1420

1521
By the end of this guide, you'll have a complete governance system for infrastructure changes that includes:
@@ -296,3 +302,4 @@ Users with `Super Administrator` permission can:
296302
- [Managing users and permissions](../topics/permissions-roles)
297303
- [Working with branches](../topics/version-control)
298304
- [Configuring Git repositories](../guides/repository)
305+
- [Change Management Workflow Blog Post](https://opsmill.com/blog/infrastructure-change-management-workflow/)

docs/docs/topics/branching.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ Branching in Infrahub supports various infrastructure management workflows:
2828
- **Experimentation**: Use branches to test new ideas or approaches without affecting the production environment. This provides a safe sandbox to validate new configurations or architectures before committing to them.
2929
- **Transaction support**: Group related changes into a single branch, ensuring atomic updates and easier rollbacks. This maintains consistency when implementing interdependent infrastructure changes.
3030

31+
:::success Change Management Workflow Blog Post
32+
33+
Want to see how branches can be used in a change management workflow? Read our blog post on [Infrahub’s Change Management Workflow Is Built for Infrastructure Data](https://opsmill.com/blog/infrastructure-change-management-workflow/).
34+
35+
:::
36+
3137
## Core concepts
3238

3339
Branches in Infrahub serve as isolated workspaces where changes can be prepared, validated, and reviewed before merging into production. Each branch maintains its own independent view of the data while sharing the underlying immutable history.
@@ -192,6 +198,7 @@ This approach means creating a branch has minimal overhead, and storage grows on
192198

193199
## Related topics
194200

201+
- [Branching Blog Post](https://opsmill.com/blog/infrastructure-change-management-workflow/)
195202
- [Git Integration](./repository.mdx)
196203
- [Proposed Change](./proposed-change.mdx)
197204
- [Immutable History](./version-control.mdx)

docs/docs/topics/proposed-change.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,4 @@ The proposed change functionality interconnects with several other key concepts
187187
- [Transformations](transformation): Understand how data transformations are managed and reviewed within proposed changes
188188
- [Generators](generator): Learn about the code generation process that can be triggered by changes in proposed changes
189189
- [Permissions and roles](permissions-roles): Understand the access controls that govern who can create, review, and merge proposed changes
190+
- [Change Management Workflow Blog Post](https://opsmill.com/blog/infrastructure-change-management-workflow/)

docs/docs/tutorials/getting-started/branches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,6 @@ Go back to the detailed page for the Tenant `my-first-tenant`.
171171

172172
:::info Proposed Change
173173

174-
For an in-depth understanding of Infrahub's approach to handling differences between branches and merging them, please consult the [proposed change topic](../../topics/proposed-change).
174+
For an in-depth understanding of Infrahub's approach to handling differences between branches and merging them, please consult the [proposed change topic](../../topics/proposed-change).
175175

176176
:::

0 commit comments

Comments
 (0)