Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update regex #196

Merged
merged 1 commit into from
Dec 15, 2024
Merged

chore(deps): update regex #196

merged 1 commit into from
Dec 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2024

This PR contains the following updates:

Package Update Change
aquasecurity/trivy minor v0.57.0 -> v0.58.0
argoproj/argo-cd patch v2.13.0 -> v2.13.2
hashicorp/terraform minor v1.9.8 -> v1.10.2
helm/helm patch v3.16.2 -> v3.16.3
kubernetes/kubernetes minor v1.31.2 -> v1.32.0
kubevirt/kubevirt minor v1.3.1 -> v1.4.0
tektoncd/cli minor v0.38.1 -> v0.39.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aquasecurity/trivy (aquasecurity/trivy)

v0.58.0

Compare Source

⚡Release highlights and summary⚡

👉 https://github.com/aquasecurity/trivy/discussions/8039

Changelog

https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0580-2024-12-02

v0.57.1

Compare Source

⚡Release highlights and summary⚡

👉https://github.com/aquasecurity/trivy/discussions/7951

Changelog

https://github.com/aquasecurity/trivy/blob/release/v0.57/CHANGELOG.md#0571-2024-11-18

argoproj/argo-cd (argoproj/argo-cd)

v2.13.2

Compare Source

v2.13.1

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Features
Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.13.0...v2.13.1

hashicorp/terraform (hashicorp/terraform)

v1.10.2

Compare Source

1.10.2 (December 11, 2024)

BUG FIXES:

  • cli: variables in an auto-loaded tfvars file which were overridden during plan incorrectly show as changed during apply [GH-36180]

v1.10.1

Compare Source

1.10.1 (December 4, 2024)

BUG FIXES:

  • cli: Complex variables values set via environment variables were parsed incorrectly during apply (#​36121)
  • config: templatefile would panic if given and entirely unknown map of variables (#​36118)
  • config: templatefile would panic if the variables map contains marked values (#​36127)
  • config: Remove constraint that an expanded resource block must only be used in conjunction with imports using for_each (#​36119)
  • backend/s3: Lock files could not be written to buckets with object locking enabled (#​36120)

v1.10.0

Compare Source

1.10.0 (November 27, 2024)

NEW FEATURES:

  • Ephemeral resources: Ephemeral resources are read anew during each phase of Terraform evaluation, and cannot be persisted to state storage. Ephemeral resources always produce ephemeral values.
  • Ephemeral values: Input variables and outputs can now be defined as ephemeral. Ephemeral values may only be used in certain contexts in Terraform configuration, and are not persisted to the plan or state files.
    • ephemeralasnull function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.

BUG FIXES:

  • The secret_suffix in the kubernetes backend now includes validation to prevent errors when the secret_suffix ends with a number (#​35666).
  • The error message for an invalid default value for an input variable now indicates when the problem is with a nested value in a complex data type. (#​35465)
  • Sensitive marks could be incorrectly transferred to nested resource values, causing erroneous changes during a plan (#​35501)
  • Allow unknown error_message values to pass the core validate step, so variable validation can be completed later during plan
    (#​35537)
  • Unencoded slashes within GitHub module source refs were being truncated and incorrectly used as subdirectories in the request path (#​35552)
  • Terraform refresh-only plans with output only changes are now applyable. (#​35812)
  • Postconditions referencing self with many instances could encounter an error during evaluation (#​35895)
  • The plantimestamp() function would return an invalid date during validation (#​35902)
  • Updates to resources which were forced to use create_before_destroy could lose that flag in the state temporarily and cause cycles if immediately removed from the configuration (#​35966)
  • backend/cloud: Prefer KV tags, even when tags are defined as set (#​35937)
  • Simplify config generation (plan -generate-config-out) for string attributes that contain primitive types (e.g. numbers or booleans) (#​35984)
  • config: issensitive could incorrectly assert that an unknown value was not sensitive during plan, but later became sensitive during apply, causing failures where changes did not match the planned result (#​36012)
  • config: The evaluation of conditional expressions and for expression in HCL could lose marks with certain combinations of unknown values (#​36017)

ENHANCEMENTS:

  • The element function now accepts negative indices (#​35501)
  • Import block validation has been improved to provide more useful errors and catch more invalid cases during terraform validate (#​35543)
  • Performance enhancements for resource evaluation, especially when large numbers of resource instances are involved (#​35558)
  • The plan, apply, and refresh commands now produce a deprecated warning when using the -state flag. Instead use the path attribute within the local backend to modify the state file. (#​35660)
  • backend/cos: Add new auth for Tencent Cloud backend (#​35888)

UPGRADE NOTES:

  • backend/s3: Removes deprecated attributes for assuming IAM role. Must use the assume_role block (#​35721)
  • backend/s3: The s3 backend now supports S3 native state locking. When used with DynamoDB-based locking, locks will be acquired from both sources. In a future minor release of Terraform the DynamoDB locking mechanism and associated arguments will be deprecated. (#​35661)
  • moved: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords from moved blocks will need to prepend the resource. identifier to these references. (#​35850)
  • config: In order to ensure consistency in results from HCL conditional expressions, marks must be combined from all values within the expression to avoid losing mark information. This typically improves accuracy when validating configuration, but users may see sensitive results where they were lost previously.

Previous Releases

For information on prior major and minor releases, refer to their changelogs:

helm/helm (helm/helm)

v3.16.3: Helm v3.16.3

Compare Source

Helm v3.16.3 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages
Installation and Upgrading

Download Helm v3.16.3. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next
  • 3.16.4 is the next patch release and will be on December 11, 2024
  • 3.17.0 is the next feature release and will be on January 15, 2025
Changelog
  • fix: fix label name cfd0749 (wangjingcun)
  • Fix typo in pkg/lint/rules/chartfile_test.go a303060 (Zach Burgess)
  • Increasing the size of the runner used for releases. ab45e8a (Matt Farina)
  • fix(hooks): correct hooks delete order 19fe320 (Suleiman Dibirov)
  • Bump github.com/containerd/containerd from 1.7.12 to 1.7.23 4fcc5c2 (dependabot[bot])
kubernetes/kubernetes (kubernetes/kubernetes)

v1.32.0: Kubernetes v1.32.0

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

v1.31.4: Kubernetes v1.31.4

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

v1.31.3: Kubernetes v1.31.3

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.

kubevirt/kubevirt (kubevirt/kubevirt)

v1.4.0

Compare Source

tag v1.4.0
Tagger: Luboslav Pivarc [email protected]

This release follows v1.3.1 and consists of 1696 changes, contributed by 74 people, leading to 3841 files changed, 153698 insertions(+), 127985 deletions(-).
v1.4.0 is a promotion of release candidate v1.4.0-rc.2 which was originally published 2024-11-12
The source code and selected binaries are available for download at: https://github.com/kubevirt/kubevirt/releases/tag/v1.4.0.

The primary release artifact of KubeVirt is the git tree. The release tag is
signed and can be verified using git tag -v v1.4.0.

Pre-built containers are published on Quay and can be viewed at: https://quay.io/kubevirt/.

Notable changes

  • [PR #​13225][kubevirt-bot] backend-storage will now correctly use the default virtualization storage class
  • [PR #​13203][kubevirt-bot] BugFix: VMSnapshots broken on OpenShift
  • [PR #​13071][machadovilaca] Add kubevirt_vm_resource_limits metric
  • [PR #​13090][acardace] Allow live updating VMs' tolerations
  • [PR #​12629][jean-edouard] backend-storage now supports RWO FS
  • [PR #​13086][lyarwood] A new spec.configuration.instancetype.referencePolicy configurable has been added to the KubeVirt CR with support for reference (default), expand and expandAll policies provided.
  • [PR #​13064][xpivarc] Fix cache corruption
  • [PR #​12967][xpivarc] BochsDisplayForEFIGuests is GAed, use "kubevirt.io/vga-display-efi-x86" annotation on Kubevirt CR before upgrading in case you need retain compatibility.
  • [PR #​13078][qinqon] Add dynamic pod interface name feature gate
  • [PR #​13072][0xFelix] virtctl: virtctl create vm can now use the Access Credentials API to add credentials to a new VM
  • [PR #​13050][vamsikrishna-siddu] fix the cpu model issue for s390x.
  • [PR #​12802][machadovilaca] Add kubevirt_vmi_status_addresses metric
  • [PR #​13027][awels] BugFix: Stop creating tokenSecretRef when no volumes to export
  • [PR #​13001][awels] Relaxed check on modify VM spec during VM snapshot to only check disks/volumes
  • [PR #​13082][kubevirt-bot] Updated common-instancetypes bundles to v1.2.0
  • [PR #​12601][mhenriks] vmsnapshot: Enable status subresource for snapshot.kubevirt.io api group
  • [PR #​13018][orelmisan] Support Dynamic Primary Pod NIC Name
  • [PR #​13019][0xFelix] virtctl: The flags --volume-clone-pvc, --volume-datasource and --volume-blank are deprecated in favor of the --volume-import flag.
  • [PR #​13059][EdDev] Network hotplug feature is declared as GA.
  • [PR #​13024][EdDev] network binding plugin: Introduce a new managedTap domainAttachmentType
  • [PR #​13060][EdDev] Network binding plugins feature is declared as Beta.
  • [PR #​13045][dasionov] Add 'machine_type' label for kubevirt_vm_info metric
  • [PR #​13030][alicefr] Removed the ManualRecoveryRequired field from the VolumeMigrationState and convert it to the VM condition ManualRecoveryRequired
  • [PR #​13053][0xFelix] virtctl: Users can specify a sysprep volume in VMs created with virtctl create vm
  • [PR #​12855][0xFelix] virtctl expose: Drop flag to set deprecated LoadBalancerIP option
  • [PR #​13008][0xFelix] virtctl: Allow creating a basic cloud-init config with virtctl create vm
  • [PR #​12829][0xFelix] fix: Proxies configured in kubeconfig are used in client-go for asynchronous subresources like VNC or Console
  • [PR #​12733][alromeros] Bugfix: Fix disk expansion logic by checking usable size instead of requested capacity
  • [PR #​13052][fossedihelm] Update code-generators to 1.31.1
  • [PR #​12882][brianmcarey] Build KubeVirt with go v1.22.8
  • [PR #​13040][awels] BugFix: Allow VMExport to work with VM columes that have dots in its name
  • [PR #​12729][fossedihelm] Update k8s dependencies to 0.31.0
  • [PR #​12867][jschintag] Fixed additional broken amd64 image in some image manifests
  • [PR #​12940][Barakmor1] Deprecate the DockerSELinuxMCS FeatureGate
  • [PR #​12943][Barakmor1] The GPU feature gate is now deprecated with the feature state graduated to GA and thus enabled by default
  • [PR #​12992][machadovilaca] Add a 'outdated' label to kubevirt_vmi_info metric
  • [PR #​12933][ShellyKa13] VM admitter: improve validation of vm spec datavolumetemplate
  • [PR #​12986][lyarwood] The PreferredEfi preference is now only applied when a user has not already enabled either EFI or BIOS within the underlying VirtualMachine.
  • [PR #​12117][Sreeja1725] Integrate kwok with sig-scale tests
  • [PR #​12716][Sreeja1725] Update kubevirt_rest_client_request_latency_seconds to count list calls if made using query params
  • [PR #​12578][dasionov] Mark Running field as deprecated
  • [PR #​12753][lyarwood] The CommonInstancetypesDeploymentGate feature gate and underlying feature are graduated to GA and now always enabled by default. A single new KubeVirt configurable is also introduced to allow cluster admins a way of explicitly disabling deployment when required.
  • [PR #​12645][avlitman] Add kubevirt_vmsnapshot_succeeded_timestamp_seconds metric
  • [PR #​11097][vamsikrishna-siddu] add s390x support for kubevirt builder
  • [PR #​12910][machadovilaca] Rename kubevirt_vm_resource_requests 'vmi' label to 'name'
  • [PR #​12848][iholder101] Reduce default CompletionTimeoutPerGiB from 800s to 150s
  • [PR #​12861][ShellyKa13] bugfix: fix possible miss update of datavolumename on vmrestore restores
  • [PR #​12441][machadovilaca] Increase periodicity in domainstats migration metrics
  • [PR #​12718][machadovilaca] Add kubevirt_vm_info metric
  • [PR #​12599][xpivarc] MaxCpuSockets won't block creation of VMs with more Sockets than MaxCpuSockets declare
  • [PR #​12857][akalenyu] BugFix: Fail to create VMExport via virtctl vmexport create
  • [PR #​12355][alicefr] Add the volume migration state in the VM status
  • [PR #​12726][awels] Concurrent addvolume/removevolume using virtctl no longer fail if concurrent modifications happen
  • [PR #​12835][ShellyKa13] bugfix: In case of err in vmrestore, leave VM without RestoreInProgress annotation allowing it to be started
  • [PR #​12809][dasionov] bug-fix: Ensure PDB associated with a VMI is deleted when it Reaches Succeeded or Failed phase
  • [PR #​12813][akalenyu] BugFix: can't create export pod on OpenShift
  • [PR #​12786][0xFelix] virtctl: Created VMs can infer an instancetype or preference from PVC, Registry and Snapshot sources now.
  • [PR #​12764][ShellyKa13] bugfix: vmrestore create DVs before creation/update of restored VM
  • [PR #​10562][dhiller] Continue changes to Ginkgo V2 Serial runs
  • [PR #​12516][vamsikrishna-siddu] enable initial e2e tests for s390x.
  • [PR #​12739][lyarwood] A new PreferredEfi field has been added to preferences to express the preferred EFI configuration for a given VirtualMachine.
  • [PR #​12737][machadovilaca] Add evictable label to kubevirt_vmi_info
  • [PR #​12232][lyarwood] The NUMA feature gate is now deprecated with the feature state graduated to GA and thus enabled by default
  • [PR #​12582][mhenriks] vmsnapshot: when checking if a VM is running, ignore runStrategy
  • [PR #​12625][machadovilaca] Add kubevirt_vm_resource_requests for CPU resource
  • [PR #​12605][mhenriks] vmexport: enable status subresource for VirtualMachineExport
  • [PR #​12616][orenc1] replace Update() with Patch() for test VirtualMachineInstancesPerNode
  • [PR #​12557][codingben] Optionally create data source using virtctl image upload.
  • [PR #​12547][mhenriks] virt-api: skip clone auth check when DataVolume already exists
  • [PR #​12613][orelmisan] Bridge binding: Static routes to subnets containing the pod's NIC IP address are passed to the VM.
  • [PR #​12594][tiraboschi] [tests] introduce a decorator for Periodic_only tests
  • [PR #​12593][machadovilaca] Add kubevirt_vm_resource_requests metric for memory resource
  • [PR #​12617][Acedus] grpc from go.mod is now correctly shipped in release images
  • [PR #​12638][akalenyu] BugFix: "Cannot allocate memory" warnings for containerdisk VMs
  • [PR #​12395][alicefr] Add new condition for VMIStorageLiveMigratable
  • [PR #​12419][nunnatsa] Add timeout to validation webhooks
  • [PR #​12592][awels] Fixed issue emitting created secret events when not actually creating secrets during VMExport setup
  • [PR #​12584][brianmcarey] Build KubeVirt with go v1.22.6
  • [PR #​12575][Barakmor1] Advise users to use RunStrategy in virt-api messages
  • [PR #​12466][orenc1] tests/vm_tests.go: replace Update() with Patch()
  • [PR #​12548][kubevirt-bot] Updated common-instancetypes bundles to v1.1.0
  • [PR #​12476][jschintag] Enable live-migration and node labels on s390x
  • [PR #​12194][mhenriks] VM supports kubevirt.io/immediate-data-volume-creation: "false" which delays creating DataVolumeTemplates until VM is started
  • [PR #​11802][matthewei] Adding newMacAddresses validatewebhook for VMCloneAPI
  • [PR #​11754][nickolaev] Adding support for the igb network interface model
  • [PR #​12254][jkinred] * Reduced the severity of log messages when a VolumeSnapshotClass is not found. When snapshots are not enabled for a volume, the reason will still be displayed in the status.volumeSnapshotStatuses field of a VirtualMachine resource.
  • [PR #​12460][mhenriks] virt-api: unencode authorization extra headers
  • [PR #​12451][fossedihelm] Fix: eviction requests to completed virt-launcher pods cannot trigger a live migration
  • [PR #​11881][lyarwood] The expand-spec subresource API now applies defaults to the returned VirtualMachine to ensure the VirtualMachineInstanceSpec within is closer to the eventual version used when starting the original VirtualMachine.
  • [PR #​12452][andreabolognani] This version of KubeVirt includes upgraded virtualization technology based on libvirt 10.5.0 and QEMU 9.0.0.
  • [PR #​12425][fudancoder] fix some comments
  • [PR #​12354][qinqon] Use optional interface at passt binding sidecar
  • [PR #​12268][fossedihelm] Drop ForceRestart and ForceStop methods from client-go
  • [PR #​12235][orelmisan] Network binding plugins: Enable the ability to specify compute memory overhead
  • [PR #​12209][orenc1] Fix wrong KubeVirtVMIExcessiveMigrations alert calculation in an upgrade scenario.
  • [PR #​12261][fossedihelm] Fix: persistent tpm can be used with vmis containing dots in their name
  • [PR #​12247][Sreeja1725] Add perf-scale benchmarks for release v1.3
  • [PR #​12181][akalenyu] BugFix: Grant namespace admin RBAC to passthrough a client USB to a VMI
  • [PR #​12096][machadovilaca] Fix missing performance metrics for VMI resources
  • [PR #​11856][Sreeja1725] Add unit tests to check for API backward compatibility
  • [PR #​12116][Sreeja1725] Add CPU/Memory utilization of components metrics to kubevirt benchmarks
  • [PR #​12195][awels] Virt export route has an edge termination of redirect
  • [PR #​12212][acardace] enable only for VMs with memory >= 1Gi
  • [PR #​12053][vladikr] Only a single vgpu display option with ramfb will be configured per VMI.
  • [PR #​12193][acardace] fix RerunOnFailure stuck in Provisioning
  • [PR #​12186][kubevirt-bot] Updated common-instancetypes bundles to v1.0.1
  • [PR #​12180][0xFelix] VMs with a single socket and NetworkInterfaceMultiqueue enabled require a restart to hotplug additional CPU sockets.
  • [PR #​11927][lyarwood] All preferredCPUTopology constants prefixed with Prefer have been deprecated and will be removed in a future version of the instancetype.kubevirt.io API.
  • [PR #​12169][lyarwood] PreferredDiskDedicatedIoThread is now only applied to virtio disk devices
  • [PR #​12125][ksimon1] chore: bump virtio-win image version to 0.1.248
  • [PR #​12128][acardace] Memory Hotplug fixes and stabilization
  • [PR #​11911][alromeros] Bugfix: Implement retry mechanism in export server and vmexport
  • [PR #​11982][RamLavi] Introduce validatingAdmissionPolicy to restrict node patches on virt-handler
  • [PR #​12119][acardace] Fix VMPools when LiveUpdate as vmRolloutStrategy is used.

Contributors

74 people contributed to this release:

141 fossedihelm [email protected]
114 Luboslav Pivarc [email protected]
87 Felix Matouschek [email protected]
77 Orel Misan [email protected]
62 Alice Frosi [email protected]
49 Lee Yarwood [email protected]
43 Alvaro Romero [email protected]
40 bmordeha [email protected]
38 Alex Kalenyuk [email protected]
36 Nahshon Unna-Tsameret [email protected]
35 Edward Haas [email protected]
34 Antonio Cardace [email protected]
29 Michael Henriksen [email protected]
25 Ram Lavi [email protected]
21 Shelly Kagan [email protected]
20 Brian Carey [email protected]
20 Jed Lejosne [email protected]
19 Itamar Holder [email protected]
16 Adi Aloni <adialoni101@​gmail.com>
15 João Vilaça [email protected]
15 dsionov [email protected]
14 Dan Kenigsberg [email protected]
13 Jan Schintag [email protected]
13 Or Mergi [email protected]
11 Alexander Wels [email protected]
10 Vamsi Krishna Siddu [email protected]
7 Anish Bista <anishbista053@​gmail.com>
7 Arnon Gilboa [email protected]
7 Ben Oukhanov [email protected]
7 Daniel Hiller [email protected]
7 Nir Dothan [email protected]
7 Or Shoval [email protected]
6 Andrea Bolognani [email protected]
6 Assaf Admi [email protected]
6 Enrique Llorente [email protected]
6 machadovilaca [email protected]
6 svarnam [email protected]
5 Oren Cohen [email protected]
5 Vladik Romanovsky [email protected]
5 aliamerj [email protected]
4 Daniel Hiller <daniel.hiller.1972@​googlemail.com>
4 Jonathan Kinred [email protected]
4 avlitman [email protected]
3 Edu Gómez Escandell [email protected]
3 Simone Tiraboschi [email protected]
3 rkishner [email protected]
2 Andrej Krejcir [email protected]
2 Eng Zer Jun [email protected]
2 Vasiliy Ulyanov [email protected]
2 anish bista <anishbista053@​gmail.com>
2 dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>
2 shenwei [email protected]
1 Adam Litke [email protected]
1 Andrew Burden [email protected]
1 Aviv Guiser [email protected]
1 Brian Carey [email protected]
1 David Vossel [email protected]
1 Igor Bezukh [email protected]
1 Jose R. Gonzalez [email protected]
1 Karel Simon [email protected]
1 Mike Russell [email protected]
1 Mikel Olasagasti Uranga [email protected]
1 Nikolay Nikolaev [email protected]
1 Ron Gershburg [email protected]
1 Ron Gershburg [email protected]
1 Shridhar2104 <155125695+Shridhar2104@​users.noreply.github.com>
1 VamsikrishnaSiddu [email protected]
1 Wei Zhang [email protected]
1 Zhiwei Huang [email protected]
1 fudancoder [email protected]
1 guoguangwu [email protected]
1 muxuelan [email protected]

Additional Resources


-----BEGIN PGP SIGNATURE-----

iHUEABEIAB0WIQS5aL5huPTZew1hSy9m6XN7mspnmQUCZzRfzgAKCRBm6XN7mspn
me46AP40pciNuu7leogmVdqAXORKcsglllLm4FlJl5qE0H5Y7wEAjonxC/3fBxeP
gAr21knePSI7qaYtHnJYkLKsFQZDUks=
=OWvR
-----END PGP SIGNATURE-----

tektoncd/cli (tektoncd/cli)

v0.39.0

Compare Source

v0.39.0 Release 🎉

This release comes with support for Pipelines LTS v0.65.0, Triggers v0.30.0, Chains v0.23.0 and Hub v1.19.0 CLI. This release contains bug fix around bundle and export commands, with UX improvements.

ChangeLog 📋

Fixes 🐛
Misc 🔨

New Contributors

Thanks ❤️

Full Changelog: tektoncd/cli@v0.38.0...v0.39.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency kubevirt/kubevirt to v1.4.0 chore(deps): update regex Nov 14, 2024
@renovate renovate bot force-pushed the renovate/regex branch 3 times, most recently from 8dacf24 to ef7590f Compare November 21, 2024 04:22
@renovate renovate bot force-pushed the renovate/regex branch 2 times, most recently from ff571fe to 805ee7a Compare November 27, 2024 13:27
@renovate renovate bot force-pushed the renovate/regex branch 3 times, most recently from 2fa57be to 5e773d3 Compare December 10, 2024 22:56
@renovate renovate bot force-pushed the renovate/regex branch 2 times, most recently from f467786 to 61bb358 Compare December 11, 2024 18:54
@splattner splattner merged commit 5423f9a into main Dec 15, 2024
1 check passed
@splattner splattner deleted the renovate/regex branch December 15, 2024 19:36
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.

1 participant