-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Release/1.9.x logo asset update #10083
Closed
Closed
Conversation
This file contains 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
* Add operations section to k8s notes * Unify faq/troubleshooting
* Add docs for TLS Server Certificate rotation for K8s
* website: initial draft of release notes framework * website: fixup ref to 1-9-0.mdx * Update website/pages/docs/release-notes/1-9-0.mdx * Update website/pages/docs/release-notes/1-9-0.mdx * website: add draft of 1.9.0 release notes * website: move release-notes directory from /pages to /content * Update 1-9-0.mdx * Update website/content/docs/release-notes/1-9-0.mdx Co-authored-by: Blake Covarrubias <[email protected]> * Update website/content/docs/release-notes/1-9-0.mdx Co-authored-by: Blake Covarrubias <[email protected]> * Update website/content/docs/release-notes/1-9-0.mdx Co-authored-by: Blake Covarrubias <[email protected]> * Update website/content/docs/release-notes/1-9-0.mdx Co-authored-by: Blake Covarrubias <[email protected]> * Update website/content/docs/release-notes/1-9-0.mdx Co-authored-by: Blake Covarrubias <[email protected]> * Update website/content/docs/release-notes/1-9-0.mdx Co-authored-by: Blake Covarrubias <[email protected]> * Update website/content/docs/release-notes/1-9-0.mdx Co-authored-by: Blake Covarrubias <[email protected]> * Update website/content/docs/release-notes/1-9-0.mdx Co-authored-by: Blake Covarrubias <[email protected]> * Update website/content/docs/release-notes/1-9-0.mdx Co-authored-by: Blake Covarrubias <[email protected]> Co-authored-by: Blake Covarrubias <[email protected]>
website: 2/2 Updates for HCP
This reorganizes and flags where and when sensitive information may be written in plain-text
…ts page (#9705) Broken link to k8s server upgrade from tls certs page
…ation page (#9707) fix another broken link to upgrading k8s servers from token rotation page
In a situation where the mesh gateway is configured to bind to multiple network interfaces, we use a feature called 'tagged addresses'. Sometimes an address is duplicated across multiple tags such as 'lan' and 'lan_ipv4'. There is code to deduplicate these things when creating envoy listeners, but that code doesn't ensure that the same tag wins every time. If the winning tag flaps between xDS discovery requests it will cause the listener to be drained and replaced.
…sts (#9651) Also fix a similar issue in Terminating Gateways that was masked by an overzealous test.
…L not found errors (#9738)
Co-authored-by: Jeff Escalante <[email protected]> Co-authored-by: Kendall Strautman <[email protected]>
streaming: fix a couple bugs
* Log replication warnings when no error suppression is defined * Add changelog file
…s without replaceAll (#9715) * ui: replace all `replaceAll` with split.join * Use a div instead of fieldset for flex-box reasons
…ode (#9749) * Add MeshServiceInstances property to node model * Use MeshServiceInstances property * Make sure we show the 'No * checks' if Checks.length is zero
* Updated docs on regenerating built in CA * review feedback * Add sentence about expected behavior after update CA endpoint is used.
http: error if near is used with streaming
Consul vs Nagios/sensu page updates
streaming: fix snapshot cache bug
* Add docs for MIME sniffing on metrics endpoint. This was added in 1.7.2 last year but I realised we don't document it so it's kinda surprising Prometheus "just works" now. * Update website/content/api-docs/agent/index.mdx
* Document how users can migrate to CRDs. * Update documentation for federation with new `ProxyDefaults` requirement. * Ensure `controller.enabled: true` is set in our example configs. * Remove `connect-service-protocol` annotation docs.
* ui: Ensure intention form cancel button works By adding `@action` decorators to the actions called form within the template
…der with vault config block (#9909)
* introduce cert opts * it should be using the same signer * lint and omit serial
This was fixed as part of a refactor in 1.9.0 but no changelog entry was added. It affected some users who used automated security scanning tools which detected violations on Consul's error pages because appropriate security-related headers were not being added.
* Fixes #2379-Improve interval explanation in the telemetry doc * Fixes #4734-Update consul memory metrics * Fixes #4836-Removed node.deregistration as that isn't in state.go * Fixes #8986 partially-Trim redundant language * Fixes #9087-Adds helpful details to telemetry on autopilot * Fixes #9274-Addresses NaN output in autopilot
Fix TLS cert creation instruction for Consul federation
http: fix a bug that would cause runtimeConfig to be cached
Document agent token policy requirement for rexec
Add Avi Network GH link Add AWS ALB TF Registry and GH link Add NS1 TF Registry and GH link
Add link to TF tutorial Add links to print TF module and template for TF modules
* docs/nia: consul compatibilty * docs/nia: remove beta callouts (#9919) Co-authored-by: Kim Ngo <[email protected]>
* add enterprise upgrade note * Update index.mdx
- Switches to serve an ico file alongside an SVG file - Introduces an apple-touch-icon
This pull request is being automatically deployed with Vercel (learn more). consul-ui-staging – ./ui🔍 Inspect: https://vercel.com/hashicorp/consul-ui-staging/FUyF1ir2UUoct7uFvRs8AcBm11o7 |
Merged
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.
Counterpart of #10081 which introduces this same set of changes in the 1.10 beta UI.
This PR introduces updated brand assets for Consul (against v1.9.x).
Note
This isn't intended to go live until the wider rollout happens which is being handled by marketing - I'd like to get this work reviewed though so we can merge once marketing ship the other Consul properties.
Changelog
As part of the favicon/meta work I took the opportunity to update the strategy there so we serve a
favicon.svg
alongside afavicon.ico
file, together with an Apple Touch Icon asset.