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

Fix "unknown-objects" config file key name (typo) #413

Closed
wants to merge 1 commit into from
Closed

Fix "unknown-objects" config file key name (typo) #413

wants to merge 1 commit into from

Conversation

johannesmoos
Copy link

Rename config file key name unknown_objects to unknown-objects (as documentation states)

@partim
Copy link
Member

partim commented Nov 3, 2020

Sorry about the mismatch and thank you for the PR!

Since renaming configuration keys is a breaking change, I would like to allow both keys for now and remove the old one with 0.9. Do you mind if I make a new PR for that? Allowing both is a bit fiddly at that place.

@johannesmoos
Copy link
Author

Sure, go ahead!

@partim
Copy link
Member

partim commented Nov 3, 2020

The PR has been incorporated in #416.

@partim partim closed this Nov 3, 2020
wip-sync pushed a commit to NetBSD/pkgsrc-wip that referenced this pull request Nov 20, 2020
Pkgsrc changes:
 * None other than version bump.

Upstream changes:

Released 2020-11-20.

Bug Fixes

* VRPs filtered via local exceptions are dropped again. In 0.8.0, they
  were only added to the metrics but not actually dropped. ([#424],
  discovered by [@cwiech])
* The prefix validation option incorrectly matched VRPs for host prefixes
  to prefixes with an identical bit pattern of any length. (Found by
  [@vamseedhar-reddyvari] and fixed in [#415] by [@morrowc] and
  [@aaronw112358])
* The config file option for the policy on dealing with objects on unknown
  types is now correctly spelled `unknown-objects` (with a dash rather
  than an underscore). The old spelling will be also be accepted in 0.8
  releases. (Found and fixed by [@johannesmoos], [#413], [#416].)
* The config file option `rtr-tcp-keepalive` now accepts an integer value
  as it should have from the beginning (and the `config` command even
  created). For the time being, both integers and strings will be
  accepted. String values will be rejected starting with 0.9.0.
  ([#427], discovered by [@johannesmoos])

New

* The log output of the HTTP `/log` endpoint now states the start date of
  the validation run it represents. ([#426])

Other Changes

[#413]: NLnetLabs/routinator#413
[#415]: NLnetLabs/routinator#415
[#416]: NLnetLabs/routinator#416
[#424]: NLnetLabs/routinator#424
[#426]: NLnetLabs/routinator#426
[@johannesmoos]: https://github.com/johannesmoos
[@morrowc]: https://github.com/morrowc
[@aaronw112358]: https://github.com/aaronw112358
[@cwiech]: https://github.com/cwiech
wip-sync pushed a commit to NetBSD/pkgsrc-wip that referenced this pull request Nov 30, 2020
Pkgsrc changes:
 * Re-compute cargo dependencies
 * Farm out the cargo dependencies to its own file

Upstream changes:

Released 2020-11-30.

There have been no changes since 0.8.1-rc1.

Released 2020-11-20.

Bug Fixes

* VRPs filtered via local exceptions are dropped again. In 0.8.0, they
  were only added to the metrics but not actually dropped. ([#424],
  discovered by [@cwiech])
* The prefix validation option incorrectly matched VRPs for host prefixes
  to prefixes with an identical bit pattern of any length. (Found by
  [@vamseedhar-reddyvari] and fixed in [#415] by [@morrowc] and
  [@aaronw112358])
* The config file option for the policy on dealing with objects on unknown
  types is now correctly spelled `unknown-objects` (with a dash rather
  than an underscore). The old spelling will be also be accepted in 0.8
  releases. (Found and fixed by [@johannesmoos], [#413], [#416].)
* The config file option `rtr-tcp-keepalive` now accepts an integer value
  as it should have from the beginning (and the `config` command even
  created). For the time being, both integers and strings will be
  accepted. String values will be rejected starting with 0.9.0.
  ([#427], discovered by [@johannesmoos])

New

* The log output of the HTTP `/log` endpoint now states the start date of
  the validation run it represents. ([#426])

[#413]: NLnetLabs/routinator#413
[#415]: NLnetLabs/routinator#415
[#416]: NLnetLabs/routinator#416
[#424]: NLnetLabs/routinator#424
[#426]: NLnetLabs/routinator#426
[@johannesmoos]: https://github.com/johannesmoos
[@morrowc]: https://github.com/morrowc
[@aaronw112358]: https://github.com/aaronw112358
[@cwiech]: https://github.com/cwiech
@johannesmoos johannesmoos deleted the fix-unknown-objects-config-key branch October 17, 2021 15:05
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.

None yet

2 participants