[fix] add missing references to release notes 🤦#203
Closed
[fix] add missing references to release notes 🤦#203
Conversation
* Add MySQL 8.0.44 release details Added release information for MySQL version 8.0.44 and updated links. Fix gh-63 Signed-off-by: Juan Luis Cano Rodríguez <juan.rodriguez@canonical.com> * Update releases.md with new release information Added details for releases 442-444 and updated links. Signed-off-by: Juan Luis Cano Rodríguez <juan.rodriguez@canonical.com> * Add release details for revisions 342-344 Added release information for revisions 342-344, including architecture support for amd64, arm64, and s390x. Signed-off-by: Juan Luis Cano Rodríguez <juan.rodriguez@canonical.com> --------- Signed-off-by: Juan Luis Cano Rodríguez <juan.rodriguez@canonical.com>
* Avoid using incomplete PEP 621 [project] table * Unify linting configuration
* set trust and architecture constraint where missing * fix import path * allow grace period between deploy and first juju status call * double default delay between juju status calls * format * add bases for test-app * missed sleep * TODO comment for juju 3.6.15
* remove separate docs and initialize latest starter pack version * add tutorial * add how-to guides * add reference pages * add all release notes from GH * add explanation pages * update home page * fix Vale errors * fix redirects * update workflows * address misc. review comments * clarify VM and K8s difference in legacy interfaces * additional fixes to interfaces and endpoints * add missing juju upgrade guide * add explicit Juju 2.9 and Juju 3 warnings * small fixes * correct mysql_root information * address small review comments * Update docs/explanation/interfaces-and-endpoints.md Co-authored-by: Paulo Machado <paulo.machado@canonical.com> Signed-off-by: Andreia <andreia.velasco@canonical.com> * update mysql cli password flag * add backups and monitoring users to migration guide --------- Signed-off-by: Andreia <andreia.velasco@canonical.com> Co-authored-by: Paulo Machado <paulo.machado@canonical.com>
Signed-off-by: Andreia <andreia.velasco@canonical.com>
* remove reference to postgresql interface * remove redundant information about modern charm specs
* add html meta descriptions to all docs * address review suggestions
Replace getfqdn-based k8s hostname resolution with a canonical-name lookup built on getaddrinfo(AI_CANONNAME). Handle resolver failures, keep the trailing dot returned by DNS, and update the Kubernetes unit tests for the charm, provider, upgrade, and utility helpers. Fixes #137 Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
…144) * [MISC] Use Juju `3.6/candidate` to fix "connection shutdown" errors (#143) * Use Juju 3.6/candidate * Remove snowflake retry from test_multi_relations.py * Revert "[MISC] integration test fixes (#89)" This reverts commit 07a511c. * set trust and architecture constraint where missing * allow grace period between deploy and first juju status call * Add timestamps to integration tests logs consistently --------- Co-authored-by: Paulo Machado <paulo.machado@canonical.com>
Co-authored-by: Bikalpa Dhakal <bikalpa.dhakal@canonical.com>
* [K8s] Add integration test for expected behavior * [K8s] Make predefined role creation idempotent * [K8s] HACK: Try both executors when creating roles Gets the job done, but not very clean. * [K8s] Tweak initialisation order to simplify code * [VM] Add integration test for expected behavior * [VM] Make predefined role creation idempotent * [VM] Fix role creation on upgrade * Parametrize executor when creating MySQL users and roles Required a hack in mysql-shell-client. * Improve wording * [K8s] Create operator user upon startup, use it for all configuration queries Inspired by #122 * Fix test and logic for clusters * [VM] Create operator user upon startup, use it for all configuration queries Inspired by #122 * Update target Python version for lib/ lint config * Re-lint libraries * Improve wording * [VM] Truly override config on upgrade granted Partially reverts b0b4eab * Improve formatting * Use newer version of mysql-shell-client * Add safeguards for Juju 2.9 --------- Co-authored-by: Paulo Machado <paulo.machado@canonical.com>
* tests: events not deferred when cluster is not initialized * feat: defer event when cluster is not initialized * fix: lint * tests: same tests as kubernetes but for machine charm * feat: replicate changes to machine charm * enh: mocks from decorator in k8s tests * enh: mocks from decorator in machine tests * format: lint --------- Co-authored-by: Paulo Machado <paulo.machado@canonical.com>
Signed-off-by: Andreia <andreia.velasco@canonical.com>
…04 (backport) (#199) * Pin older Ubuntu images to use older kernel * Reload and restart SSH server after config changed * Install Python 3.12 * Correct path * Adjust some environment variables
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.
3.6/candidateto fix "connection shutdown" errors ([MISC] Use Juju3.6/candidateto fix "connection shutdown" errors #144)Issue
Solution
Checklist