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

bump grafana to v9.5.1 (and related dependencies) #468

Merged
merged 2 commits into from
May 8, 2023
Merged

Conversation

psycofdj
Copy link
Contributor

@psycofdj psycofdj commented Apr 29, 2023

This PR bump grafana and related dependencies


It removes spec properties handling configurations that are no longer available in grafana opensource edition**

**removed spec properties:

  • grafana.dataproxy.logging_enabled
  • grafana.dataproxy.timeout
  • grafana.dataproxy.keep_alive_seconds
  • grafana.dataproxy.tls_handshake_timeout_seconds
  • grafana.dataproxy.expect_continue_timeout_seconds
  • grafana.dataproxy.max_idle_connections
  • grafana.dataproxy.idle_conn_timeout_seconds
  • grafana.dataproxy.send_user_header
  • grafana.auth.saml.enabled
  • grafana.auth.saml.certificate
  • grafana.auth.saml.private_key
  • grafana.auth.saml.idp_metadata
  • grafana.auth.saml.idp_metadata_url
  • grafana.auth.saml.max_issue_delay
  • grafana.auth.saml.metadata_valid_duration
  • grafana.auth.saml.assertion_attribute_name
  • grafana.auth.saml.assertion_attribute_login
  • grafana.auth.saml.assertion_attribute_email
  • grafana.plugins.marketplace_url
It also add configuration specs that where missing since grafana `v7.x`

