Skip to content

Commit

Permalink
Merge pull request #90 from sighupio/feat/release-1-7-3
Browse files Browse the repository at this point in the history
prepare for release v1.7.3
  • Loading branch information
ralgozino authored Dec 1, 2022
2 parents 029f437 + b68e94c commit aa3aa43
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.7.2
current_version = 1.7.3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}-rc{rc}
Expand Down
4 changes: 4 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/main
- refs/tags/**

steps:
Expand Down Expand Up @@ -177,6 +178,7 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/main
- refs/tags/**

steps:
Expand Down Expand Up @@ -276,6 +278,7 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/main
- refs/tags/**

steps:
Expand Down Expand Up @@ -375,6 +378,7 @@ trigger:
ref:
include:
- refs/heads/master
- refs/heads/main
- refs/tags/**

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Check the [compatibility matrix][compatibility-matrix] for additional informatio
```yaml
bases:
- name: opa/gatekeeper
version: "v1.7.2"
version: "v1.7.3"
```
> See `furyctl` [documentation][furyctl-repo] for additional details about `Furyfile.yml` format.
Expand Down Expand Up @@ -164,7 +164,7 @@ Notice that the alert for when the Gatekeeper webhook is in `Ignore` mode (the d
[kfd-repo]: https://github.com/sighupio/fury-distribution
[kustomize-repo]: https://github.com/kubernetes-sigs/kustomize
[kfd-docs]: https://docs.kubernetesfury.com/docs/distribution/
[compatibility-matrix]: https://github.com/sighupio/fury-kubernetes-opa/blob/master/docs/COMPATIBILITY_MATRIX.md
[compatibility-matrix]: https://github.com/sighupio/fury-kubernetes-opa/blob/main/docs/COMPATIBILITY_MATRIX.md

<!-- </KFD-DOCS> -->

Expand Down
1 change: 1 addition & 0 deletions docs/COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| v1.7.0 | | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | |
| v1.7.1 | | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v1.7.2 | | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| v1.7.3 | | | | | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |

:white_check_mark: Compatible

Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ patch release):
```bash
$ make bump-patch
Making a patch tag
$ git push --tags origin master
$ git push --tags origin main
# This should trigger the drone pipeline to publish the new release with the release notes from the file created.
```
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/v1.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changes between `1.0.2` and this release: `1.1.0`

- Add metrics port to service
- Add service monitor definition for Prometheus scraping
- [prometheus-operator](https://github.com/sighupio/fury-kubernetes-monitoring/tree/master/katalog/prometheus-operator)
- [prometheus-operator](https://github.com/sighupio/fury-kubernetes-monitoring/tree/main/katalog/prometheus-operator)
from the [Fury Monitoring Module](https://github.com/sighupio/fury-kubernetes-monitoring) is now required by
[Service monitor](./katalog/gatekeeper/core/service-monitor.yml) to export metrics to Prometheus (it can be disabled).
- Set default replica count to 1 due to HA not being supported upstream
Expand Down
29 changes: 29 additions & 0 deletions docs/releases/v1.7.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# OPA Core Module Release 1.7.3

Welcome to the latest release of `OPA` module of [Kubernetes Fury Distribution](https://github.com/sighupio/fury-distribution) maintained by team SIGHUP.

This is a patch release including the following changes:

- Removed references to deprecated Ingress API in Gatekeeper's config and custom rules ([#88](https://github.com/sighupio/fury-kubernetes-opa/pull/88))
- Updated documentation

> 💡 Please refer to the release notes of the minor version [`v1.7.0`](https://github.com/sighupio/fury-kubernetes-opa/releases/tag/v1.7.0) if you are upgrading from a version `< v1.7.0`
## Component Images 🚢

| Component | Supported Version | Previous Version |
| --------------------------- | ------------------------------------------------------------------------------------- | ---------------- |
| `gatekeeper` | [`v3.9.2`](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.9.2) | No update |
| `gatekeeper-policy-manager` | [`v1.0.2`](https://github.com/sighupio/gatekeeper-policy-manager/releases/tag/v1.0.2) | No update |

> Please refer the individual release notes to get a detailed information on each release.
## Update Guide 🦮

### Process

To upgrade this core module from `v1.7.2` to `v1.7.3`, you need to download this new version, then apply the `kustomize` project. No further action is required.

```bash
kustomize build katalog/gatekeeper | kubectl apply -f -
```
2 changes: 1 addition & 1 deletion katalog/gatekeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This module can easily be added to your existing Fury setup adding to your `Fury
bases:
(...)
- name: opa/gatekeeper
version: "v1.7.2"
version: "v1.7.3"
```
Once you'll do this, you can then proceed to integrate Gatekeeper into your Kustomize project.
Expand Down

0 comments on commit aa3aa43

Please sign in to comment.