Skip to content

Commit a06ee62

Browse files
JanKalkanactions-user
authored andcommitted
Apply automatic release changes for v0.6.11
1 parent 3f5655c commit a06ee62

File tree

10 files changed

+139
-139
lines changed

10 files changed

+139
-139
lines changed

Pipfile.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ if args.get(build_utils.FLAG_RELEASE):
471471
Install the tools in the Dockerfile in your `.github/actions/build-environment/Dockerfile` as demonstrated in this example:
472472

473473
```Dockerfile
474-
FROM mltooling/build-environment:0.6.9
474+
FROM mltooling/build-environment:0.6.11
475475

476476
# Install Go Runtime
477477
RUN apt-get update \
@@ -483,7 +483,7 @@ RUN apt-get update \
483483
You can extend or overwrite the default entrypoint with your custom entrypoint script (e.g. `extended-entrypoint.sh`) as shown below:
484484

485485
```Dockerfile
486-
FROM mltooling/build-environment:0.6.9
486+
FROM mltooling/build-environment:0.6.11
487487

488488
COPY extended-entrypoint.sh /extended-entrypoint.sh
489489

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM mltooling/build-environment:0.6.9
1+
FROM mltooling/build-environment:0.6.11

docs/universal_build.build_utils.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Sanitized means that, for example, the version is already checked and set depend
107107

108108
---
109109

110-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L264"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
110+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L276"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
111111

112112
## <kbd>function</kbd> `create_git_tag`
113113

@@ -142,7 +142,7 @@ The version will be prefixed with 'v'. If push is set, the tag is pushed to remo
142142

143143
---
144144

145-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L301"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
145+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L313"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
146146

147147
## <kbd>function</kbd> `build`
148148

@@ -162,7 +162,7 @@ Run the build logic of the specified component, except if the path is a (sub-)pa
162162

163163
---
164164

165-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L323"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
165+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L335"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
166166

167167
## <kbd>function</kbd> `run`
168168

@@ -196,7 +196,7 @@ Run a specified command.
196196

197197
---
198198

199-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L378"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
199+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L395"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
200200

201201
## <kbd>function</kbd> `exit_process`
202202

@@ -211,7 +211,7 @@ Exit the process with exit code.
211211

212212
---
213213

214-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L393"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
214+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L410"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
215215

216216
## <kbd>function</kbd> `replace_in_files`
217217

@@ -240,7 +240,7 @@ Replaces a string or regex occurence in a collection of files.
240240

241241
---
242242

243-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L434"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
243+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L451"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
244244

245245
## <kbd>function</kbd> `get_latest_version`
246246

@@ -253,7 +253,7 @@ Returns the latest version based on Git tags.
253253

254254
---
255255

256-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L444"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
256+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L461"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
257257

258258
## <kbd>function</kbd> `duplicate_folder`
259259

@@ -271,7 +271,7 @@ Deprecated. Use `build_utils.copy` instead.
271271

272272
---
273273

274-
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L454"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
274+
<a href="https://github.com/ml-tooling/universal-build/blob/main/src/universal_build/build_utils.py#L471"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
275275

276276
## <kbd>function</kbd> `copy`
277277

examples/docs/Pipfile.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)