Skip to content

Commit 8eab321

Browse files
authored
Merge branch 'main' into dependabot/go_modules/k8s.io/apimachinery-0.33.0
2 parents 5286f9c + 7422913 commit 8eab321

File tree

22 files changed

+65
-27
lines changed

22 files changed

+65
-27
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
45+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
56+
uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
70+
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18

.github/workflows/e2e-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Set up Go
17-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
17+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1818
with:
1919
go-version: 1.22
2020
- name: make

.github/workflows/integration-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Set up Go
17-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
17+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1818
with:
1919
go-version: 1.22
2020
- name: make

.github/workflows/integration-per-language.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
pwd
165165
# Validate generated workflow yaml
166166
- name: Install action-validator with asdf
167-
uses: asdf-vm/actions/install@v3
167+
uses: asdf-vm/actions/install@v4
168168
with:
169169
tool_versions: |
170170
action-validator 0.1.2
@@ -337,7 +337,7 @@ jobs:
337337
pwd
338338
# Validate generated workflow yaml
339339
- name: Install action-validator with asdf
340-
uses: asdf-vm/actions/install@v3
340+
uses: asdf-vm/actions/install@v4
341341
with:
342342
tool_versions: |
343343
action-validator 0.1.2
@@ -500,7 +500,7 @@ jobs:
500500
--variable NAMESPACE=default
501501
# Validate generated workflow yaml
502502
- name: Install action-validator with asdf
503-
uses: asdf-vm/actions/install@v3
503+
uses: asdf-vm/actions/install@v4
504504
with:
505505
tool_versions: |
506506
action-validator 0.1.2

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313
- name: Set up Go
14-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
14+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1515
with:
1616
go-version: 1.22
1717
- name: make
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434
- name: Set up Go
35-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
35+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3636
with:
3737
go-version: 1.22
3838
- name: make

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Make Release Dir
3737
run: mkdir bin
3838
- name: Set up Go
39-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
39+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4040
with:
4141
go-version: 1.22
4242
# Check if the newest tag already exists

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1111
- name: Set up Go
12-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
12+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1313
with:
1414
go-version: 1.22
1515
- name: make

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [0.17.12] - 2025-05-16
4+
5+
- [564](https://github.com/Azure/draft/pull/564) fix interactive bug
6+
- [567](https://github.com/Azure/draft/pull/567) add azlogin step
7+
8+
## [0.17.11] - 2025-05-06
9+
10+
- [558](https://github.com/Azure/draft/pull/558) Add new parameter `DOCKERFILE`and env var `dockerfile` to pass the dockerfile path in the az pipeline template
11+
312
## [0.17.10] - 2025-04-25
413

514
- [547](https://github.com/Azure/draft/pull/547) Fix deployment templates to have `azure.workload.identity/use` label in pod level spec

cmd/create.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ func (cc *createCmd) initConfig() error {
125125

126126
func (cc *createCmd) run() error {
127127
log.Debugf("config: %s", cc.createConfigPath)
128+
log.Debugf("interactive: %t", interactive)
128129

129130
flagVariablesMap = flagVariablesToMap(cc.flagVariables)
130131

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ func init() {
6363
rootCmd.PersistentFlags().StringVarP(&provider, "provider", "p", "azure", "cloud provider")
6464
rootCmd.PersistentFlags().BoolVarP(&silent, "silent", "", false, "enable silent logging")
6565
rootCmd.PersistentFlags().BoolVarP(&dryRun, "dry-run", "", false, "enable dry run mode in which no files are written to disk")
66-
rootCmd.PersistentFlags().BoolVarP(&interactive, "interactive", "", false, "toggle interactive prompting for user input (default is true, use --interactive=false to disable)")
66+
rootCmd.PersistentFlags().BoolVarP(&interactive, "interactive", "", true, "toggle interactive prompting for user input (default is true, use --interactive=false to disable)")
6767
rootCmd.PersistentFlags().StringVar(&dryRunFile, "dry-run-file", "", "optional file to write dry run summary in json format into (requires --dry-run flag)")
6868
}

0 commit comments

Comments
 (0)