Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: keptn/lifecycle-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b6558d96d3250380fc6032480c304c4da85acf4a
Choose a base ref
..
head repository: keptn/lifecycle-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ac86da5d5e777f117e01390205f4da2496bf45b3
Choose a head ref
Showing with 7 additions and 1 deletion.
  1. +6 −0 docs/assets/stylesheets/home.css
  2. +1 −1 keptn-cert-manager/CHANGELOG.md
6 changes: 6 additions & 0 deletions docs/assets/stylesheets/home.css
Original file line number Diff line number Diff line change
@@ -277,3 +277,9 @@ body {
flex-direction: row-reverse;
}
}

@media only screen and (max-width: 1220px) {
.md-nav--primary .md-nav__title .md-nav__icon {
display: none !important;
}
}
2 changes: 1 addition & 1 deletion keptn-cert-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [3.0.1](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v3.0.0...cert-manager-v3.0.1) (2024-11-25)
## [3.0.1](https://github.com/keptn/lifecycle-toolkit/compare/cert-manager-v3.0.0...cert-manager-v3.0.1) (2024-11-26)


### Other