Skip to content

k3s/1.33.3.1 package update#61061

Merged
AmberArcadia merged 2 commits into
mainfrom
wolfictl-f763ddf7-b46d-4c92-8eb8-e714c3fcce7e
Jul 30, 2025
Merged

k3s/1.33.3.1 package update#61061
AmberArcadia merged 2 commits into
mainfrom
wolfictl-f763ddf7-b46d-4c92-8eb8-e714c3fcce7e

update expected commit add var name used in git-checkout

7e0d8b6
Select commit
Loading
Failed to load commit list.
Chainguard Internal / elastic-build succeeded Jul 30, 2025 in 8m 34s

APKs built successfully

Build ID: 297357bd-46e2-47fb-bdd9-53549ceea340

Details

x86_64 Logs

Click to expand
3.3+k3s1 (236cbf25)
go version go1.24.5
NAME:
   k3s-secrets-encrypt - Kubernetes, but small and simple

USAGE:
   k3s-secrets-encrypt [global options] command [command options]

VERSION:
   v1.33.3+k3s1 (236cbf25)

COMMANDS:
   server           Run management server
   agent            Run node agent
   kubectl          Run kubectl
   crictl           Run crictl
   ctr              Run ctr
   token            Manage tokens
   etcd-snapshot    Manage etcd snapshots
   secrets-encrypt  Control secrets encryption and keys rotation
   certificate      Manage K3s certificates
   completion       Install shell completion script
   help, h          Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug                     (logging) Turn on debug logs (default: false) [$K3S_DEBUG]
   --data-dir value, -d value  (data) Folder to hold state default /var/lib/rancher/k3s or ${HOME}/.rancher/k3s if not root [$K3S_DATA_DIR]
   --help, -h                  Show help (default: false)
   --version, -v               Print the version (default: false)
k3s-server version v1.33.3+k3s1 (236cbf25)
go version go1.24.5
NAME:
   k3s-server - Kubernetes, but small and simple

USAGE:
   k3s-server [global options] command [command options]

VERSION:
   v1.33.3+k3s1 (236cbf25)

COMMANDS:
   server           Run management server
   agent            Run node agent
   kubectl          Run kubectl
   crictl           Run crictl
   ctr              Run ctr
   token            Manage tokens
   etcd-snapshot    Manage etcd snapshots
   secrets-encrypt  Control secrets encryption and keys rotation
   certificate      Manage K3s certificates
   completion       Install shell completion script
   help, h          Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug                     (logging) Turn on debug logs (default: false) [$K3S_DEBUG]
   --data-dir value, -d value  (data) Folder to hold state default /var/lib/rancher/k3s or ${HOME}/.rancher/k3s if not root [$K3S_DATA_DIR]
   --help, -h                  Show help (default: false)
   --version, -v               Print the version (default: false)
k3s-token version v1.33.3+k3s1 (236cbf25)
go version go1.24.5
NAME:
   k3s-token - Kubernetes, but small and simple

USAGE:
   k3s-token [global options] command [command options]

VERSION:
   v1.33.3+k3s1 (236cbf25)

COMMANDS:
   server           Run management server
   agent            Run node agent
   kubectl          Run kubectl
   crictl           Run crictl
   ctr              Run ctr
   token            Manage tokens
   etcd-snapshot    Manage etcd snapshots
   secrets-encrypt  Control secrets encryption and keys rotation
   certificate      Manage K3s certificates
   completion       Install shell completion script
   help, h          Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug                     (logging) Turn on debug logs (default: false) [$K3S_DEBUG]
   --data-dir value, -d value  (data) Folder to hold state default /var/lib/rancher/k3s or ${HOME}/.rancher/k3s if not root [$K3S_DATA_DIR]
   --help, -h                  Show help (default: false)
   --version, -v               Print the version (default: false)
kubectl controls the Kubernetes cluster manager.

 Find more information at: https://kubernetes.io/docs/reference/kubectl/

Basic Commands (Beginner):
  create          Create a resource from a file or from stdin
  expose          Take a replication controller, service, deployment or pod and expose it as a new Kubernetes service
  run             Run a particular image on the cluster
  set             Set specific features on objects

Basic Commands (Intermediate):
  explain         Get documentation for a resource
  get             Display one or many resources
  edit            Edit a resource on the server
  delete          Delete resources by file names, stdin, resources and names, or by resources and label selector

Deploy Commands:
  rollout         Manage the rollout of a resource
  scale           Set a new size for a deployment, replica set, or replication controller
  autoscale       Auto-scale a deployment, replica set, stateful set, or replication controller

Cluster Management Commands:
  certificate     Modify certificate resources
  cluster-info    Display cluster information
  top             Display resource (CPU/memory) usage
  cordon          Mark node as unschedulable
  uncordon        Mark node as schedulable
  drain           Drain node in preparation for maintenance
  taint           Update the taints on one or more nodes

Troubleshooting and Debugging Commands:
  describe        Show details of a specific resource or group of resources
  logs            Print the logs for a container in a pod
  attach          Attach to a running container
  exec            Execute a command in a container
  port-forward    Forward one or more local ports to a pod
  proxy           Run a proxy to the Kubernetes API server
  cp              Copy files and directories to and from containers
  auth            Inspect authorization
  debug           Create debugging sessions for troubleshooting workloads and nodes
  events          List events

Advanced Commands:
  diff            Diff the live version against a would-be applied version
  apply           Apply a configuration to a resource by file name or stdin
  patch           Update fields of a resource
  replace         Replace a resource by file name or stdin
  wait            Experimental: Wait for a specific condition on one or many resources
  kustomize       Build a kustomization target from a directory or URL

Settings Commands:
  label           Update the labels on a resource
  annotate        Update the annotations on a resource
  completion      Output shell completion code for the specified shell (bash, zsh, fish, or powershell)

Subcommands provided by plugins:

Other Commands:
  api-resources   Print the supported API resources on the server
  api-versions    Print the supported API versions on the server, in the form of "group/version"
  config          Modify kubeconfig files
  plugin          Provides utilities for interacting with plugins
  version         Print the client and server version information

Usage:
  kubectl [flags] [options]

Use "kubectl <command> --help" for more information about a given command.
Use "kubectl options" for a list of global command-line options (applies to all commands).
kubectl controls the Kubernetes cluster manager.

 Find more information at: https://kubernetes.io/docs/reference/kubectl/

Basic Commands (Beginner):
  create          Create a resource from a file or from stdin
  expose          Take a replication controller, service, deployment or pod and expose it as a new Kubernetes service
  run             Run a particular image on the cluster
  set             Set specific features on objects

Basic Commands (Intermediate):
  explain         Get documentation for a resource
  get             Display one or many resources
  edit            Edit a resource on the server
  delete          Delete resources by file names, stdin, resources and names, or by resources and label selector

Deploy Commands:
  rollout         Manage the rollout of a resource
  scale           Set a new size for a deployment, replica set, or replication controller
  autoscale       Auto-scale a deployment, replica set, stateful set, or replication controller

Cluster Management Commands:
  certificate     Modify certificate resources
  cluster-info    Display cluster information
  top             Display resource (CPU/memory) usage
  cordon          Mark node as unschedulable
  uncordon        Mark node as schedulable
  drain           Drain node in preparation for maintenance
  taint           Update the taints on one or more nodes

Troubleshooting and Debugging Commands:
  describe        Show details of a specific resource or group of resources
  logs            Print the logs for a container in a pod
  attach          Attach to a running container
  exec            Execute a command in a container
  port-forward    Forward one or more local ports to a pod
  proxy           Run a proxy to the Kubernetes API server
  cp              Copy files and directories to and from containers
  auth            Inspect authorization
  debug           Create debugging sessions for troubleshooting workloads and nodes
  events          List events

Advanced Commands:
  diff            Diff the live version against a would-be applied version
  apply           Apply a configuration to a resource by file name or stdin
  patch           Update fields of a resource
  replace         Replace a resource by file name or stdin
  wait            Experimental: Wait for a specific condition on one or many resources
  kustomize       Build a kustomization target from a directory or URL

