tag v0.165.0 Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> Changes with 0.165.0 ---------------- * distro: move rhel9 into a generic distro (osbuild/images#1645) * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger * Revert "distro: drop `ImageType.BasePartitionTable()`" (osbuild/images#1691) * Author: Michael Vogt, Reviewers: Simon de Vlieger, Tomáš Hozza * Update dependencies 2025-07-20 (osbuild/images#1675) * Author: SchutzBot, Reviewers: Achilleas Koutsou, Simon de Vlieger * defs: add missing `bootstrap_containers` (osbuild/images#1679) * Author: Michael Vogt, Reviewers: Simon de Vlieger, Tomáš Hozza * disk: handle adding `PReP` partition on PPC64/s390x (HMS-8884) (osbuild/images#1681) * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger * distro: bring per-distro checkOptions back (osbuild/images#1678) * Author: Michael Vogt, Reviewers: Simon de Vlieger, Tomáš Hozza * distro: cleanups in the pkg/distro/generic area (osbuild/images#1686) * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger * distro: move rhel8 into a generic distro (osbuild/images#1643) * Author: Michael Vogt, Reviewers: Nobody * distro: small followups for PR#1682 (osbuild/images#1689) * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger, Tomáš Hozza * distro: unify transform/match into a single concept (osbuild/images#1682) * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Tomáš Hozza * distros: de-duplicate runner build packages for centos10 (osbuild/images#1680) * Author: Michael Vogt, Reviewers: Simon de Vlieger, Tomáš Hozza * github: disable Go dep updates through dependabot (osbuild/images#1683) * Author: Achilleas Koutsou, Reviewers: Simon de Vlieger, Tomáš Hozza * repos: include almalinux 9.6 (osbuild/images#1677) * Author: Simon de Vlieger, Reviewers: Lukáš Zapletal, Tomáš Hozza * rhel9: wsl distribution config (osbuild/images#1694) * Author: Simon de Vlieger, Reviewers: Michael Vogt, Sanne Raymaekers * test/manifests/all-customizations: don't embed local file via URI (osbuild/images#1684) * Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Brian C. Lane — Somewhere on the Internet, 2025-07-28 --- tag v0.166.0 Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> Changes with 0.166.0 ---------------- * customizations/subscription: conditionally enable semanage call (HMS-8866) (osbuild/images#1673) * Author: Sanne Raymaekers, Reviewers: Achilleas Koutsou, Michael Vogt * distro/rhel-10: versionlock shim-x64 in the azure-cvm image (osbuild/images#1697) * Author: Achilleas Koutsou, Reviewers: Michael Vogt, Simon de Vlieger * manifestmock: move container/pkg/commit mocks into helper (osbuild/images#1700) * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger * rhel9: `vagrant-libvirt`, `vagrant-virtualbox` (osbuild/images#1693) * Author: Simon de Vlieger, Reviewers: Michael Vogt, Sanne Raymaekers * rhel{9,10}: centos WSL refinement (HMS-8922) (osbuild/images#1690) * Author: Simon de Vlieger, Reviewers: Ondřej Budai, Sanne Raymaekers, Tomáš Hozza — Somewhere on the Internet, 2025-07-29 --- tag v0.167.0 Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> Changes with 0.167.0 ---------------- * RHEL/Azure: drop obsolete WAAgentConfig keys [RHEL-93894] and remove loglevel kernel option [RHEL-102372] (osbuild/images#1611) * Author: Achilleas Koutsou, Reviewers: Michael Vogt, Ondřej Budai, Sanne Raymaekers * Update dependencies 2025-07-27 (osbuild/images#1699) * Author: SchutzBot, Reviewers: Achilleas Koutsou, Simon de Vlieger * distro/rhel9: set default_kernel to kernel-uki-virt (osbuild/images#1704) * Author: Achilleas Koutsou, Reviewers: Ondřej Budai, Simon de Vlieger * distro: drop legacy loaders and update tests (osbuild/images#1687) * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Tomáš Hozza * distro: fix issues with yaml distro definitions and enable yaml checks (osbuild/images#1702) * Author: Achilleas Koutsou, Reviewers: Michael Vogt, Ondřej Budai, Simon de Vlieger — Somewhere on the Internet, 2025-07-30 --- tag v0.168.0 Tagger: imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> Changes with 0.168.0 ---------------- * distro: fix bug in variable substitution for static distros (osbuild/images#1710) * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger * rhel{9,10}: azure for non-RHEL (HMS-8949) (osbuild/images#1707) * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Michael Vogt — Somewhere on the Internet, 2025-07-30 ---
173 lines
4.2 KiB
YAML
173 lines
4.2 KiB
YAML
run:
|
|
timeout: 8m
|
|
tests: true
|
|
build-tags:
|
|
- admin
|
|
- functional
|
|
- integration
|
|
|
|
linters:
|
|
enable:
|
|
# defaults:
|
|
# - errcheck
|
|
# - gosimple
|
|
# - govet
|
|
# - ineffassign
|
|
# - staticcheck
|
|
# - typecheck
|
|
# - unused
|
|
|
|
- errorlint # error wrapping (eg, not using `errors.Is`, using `%s` instead of `%w` in `fmt.Errorf`)
|
|
- gofmt # whether code was gofmt-ed
|
|
- govet # enabled by default, but just to be sure
|
|
- nolintlint # ill-formed or insufficient nolint directives
|
|
- stylecheck # golint replacement
|
|
- thelper # test helpers without t.Helper()
|
|
|
|
linters-settings:
|
|
govet:
|
|
enable-all: true
|
|
disable:
|
|
# struct order is often for Win32 compat
|
|
# also, ignore pointer bytes/GC issues for now until performance becomes an issue
|
|
- fieldalignment
|
|
|
|
stylecheck:
|
|
# https://staticcheck.io/docs/checks
|
|
checks: ["all"]
|
|
|
|
issues:
|
|
exclude-dirs:
|
|
# paths are relative to module root
|
|
- cri-containerd/test-images
|
|
exclude-rules:
|
|
# err is very often shadowed in nested scopes
|
|
- linters:
|
|
- govet
|
|
text: '^shadow: declaration of "err" shadows declaration'
|
|
|
|
# path is relative to module root, which is ./test/
|
|
- path: cri-containerd
|
|
linters:
|
|
- stylecheck
|
|
text: "^ST1003: should not use underscores in package names$"
|
|
source: "^package cri_containerd$"
|
|
|
|
# don't bother with propper error wrapping in test code
|
|
- path: cri-containerd
|
|
linters:
|
|
- errorlint
|
|
text: "non-wrapping format verb for fmt.Errorf"
|
|
|
|
# This repo has a LOT of generated schema files, operating system bindings, and other
|
|
# things that ST1003 from stylecheck won't like (screaming case Windows api constants for example).
|
|
# There's also some structs that we *could* change the initialisms to be Go friendly
|
|
# (Id -> ID) but they're exported and it would be a breaking change.
|
|
# This makes it so that most new code, code that isn't supposed to be a pretty faithful
|
|
# mapping to an OS call/constants, or non-generated code still checks if we're following idioms,
|
|
# while ignoring the things that are just noise or would be more of a hassle than it'd be worth to change.
|
|
- path: layer.go
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: hcsshim.go
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: cmd\\ncproxy\\nodenetsvc\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: cmd\\ncproxy_mock\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\hcs\\schema2\\
|
|
linters:
|
|
- stylecheck
|
|
- gofmt
|
|
|
|
- path: internal\\wclayer\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: hcn\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\hcs\\schema1\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\hns\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: ext4\\internal\\compactext4\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: ext4\\internal\\format\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\guestrequest\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\guest\\prot\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\windevice\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\winapi\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\vmcompute\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\regstate\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
- path: internal\\hcserror\\
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|
|
|
|
# v0 APIs are deprecated, but still retained for backwards compatability
|
|
- path: cmd\\ncproxy\\
|
|
linters:
|
|
- staticcheck
|
|
text: "^SA1019: .*(ncproxygrpc|nodenetsvc)[/]?v0"
|
|
|
|
- path: internal\\tools\\networkagent
|
|
linters:
|
|
- staticcheck
|
|
text: "^SA1019: .*nodenetsvc[/]?v0"
|
|
|
|
- path: internal\\vhdx\\info
|
|
linters:
|
|
- stylecheck
|
|
text: "ST1003:"
|