Merged
Conversation
1f3fbab to
b231c36
Compare
scottames
approved these changes
Aug 27, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.40.0->v4.42.0v2.32.1->v2.33.0v2.0.1->v2.1.0v1.54.1->v1.54.21.28.0->1.28.1v1.25.0->v1.26.0v2.37.0->v2.38.0v0.153.0->v0.154.0Release Notes
aquaproj/aqua-registry (aquaproj/aqua-registry)
v4.42.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.41.1...v4.42.0
🎉 New Packages
#14926 exercism/cli: A Go based command line tool for exercism.org @sheldonhull
#14881 openziti/zrok: Geo-scale, next-generation sharing platform built on top of OpenZiti
Fixes
#14928 gabrie30/ghorg: Follow up changes of ghorg v1.9.9
#14882 sachaos/viddy: Follow up changes of viddy v0.3.7
v4.41.1Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.41.0...v4.41.1
Fixes
#14842 antonmedv/walk: Rename the package
antonmedv/llamatoantonmedv/walkhttps://github.com/antonmedv/llama is redirected to https://github.com/antonmedv/walk .
The project
llamawas renamed towalk.#14843 goss-org/goss: Follow up changes of goss v0.4.0
v4.41.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.40.0...v4.41.0
🎉 New Packages
#14733 cockroachdb/cockroach: A distributed SQL database designed for speed, scale, and survival @takumin
#14675 takumin/gyaml: Golang YAML Tool @takumin
#14732 zitadel/zitadel: ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era @takumin
cli/cli (cli/cli)
v2.33.0: GitHub CLI 2.33.0Compare Source
Meowdy terminal aficionados! 😸
Before moving onto the freshest
ghrelease notes, I have some GitHub CLI team news to share with the community:Our dear friend and college @vilmibm has moved on from GitHub in following his passions for digital humanities 😿
The core GitHub CLI team could not be happier for Nate as those same passions has brought
ghto this point. 😻 So a tremendous unimaginable thanks to our dear friend as he chases the wind with the hopes he continues as part of the GitHub CLI community 💯We welcome a new GitHub CLI team member: @andyfeller 😹
Andy has been a long-time CLI extension advocate within GitHub for some time, maintaining extensions for unique user challenges. Please warmly welcome him as he gets up to speed with supporting our community officially! ❤️
What's Changed
release create: Trim spaces on tag name by @harveysanders in https://github.com/cli/cli/pull/7759lsaliases tolistsubcommands by @cawfeecake in https://github.com/cli/cli/pull/7818alias setby @JunNishimura in https://github.com/cli/cli/pull/7787workflowby @jamietanna in https://github.com/cli/cli/pull/7841New Contributors
Full Changelog: cli/cli@v2.32.1...v2.33.0
fluxcd/flux2 (fluxcd/flux2)
v2.1.0Compare Source
Highlights
Flux v2.1.0 is a feature release. Users are encouraged to upgrade for the best experience.
The Flux APIs were extended with new opt-in features in a backwards-compatible manner.
The Flux Git capabilities have been improved with support for Git push options, Git refspec, Gerrit, HTTP/S and SOCKS5 proxies.
The Flux alerting capabilities have been extended with Datadog support.
The Flux controllers come with performance improvements when reconciling Helm repositories with large indexes (80% memory reduction), and when reconciling Flux Kustomizations with thousands of resources (x4 faster server-side apply). The load distribution has been improved when reconciling Flux objects in parallel to reduce CPU and memory spikes.
❤️ Big thanks to all the Flux contributors that helped us with this release!
Deprecations
Flux v2.1.0 comes with support for Kubernetes TLS Secrets when referring to secrets containing TLS certs, and deprecates the usage of
caFile,keyFileandcertFilekeys.For more details about the TLS changes please see the Kubernetes TLS Secrets section.
Flux v2.1.0 comes with major improvements to the Prometheus monitoring stack. Starting with this version, Flux is leveraging the
kube-state-metricsCRD exporter to report metrics containing rich information about Flux reconciliation status e.g. Git revision, Helm chart version, OCI artifacts digests, etc. Thegotk_reconcile_conditionmetrics was deprecated in favor of thegotk_resource_info.For more details about the new monitoring stack please see the Flux Prometheus metrics documentation and the flux2-monitoring-example repository.
API changes
GitRepository v1
The GitRepository API was extended with the following fields:
.spec.proxySecretRef.nameis an optional field used to specify the name of a Kubernetes Secret that contains the HTTP/S or SOCKS5 proxy settings..spec.verify.modenow support one of the following valuesHEAD,Tag,TagAndHEAD.Kustomization v1
The Kustomization API was extended with two apply policies
IfNotPresentandIgnore.Changing the apply behaviour for specific Kubernetes resources, can be done using the following annotations:
kustomize.toolkit.fluxcd.io/ssaOverrideOverride-
Merge-
IfNotPresent-
Ignorekustomize.toolkit.fluxcd.io/forceDisabledEnabled-
Disabledkustomize.toolkit.fluxcd.io/pruneEnabledEnabled-
DisabledThe
IfNotPresentpolicy instructs the controller to only apply the Kubernetes resources if they are not present on the cluster.This policy can be used for Kubernetes
SecretsandValidatingWebhookConfigurationsmanaged by cert-manager,where Flux creates the resources with fields that are later on mutated by other controllers.
ImageUpdateAutomation v1beta1
The ImageUpdateAutomation was extended with the following fields:
.spec.git.push.refspecis an optional field used to specify a Git refspec used when pushing commits upstream..spec.git.push.optionsis an optional field used to specify the Git push options to be sent to the Git server when pushing commits upstream.Kubernetes TLS Secrets
All the Flux APIs that accept TLS data have been modified to adopt Secrets of type
kubernetes.io/tls. This includes:.spec.secretRefhas been deprecated in favor of a new field.spec.certSecretRef.caFile,keyFileandcertFilekeys in the Secret specified in.spec.certSecretRefhave been deprecated in favor ofca.crt,tls.keyandtls.crt.caFile,keyFileandcertFilekeys in the Secret specified in.spec.certSecretRefhave been deprecated in favor ofca.crt,tls.keyandtls.crt..spec.secretRefusing theca.crtkey, which takes precedence over thecaFilekey.Upgrade procedure
Upgrade Flux from
v2.0.xtov2.1.0either by rerunning bootstrap or by using the Flux GitHub Action.To upgrade Flux from
v0.xtov2.1.0please follow the Flux GA upgrade procedure.Kubernetes compatibility
This release is compatible with the following Kubernetes versions:
v1.25>= 1.25.0v1.26>= 1.26.0v1.27>= 1.27.1v1.28>= 1.28.0Note that Flux may work on older versions of Kubernetes e.g. 1.21, but we don't recommend running end-of-life versions in production nor do we offer support for these versions.
New Documentation
Components changelog
CLI Changelog
--ssh-rsa-bitsflagopensslandsha256sum$RUNNER_TOOL_CACHE, support MacOS and Windows, validate checksumgolangci/golangci-lint (golangci/golangci-lint)
v1.54.2Compare Source
errname: from 0.1.10 to 0.1.12ginkgolinter: from 0.13.3 to 0.13.5go-errorlint: from 1.4.3 to 1.4.4godot: from 1.4.11 to 1.4.14gosec: from 2.16.0 to 2.17.0musttag: from 0.7.1 to 0.7.2nilnil: from 0.1.5 to 0.1.7staticcheck: from 0.4.3 to 0.4.5usestdlibvars: from 1.23.0 to 1.24.0govet: add missingdirectiveandslogpasseskubernetes/kubectl (kubernetes/kubectl)
v1.28.1Compare Source
stern/stern (stern/stern)
v1.26.0Compare Source
⚡ Notable Changes
Add new template functions
The following template functions have been added in v1.26.0:
extractJSONParts: Parse string as JSON and concatenate the given keystryExtractJSONParts: Attempt to parse string as JSON and concatenate the given keys, returning text on failureChanges
twpayne/chezmoi (twpayne/chezmoi)
v2.38.0Compare Source
Changelog
Other
0ce82b3chore: Update dependencies7b300e4chore: Miscellaneous website improvements166feafdocs: Linuxbrew -> Homebrewd00de72feat: AddgitHubReleasesandgitHubTagsa51179efeat: Support nushell scripts on Windows7d143c3docs: Improve documentation on using separate source filesba985c9chore: Reformat long lines5e8d2b3feat: Add promptChoice and promptChoiceOnce template functions29e8c30fix: Fix minor issues with promptBool docs and errorsf0efc5cchore: Generate release notes from git log, not GitHub3c72387chore: Remove dependency on go.uber.org/multierr424189bchore: Use io/fs.Skip{All,Dir} sentinel errorsdbc1b4bchore: Bump golangci-lint to version 1.54.03f636c1chore: Build with Go 1.21.0187f734chore: Update dependenciesa028598feat: Restore --autotemplate flag to add command4e67850docs: Document --source-path flag4fc3203fix: Fix race condition in concurrent parsing of externalsweaveworks/eksctl (weaveworks/eksctl)
v0.154.0: eksctl 0.154.0 (permalink)Compare Source
Release v0.154.0
🐛 Bug Fixes
aws-efs-csi-driveraddon if cluster has no nodegroups (#6960)🧰 Maintenance
📝 Documentation
Configuration
📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.