Settings Commands:
  label           Update the labels on a resource
  annotate        Update the annotations on a resource
  completion      Output shell completion code for the specified shell (bash, zsh, fish, or powershell)

Subcommands provided by plugins:

Other Commands:
  api-resources   Print the supported API resources on the server
  api-versions    Print the supported API versions on the server, in the form of "group/version"
  config          Modify kubeconfig files
  plugin          Provides utilities for interacting with plugins
  version         Print the client and server version information

Usage:
  kubectl [flags] [options]

Use "kubectl <command> --help" for more information about a given command.
Use "kubectl options" for a list of global command-line options (applies to all commands).
CNI loopback plugin v1.7.1-k3s1
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0, 1.1.0
CNI loopback plugin v1.7.1-k3s1
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0, 1.1.0
CNI portmap plugin v1.7.1-k3s1
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0, 1.1.0
CNI portmap plugin v1.7.1-k3s1
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0, 1.1.0
qemu: sending shutdown signal
command "melange" completed successfully
tests completed successfully

aarch64 Logs

Click to expand
resource on the server
  delete          Delete resources by file names, stdin, resources and names, or by resources and label selector

Deploy Commands:
  rollout         Manage the rollout of a resource
  scale           Set a new size for a deployment, replica set, or replication controller
  autoscale       Auto-scale a deployment, replica set, stateful set, or replication controller

Cluster Management Commands:
  certificate     Modify certificate resources
  cluster-info    Display cluster information
  top             Display resource (CPU/memory) usage
  cordon          Mark node as unschedulable
  uncordon        Mark node as schedulable
  drain           Drain node in preparation for maintenance
  taint           Update the taints on one or more nodes

Troubleshooting and Debugging Commands:
  describe        Show details of a specific resource or group of resources
  logs            Print the logs for a container in a pod
  attach          Attach to a running container
  exec            Execute a command in a container
  port-forward    Forward one or more local ports to a pod
  proxy           Run a proxy to the Kubernetes API server
  cp              Copy files and directories to and from containers
  auth            Inspect authorization
  debug           Create debugging sessions for troubleshooting workloads and nodes
  events          List events

Advanced Commands:
  diff            Diff the live version against a would-be applied version
  apply           Apply a configuration to a resource by file name or stdin
  patch           Update fields of a resource
  replace         Replace a resource by file name or stdin
  wait            Experimental: Wait for a specific condition on one or many resources
  kustomize       Build a kustomization target from a directory or URL

Settings Commands:
  label           Update the labels on a resource
  annotate        Update the annotations on a resource
  completion      Output shell completion code for the specified shell (bash, zsh, fish, or powershell)

Subcommands provided by plugins:

Other Commands:
  api-resources   Print the supported API resources on the server
  api-versions    Print the supported API versions on the server, in the form of "group/version"
  config          Modify kubeconfig files
  plugin          Provides utilities for interacting with plugins
  version         Print the client and server version information

Usage:
  kubectl [flags] [options]

Use "kubectl <command> --help" for more information about a given command.
Use "kubectl options" for a list of global command-line options (applies to all commands).
CNI loopback plugin v1.7.1-k3s1
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0, 1.1.0
CNI loopback plugin v1.7.1-k3s1
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0, 1.1.0
CNI portmap plugin v1.7.1-k3s1
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0, 1.1.0
CNI portmap plugin v1.7.1-k3s1
CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0, 1.1.0
running step "Ensure the various tools are appropriately symlinked"
pod 6ff95458fe1e2ffedbd2252948d48b934722e3b3dabb4a87dde850e3bd3f5241 terminated
running test pipeline for subpackage k3s-multicall
image configuration:
  contents:
    build repositories: []
    runtime repositories: []
    keyring:      []
    packages:     [k3s-multicall]
  accounts:
    runas:  
    users:
      - uid=1000(build) gid=1000
    groups:
      - gid=1000(build) members=[build]
installing wolfi-baselayout (20230201-r23)
installing ca-certificates-bundle (20250619-r4)
installing libgcc (15.1.0-r3)
installing ld-linux (2.41-r56)
installing glibc-locale-posix (2.41-r56)
installing glibc (2.41-r56)
installing libnfnetlink (1.0.2-r5)
installing libmnl (1.0.5-r6)
installing libnetfilter_cthelper (1.0.1-r6)
installing libnetfilter_cttimeout (1.0.1-r6)
installing libnetfilter_queue (1.0.5-r8)
installing libnetfilter_conntrack (1.1.0-r4)
installing conntrack-tools (1.4.8-r40)
installing libnftnl (1.2.9-r1)
installing ncurses-terminfo-base (6.5_p20250621-r1)
installing ncurses (6.5_p20250621-r1)
installing libedit (3.1-r12)
installing libstdc++ (15.1.0-r3)
installing gmp (6.3.0-r8)
installing nftables (1.1.3-r1)
installing libseccomp (2.6.0-r1)
installing ipset (7.24-r1)
installing xtables (1.8.11-r25)
installing iptables (1.8.11-r25)
installing ip6tables (1.8.11-r25)
installing zlib (1.3.1-r51)
installing libzstd1 (1.5.7-r3)
installing xz (5.8.1-r2)
installing libcrypto3 (3.5.1-r1)
installing kmod (34.2-r40)
installing libblkid (2.41.1-r3)
installing libmount (2.41.1-r3)
installing mount (2.41.1-r3)
installing umount (2.41.1-r3)
installing runc (1.3.0-r2)
installing libxcrypt (4.4.38-r3)
installing libcrypt1 (2.41-r56)
installing busybox (1.37.0-r47)
installing containerd-shim-runc-v2-2 (2.1.3-r2)
installing k3s-multicall (1.33.3.1-r0)
installing wolfi-keys (1-r12)
installing libssl3 (3.5.1-r1)
installing apk-tools (2.14.10-r6)
installing wolfi-base (1-r7)
layer digest: sha256:69a98ce373866dc5ebddba61913e0a9aab01b1ce76379f2b4166d222ef10f1db
layer diffID: sha256:e64c4807e3ce606719dc03101fc47e83c04fc98bd413d98cf942c2958059cd30
saving OCI image locally: apko.local/cache:ce2a77a641553ae19ae1516c3860c32edabcbbe56e541ff475c40cda07cfd0d6
containerd version v1.33.3+k3s1 (236cbf25)
go version go1.24.5
NAME:
   containerd - Kubernetes, but small and simple

USAGE:
   containerd [global options] command [command options]

VERSION:
   v1.33.3+k3s1 (236cbf25)

COMMANDS:
   server           Run management server
   agent            Run node agent
   kubectl          Run kubectl
   crictl           Run crictl
   ctr              Run ctr
   check-config     Run config check
   token            Manage tokens
   etcd-snapshot    Manage etcd snapshots
   secrets-encrypt  Control secrets encryption and keys rotation
   certificate      Manage K3s certificates
   completion       Install shell completion script
   help, h          Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug                     (logging) Turn on debug logs (default: false) [$K3S_DEBUG]
   --data-dir value, -d value  (data) Folder to hold state default /var/lib/rancher/k3s or ${HOME}/.rancher/k3s if not root [$K3S_DATA_DIR]
   --help, -h                  show help
   --version, -v               print the version
NAME:
   k3s - Kubernetes, but small and simple

USAGE:
   k3s [global options] command [command options]

VERSION:
   v1.33.3+k3s1 (236cbf25)

COMMANDS:
   server           Run management server
   agent            Run node agent
   kubectl          Run kubectl
   crictl           Run crictl
   ctr              Run ctr
   check-config     Run config check
   token            Manage tokens
   etcd-snapshot    Manage etcd snapshots
   secrets-encrypt  Control secrets encryption and keys rotation
   certificate      Manage K3s certificates
   completion       Install shell completion script
   help, h          Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --debug                     (logging) Turn on debug logs (default: false) [$K3S_DEBUG]
   --data-dir value, -d value  (data) Folder to hold state default /var/lib/rancher/k3s or ${HOME}/.rancher/k3s if not root [$K3S_DATA_DIR]
   --help, -h                  show help
   --version, -v               print the version
pod 1a97277232ab17455d74216053d08e2fd9d20096ab4e82631b98715c3ad26680 terminated
running test pipeline for subpackage k3s-static
image configuration:
  contents:
    build repositories: []
    runtime repositories: []
    keyring:      []
    packages:     [binutils go k3s-static]
  accounts:
    runas:  
    users:
      - uid=1000(build) gid=1000
    groups:
      - gid=1000(build) members=[build]
installing wolfi-baselayout (20230201-r23)
installing ca-certificates-bundle (20250619-r4)
installing libgcc (15.1.0-r3)
installing ld-linux (2.41-r56)
installing glibc-locale-posix (2.41-r56)
installing glibc (2.41-r56)
installing libzstd1 (1.5.7-r3)
installing libstdc++ (15.1.0-r3)
installing binutils (2.45-r0)
installing make (4.4.1-r8)
installing pkgconf (2.5.1-r1)
installing libxcrypt (4.4.38-r3)
installing libxcrypt-dev (4.4.38-r3)
installing linux-headers (6.16-r0)
installing nss-db (2.41-r56)
installing nss-hesiod (2.41-r56)
installing glibc-dev (2.41-r56)
installing libgo (15.1.0-r3)
installing posix-cc-wrappers (1-r7)
installing gmp (6.3.0-r8)
installing mpfr (4.2.2-r2)
installing mpc (1.3.1-r7)
installing isl (0.27-r4)
installing zlib (1.3.1-r51)
installing openssf-compiler-options (20240627-r26)
installing libquadmath (15.1.0-r3)
installing libstdc++-dev (15.1.0-r3)
installing libatomic (15.1.0-r3)
installing libgomp (15.1.0-r3)
installing gcc (15.1.0-r3)
installing build-base (1-r8)
installing ncurses-terminfo-base (6.5_p20250621-r1)
installing ncurses (6.5_p20250621-r1)
installing bash (5.3-r2)
installing go-1.24 (1.24.5-r2)
installing libnfnetlink (1.0.2-r5)
installing libmnl (1.0.5-r6)
installing libnetfilter_cthelper (1.0.1-r6)
installing libnetfilter_cttimeout (1.0.1-r6)
installing libnetfilter_queue (1.0.5-r8)
installing libnetfilter_conntrack (1.1.0-r4)
installing conntrack-tools (1.4.8-r40)
installing libnftnl (1.2.9-r1)
installing libedit (3.1-r12)
installing nftables (1.1.3-r1)
installing ipset (7.24-r1)
installing xtables (1.8.11-r25)
installing iptables (1.8.11-r25)
installing ip6tables (1.8.11-r25)
installing xz (5.8.1-r2)
installing libcrypto3 (3.5.1-r1)
installing kmod (34.2-r40)
installing libblkid (2.41.1-r3)
installing libmount (2.41.1-r3)
installing mount (2.41.1-r3)
installing umount (2.41.1-r3)
installing libseccomp (2.6.0-r1)
installing runc (1.3.0-r2)
installing libcrypt1 (2.41-r56)
installing busybox (1.37.0-r47)
installing k3s-static (1.33.3.1-r0)
installing wolfi-keys (1-r12)
installing libssl3 (3.5.1-r1)
installing apk-tools (2.14.10-r6)
installing wolfi-base (1-r7)
layer digest: sha256:b88393eeaae7d574d5728fe68fc528d381dc72d6d92527cdecba40f7963ee9c9
layer diffID: sha256:a8672f54281d7bba48b9001aba96479ccab6454a39fd87d3f719e5af55ab2cb2
saving OCI image locally: apko.local/cache:91478354a45e865b0c5907c16b9c3e11009c91e451bd052db8ee250191e57449

Indexes

https://apk.cgr.dev/wolfi-presubmit/e161c621b67dac8cb8a5b6d6f510755e449442a3

Packages

Tests

More Observability

Command

cg build log \
  --build-id 297357bd-46e2-47fb-bdd9-53549ceea340 \
  --project prod-wolfi-os \
  --cluster elastic-pre-a \
  --namespace pre-wolfi \
  --start 2025-07-30T10:05:17Z \
  --end 2025-07-30T10:23:54Z