You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Update the hash in `01_install_requirements.sh` where it says:
13
+
```bash
14
+
git reset <HASH> --hard
15
+
```
16
+
17
+
3. After updating, inform the user of:
18
+
- The old hash that was replaced
19
+
- The new hash that was set
20
+
- Suggest they may want to check the metal3-dev-env changelog for breaking changes
21
+
22
+
## Important Notes
23
+
24
+
- The hash is pinned to ensure CI stability and catch breaking changes before they affect everyone
25
+
- When updating, also check if ANSIBLE_VERSION needs to be aligned with the new metal3-dev-env version (see https://github.com/metal3-io/metal3-dev-env/blob/master/lib/common.sh)
0 commit comments