added spec properties:

  • grafana.instance_name
  • grafana.force_migration
  • grafana.server.socket_gid
  • grafana.server.socket_mode
  • grafana.server.cdn_url
  • grafana.server.read_timeout
  • grafana.server.custom_response_headers
  • grafana.remote_cache.prefix
  • grafana.remote_cache.encryption
  • grafana.analytics.enabled
  • grafana.analytics.check_for_plugin_updates
  • grafana.analytics.application_insights_connection_string
  • grafana.analytics.application_insights_endpoint_url
  • grafana.analytics.feedback_links_enabled
  • grafana.analytics.google_analytics_4_id
  • grafana.analytics.google_analytics_4_send_manual_page_views
  • grafana.analytics.reporting_distributor
  • grafana.analytics.rudderstack_config_url
  • grafana.analytics.rudderstack_data_plane_url
  • grafana.analytics.rudderstack_sdk_url
  • grafana.analytics.rudderstack_write_key
  • grafana.security.admin_email
  • grafana.security.angular_support_enabled
  • grafana.security.available_encryption_providers
  • grafana.security.content_security_policy
  • grafana.security.content_security_policy_report_only
  • grafana.security.content_security_policy_report_only_template
  • grafana.security.content_security_policy_template
  • grafana.snapshots.enabled
  • grafana.support_bundles.enabled
  • grafana.support_bundles.server_admin_only
  • grafana.support_bundles.public_keys
  • grafana.storage.allow_unsanitized_svg_upload
  • grafana.dashboards.default_home_dashboard_path
  • grafana.users.default_language
  • grafana.users.hidden_users
  • grafana.users.home_page
  • grafana.users.user_invite_max_lifetime_duration
  • grafana.auth.disable_login
  • grafana.auth.sigv4_verbose_logging
  • grafana.auth.oauth_skip_org_role_update_sync
  • grafana.auth.azure_auth_enabled
  • grafana.auth.github.allow_assign_grafana_admin
  • grafana.auth.github.auto_login
  • grafana.auth.github.role_attribute_path
  • grafana.auth.github.role_attribute_strict
  • grafana.auth.gitlab.allow_assign_grafana_admin
  • grafana.auth.gitlab.auto_login
  • grafana.auth.gitlab.role_attribute_path
  • grafana.auth.gitlab.role_attribute_strict
  • grafana.auth.gitlab.skip_org_role_sync
  • grafana.auth.google.auto_login
  • grafana.auth.google.skip_org_role_sync
  • grafana.auth.grafanacom.auto_login
  • grafana.auth.grafanacom.skip_org_role_sync
  • grafana.auth.azuread.allow_assign_grafana_admin
  • grafana.auth.azuread.auto_login
  • grafana.auth.azuread.force_use_graph_api
  • grafana.auth.azuread.role_attribute_strict
  • grafana.auth.okta.allow_assign_grafana_admin
  • grafana.auth.okta.auto_login
  • grafana.auth.okta.icon
  • grafana.auth.okta.role_attribute_strict
  • grafana.auth.okta.skip_org_role_sync
  • grafana.auth.generic_oauth.allow_assign_grafana_admin
  • grafana.auth.generic_oauth.auth_style
  • grafana.auth.generic_oauth.auto_login
  • grafana.auth.generic_oauth.empty_scopes
  • grafana.auth.generic_oauth.groups_attribute_path
  • grafana.auth.generic_oauth.icon
  • grafana.auth.generic_oauth.role_attribute_strict
  • grafana.auth.generic_oauth.team_ids_attribute_path
  • grafana.auth.generic_oauth.teams_url
  • grafana.auth.generic_oauth.use_pkce
  • grafana.auth.proxy.headers_encoded
  • grafana.auth.ldap.skip_org_role_sync
  • grafana.auth.jwt.enabled
  • grafana.auth.jwt.allow_assign_grafana_admin
  • grafana.auth.jwt.auto_sign_up
  • grafana.auth.jwt.cache_ttl
  • grafana.auth.jwt.email_claim
  • grafana.auth.jwt.enable_login_token
  • grafana.auth.jwt.expect_claims
  • grafana.auth.jwt.header_name
  • grafana.auth.jwt.jwk_set_file
  • grafana.auth.jwt.jwk_set_url
  • grafana.auth.jwt.key_file
  • grafana.auth.jwt.role_attribute_path
  • grafana.auth.jwt.role_attribute_strict
  • grafana.auth.jwt.skip_org_role_sync
  • grafana.auth.jwt.url_login
  • grafana.auth.jwt.username_claim
  • grafana.emails.content_types
  • grafana.emails.templates_pattern
  • grafana.log.frontend.enabled
  • grafana.log.frontend.api_key
  • grafana.log.frontend.custom_endpoint
  • grafana.log.frontend.instrumentations_console_enabled
  • grafana.log.frontend.instrumentations_errors_enabled
  • grafana.log.frontend.instrumentations_webvitals_enabled
  • grafana.log.frontend.log_endpoint_burst_limit
  • grafana.log.frontend.log_endpoint_requests_per_second_limit
  • grafana.log.frontend.provider
  • grafana.log.frontend.sample_rate
  • grafana.log.frontend.sentry_dsn
  • grafana.quota.global_alert_rule
  • grafana.quota.global_file
  • grafana.quota.org_alert_rule
  • grafana.rbac.permission_cache
  • grafana.rbac.reset_basic_roles
  • grafana.annotations.cleanupjob_batchsize
  • grafana.annotations.tags_length
  • grafana.metrics.environment_info
  • grafana.grafana_com.api_url
  • grafana.tracing.jaeger.sampling_server_url
  • grafana.tracing.opentelemetry.custom_attributes
  • grafana.tracing.opentelemetry.jaeger.address
  • grafana.tracing.opentelemetry.jaeger.propagation
  • grafana.tracing.opentelemetry.otlp.address
  • grafana.tracing.opentelemetry.otlp.propagation
  • grafana.external_image_storage.gcs.enable_signed_urls
  • grafana.external_image_storage.gcs.signed_url_expiration
  • grafana.external_image_storage.azure.sas_token_expiration_days
  • grafana.rendering.renderer_token
  • grafana.rendering.render_key_lifetime
  • grafana.secure_socks_datasource_proxy.enabled
  • grafana.secure_socks_datasource_proxy.client_cert
  • grafana.secure_socks_datasource_proxy.client_key
  • grafana.secure_socks_datasource_proxy.proxy_address
  • grafana.secure_socks_datasource_proxy.root_ca_cert
  • grafana.secure_socks_datasource_proxy.server_name
  • grafana.search.dashboard_loading_batch_size
  • grafana.search.full_reindex_interval
  • grafana.search.index_update_interval
  • grafana.plugins.plugin_admin_enabled
  • grafana.plugins.plugin_admin_external_manage_enabled
  • grafana.plugins.plugin_catalog_hidden_plugins
  • grafana.plugins.plugin_catalog_url
  • grafana.plugin.grafana_image_renderer.rendering_clustering_timeout
  • grafana.aws.allowed_auth_providers
  • grafana.aws.assume_role_enabled
  • grafana.aws.list_metrics_page_limit
  • grafana.azure.cloud
  • grafana.azure.managed_identity_client_id
  • grafana.azure.managed_identity_enabled
  • grafana.dashboard_previews.crawler.max_crawl_duration
  • grafana.dashboard_previews.crawler.rendering_timeout
  • grafana.dashboard_previews.crawler.scheduler_interval
  • grafana.dashboard_previews.crawler.thread_count
  • grafana.expressions.enabled
  • grafana.geomap.default_baselayer_config
  • grafana.geomap.enable_custom_baselayers
  • grafana.help.enabled
  • grafana.live.allowed_origins
  • grafana.live.ha_engine
  • grafana.live.ha_engine_address
  • grafana.live.max_connections
  • grafana.profile.enabled
  • grafana.query_history.enabled
  • grafana.unified_alerting.enabled
  • grafana.service_accounts.token_expiration_day_limit
  • grafana.unified_alerting.admin_config_poll_interval
  • grafana.unified_alerting.alertmanager_config_poll_interval
  • grafana.unified_alerting.disabled_orgs
  • grafana.unified_alerting.evaluation_timeout
  • grafana.unified_alerting.execute_alerts
  • grafana.unified_alerting.ha_advertise_address
  • grafana.unified_alerting.ha_gossip_interval
  • grafana.unified_alerting.ha_listen_address
  • grafana.unified_alerting.ha_peers
  • grafana.unified_alerting.ha_peer_timeout
  • grafana.unified_alerting.ha_push_pull_interval
  • grafana.unified_alerting.max_attempts
  • grafana.unified_alerting.min_interval
  • grafana.unified_alerting.reserved_labels.disabled_labels
  • grafana.unified_alerting.screenshots.capture
  • grafana.unified_alerting.screenshots.capture_timeout
  • grafana.unified_alerting.screenshots.max_concurrent_screenshots
  • grafana.unified_alerting.screenshots.upload_external_image_storage
  • grafana.unified_alerting.state_history.enabled
  • grafana.datasources.datasource_limit
  • grafana.sql_datasources.max_open_conns_default
  • grafana.sql_datasources.max_idle_conns_default
  • grafana.sql_datasources.max_conn_lifetime_default

@psycofdj psycofdj self-assigned this Apr 29, 2023
@psycofdj psycofdj force-pushed the bump-grafana branch 7 times, most recently from cd0c709 to d4aab48 Compare April 30, 2023 21:51
@Coinsintegrity
Copy link

bump-grafana 😀exelelent

Copy link

@Coinsintegrity Coinsintegrity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bien😁

@psycofdj psycofdj merged commit 3a2eeee into master May 8, 2023
@psycofdj psycofdj deleted the bump-grafana branch May 8, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants