forked from fluidattacks/makes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(back): fluidattacks#1122 new monthly version
- Release new monthly version 23.07 - Pin 23.06 Signed-off-by: Daniel Salazar <[email protected]>
- Loading branch information
Showing
9 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ You can generate a `package-lock.json` for | |
like this: | ||
|
||
```bash | ||
m github:fluidattacks/makes@23.06 /utils/makeNodeJsLock \ | ||
m github:fluidattacks/makes@23.07 /utils/makeNodeJsLock \ | ||
"${node_js_version}" \ | ||
"${package_json}" \ | ||
"${package_lock}" | ||
|
@@ -29,7 +29,7 @@ You can generate a `sourcesYaml` for | |
like this: | ||
|
||
```bash | ||
m github:fluidattacks/makes@23.06 /utils/makePythonLock \ | ||
m github:fluidattacks/makes@23.07 /utils/makePythonLock \ | ||
"${python_version}" \ | ||
"${dependencies_yaml}" \ | ||
"${sources_yaml}" | ||
|
@@ -55,7 +55,7 @@ You can generate a `sourcesYaml` for | |
like this: | ||
|
||
```bash | ||
m github:fluidattacks/makes@23.06 /utils/makeRubyLock \ | ||
m github:fluidattacks/makes@23.07 /utils/makeRubyLock \ | ||
"${ruby_version}" \ | ||
"${dependencies_yaml}" \ | ||
"${sources_yaml}" | ||
|
@@ -79,7 +79,7 @@ m github:fluidattacks/[email protected] /utils/makeRubyLock \ | |
You can generate an encrypted [Sops](https://github.com/mozilla/sops) file like this: | ||
|
||
```bash | ||
m github:fluidattacks/makes@23.06 /utils/makeSopsEncryptedFile \ | ||
m github:fluidattacks/makes@23.07 /utils/makeSopsEncryptedFile \ | ||
"${kms_key_arn}" \ | ||
"${output}" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
projectPath, | ||
... | ||
}: let | ||
makesVersion = "23.06"; | ||
makesVersion = "23.07"; | ||
in | ||
makeScript { | ||
aliases = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters