Skip to content

fix(deps): update all#885

Merged
craicoverflow merged 1 commit intomainfrom
renovate/all
Aug 10, 2021
Merged

fix(deps): update all#885
craicoverflow merged 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/AlecAivazis/survey/v2 require patch v2.2.14 -> v2.2.16
github.com/BurntSushi/toml require minor v0.3.1 -> v0.4.1
github.com/aerogear/charmil require minor v0.6.1 -> v0.8.1
golang.org/x/oauth2 require digest a41e5a7 -> 6f1e639
k8s.io/api require minor v0.21.3 -> v0.22.0
k8s.io/apimachinery require minor v0.21.3 -> v0.22.0
k8s.io/client-go require minor v0.21.3 -> v0.22.0
sigs.k8s.io/controller-runtime require patch v0.9.3 -> v0.9.5

Release Notes

AlecAivazis/survey

v2.2.16

Compare Source

v2.2.15

Compare Source

BurntSushi/toml

v0.4.1

Compare Source

This fixes a cyclic module dependency issue with github.com/BurntSushi/toml-test that prevented some people from updating. See #​313 for some details.

v0.4.0

Compare Source

After some time of inactivity this package is now maintained again.

This release should support alll of TOML 1.0 and has various bugfixes and a few small improvements.

This requires Go 1.13 or newer; older Go versions will no longer work.

TOML 1.0 support

Previously this library implemented TOML 0.3; now all of TOML 1.0 is supported:

  • Support dotted keys (a.b = 1, a = {b.c = 2}).

  • Mixed arrays: in previous TOML versions array values all had to be of the same type; you can now freely mix types, including inline tables.

  • Support hex (0x2f9a), binary (0b0110), and octal (0o777) literals, and support nan and inf for floats.

  • Support local datetimes, dates, and times. These are dates and times without a timezone and are parsed in the local timezone.

  • Allow accidental whitespace between backslash and newline in the line continuation operator in multi-line basic strings.

There should be no incompatibilities as such; all existing valid TOML files should continue to work. However, the parser previously allowed the following invalid values:

  • It would allow literal control characters in strings.

  • It would allow leading zeroes in decimal ints and floats.

Neither of these was ever valid TOML, and are explicitly forbidden by the specification. But the library erroneously permitted them.

Other changes

  • Set up Go modules.

  • Allow escaping the \, and allow triple-quotes strings to end with a quote (e.g. x="""x"""").

  • All control characters inside strings are properly escaped when encoding.

  • Support encoding nested anonymous structs.

  • Encode toml.Primitive values.

  • You get a more helpful error on UTF-16 files (probably the most common non-UTF-8 compatible encoding). Also read over UTF-16 BOM in UTF-8 files.

  • Call MarshalText and UnmarshalText consistently on all types; before this didn't always happen in some cases.

  • Allow empty quoted keys ("" = 1); silly, but explicitly mentioned as valid.

  • Don't panic in encoder on unsupported types; return an error instead.

  • Don't panic on unclosed inline arrays.

  • Add Decoder and deprecate DecodeReader(); this is more consistent with how other decoders tend to work and allows adding decoding options.

  • Add DecodeFS() for Go 1.16 or newer.

  • Avoid creating new functions/allocations in lexSkip; small performance improvement.

aerogear/charmil

v0.8.1

Compare Source

Features
  • add command in charmil cli (#​207)

v0.8.0

Compare Source

Features
  • check for updates in starter (#​203)
  • disable validation rule option
  • charmil-crud: add validations and flag completion (#​204)

v0.7.0

Compare Source

Bug Fixes
  • update starter url and imports (#​201)
  • goreleaser build path (#​193)
kubernetes/api

v0.22.0

Compare Source

kubernetes/apimachinery

v0.22.0

Compare Source

kubernetes/client-go

v0.22.0

Compare Source

kubernetes-sigs/controller-runtime

v0.9.5

Compare Source

Changes since v0.9.3

✨ New Features

  • Update Kubernetes dependencies to v0.21.3 (#​1604)
  • Restrict namespace for list/watch based on field selectors (#​1602)

🐛 Bug Fixes

  • Use non blocking file locking for flock library (#​1605)

Thanks to all our contributors! 😊

v0.9.4

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by WhiteSource Renovate. View repository job log here.

@wtrocki wtrocki mentioned this pull request Aug 10, 2021
@craicoverflow craicoverflow merged commit 9787ae6 into main Aug 10, 2021
@craicoverflow craicoverflow deleted the renovate/all branch August 10, 2021 14:51
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