Skip to content

revert back to use the old kubelet binary.#10

Merged
xuto2 merged 1 commit into
Azure:masterfrom
andyliuliming:andliu/revert
Apr 1, 2020
Merged

revert back to use the old kubelet binary.#10
xuto2 merged 1 commit into
Azure:masterfrom
andyliuliming:andliu/revert

Conversation

@andyliuliming

Copy link
Copy Markdown
Member

the version string is changed in the new binary. revert it.

@xuto2 xuto2 merged commit 1515d88 into Azure:master Apr 1, 2020
Devinwong added a commit that referenced this pull request Apr 28, 2026
Add rule #10 to the renovate.json syntax guardrails in copilot
instructions, documenting that matchUpdateTypes and allowedVersions
cannot be combined in the same packageRules entry.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Devinwong added a commit that referenced this pull request Apr 28, 2026
Add rule #10 to the renovate.json syntax guardrails in copilot
instructions, documenting that matchUpdateTypes and allowedVersions
cannot be combined in the same packageRules entry.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Devinwong added a commit that referenced this pull request May 15, 2026
…s, tighten indent rule

- e2e/validators.go: capture combined stdout+stderr for `openssl version`
  so a future build that prints to stderr doesn't yield an empty parse target
  (review #9).
- e2e/validators.go: replace the bare `runtime error:` substring with regex
  markers (`^panic:`, `^fatal error:`, `runtime.gopanic`,
  `goroutine N [running]`) so CNI plugins that mention "runtime error:" in
  their usage text don't trip a false failure (review #8).
- e2e/validators.go: track each provider header's indent and require status
  lines to be strictly more indented, closing the same-indent mis-attribution
  hole. Also strip trailing \r so CRLF-terminated remote output still matches
  the header regex (review #7, #10).
- e2e/validators_test.go: add two regression cases — a "Providers:" header
  with no entries below, and a same-indent `status: active` line that must
  not be attributed to the prior header (review #17).
- vhdbuilder/packer/test/linux-vhd-content-test.sh: collapse the two adjacent
  `if [[ enable_fips == true ]]` blocks into one early-return guard, dedent
  the body, and dedent the 3.* case arm so it visually belongs to the case
  (reviews #5, #6). Mirror the Go parser improvements: `[ \t]` rather than
  `[[:space:]]` in the header/status regexes, explicit \r stripping, and
  strict "status more indented than header" check (review #7, #10).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Devinwong added a commit that referenced this pull request May 20, 2026
…s, tighten indent rule

- e2e/validators.go: capture combined stdout+stderr for `openssl version`
  so a future build that prints to stderr doesn't yield an empty parse target
  (review #9).
- e2e/validators.go: replace the bare `runtime error:` substring with regex
  markers (`^panic:`, `^fatal error:`, `runtime.gopanic`,
  `goroutine N [running]`) so CNI plugins that mention "runtime error:" in
  their usage text don't trip a false failure (review #8).
- e2e/validators.go: track each provider header's indent and require status
  lines to be strictly more indented, closing the same-indent mis-attribution
  hole. Also strip trailing \r so CRLF-terminated remote output still matches
  the header regex (review #7, #10).
- e2e/validators_test.go: add two regression cases — a "Providers:" header
  with no entries below, and a same-indent `status: active` line that must
  not be attributed to the prior header (review #17).
- vhdbuilder/packer/test/linux-vhd-content-test.sh: collapse the two adjacent
  `if [[ enable_fips == true ]]` blocks into one early-return guard, dedent
  the body, and dedent the 3.* case arm so it visually belongs to the case
  (reviews #5, #6). Mirror the Go parser improvements: `[ \t]` rather than
  `[[:space:]]` in the header/status regexes, explicit \r stripping, and
  strict "status more indented than header" check (review #7, #10).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants