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

[Merged by Bors] - Fix #250 (RUSTSEC-2018-0017) #287

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.

- `operator-rs` `0.10.0` -> `0.15.0` ([#241], [#244], [#273]).
- BREAKING: Renamed custom resource from `OpenPolicyAgent` to `OpaCluster` ([#244]).
- Replace the `tempdir` crate with `tempfile` ([#287]).

### Removed

Expand All @@ -29,6 +30,7 @@ All notable changes to this project will be documented in this file.
[#244]: https://github.com/stackabletech/opa-operator/pull/244
[#252]: https://github.com/stackabletech/opa-operator/pull/252
[#273]: https://github.com/stackabletech/opa-operator/pull/273
[#287]: https://github.com/stackabletech/opa-operator/pull/287

## [0.8.0] - 2022-02-14

Expand All @@ -48,14 +50,16 @@ All notable changes to this project will be documented in this file.
## [0.7.0] - 2022-01-27

### Changed

- BREAKING: STFU rework ([#146]).
- BREAKING: regoRuleReference in config now optional ([#188]).
- Version now a String instead of enum ([#156]).
- `operator-rs` `0.6.0` → `0.8.0` ([#177]).
- Custom resource example now points to regorule-operator service ([#177]).
- `snafu` `0.6.0` → `0.7.0` ([#188]).

### Removed
### Removed

- Configurable Port from code and product config ([#188]).

[#146]: https://github.com/stackabletech/opa-operator/pull/146
Expand All @@ -68,12 +72,14 @@ All notable changes to this project will be documented in this file.
## [0.5.0] - 2021-11-12

### Changed

- `operator-rs` `0.3.0` → `0.4.0` ([#119]).
- Adapted pod image and container command to docker image ([#119]).
- Adapted pod image and container command to docker image ([#119]).
- BREAKING CRD: Fixed typos `Reporule` to `Regorule` ([#119]).
- Adapted documentation to represent new workflow with docker images ([#119]).

### Removed

- BREAKING monitoring: container port `metrics` temporarily removed (cannot assign the same port to `client` and `metrics`). This will not work with the current monitoring approach ([#119]).

[#119]: https://github.com/stackabletech/opa-operator/pull/119
Expand All @@ -90,8 +96,9 @@ All notable changes to this project will be documented in this file.
- Renamed crd/util to crd::discovery and added deprecated reexport for backwards compatibility ([#103]).

### Fixed

- Moved `wait_until_crds_present` to operator-binary (preparation for commands) ([#115]).

[#115]: https://github.com/stackabletech/opa-operator/pull/115
[#103]: https://github.com/stackabletech/opa-operator/pull/103

Expand All @@ -112,6 +119,7 @@ All notable changes to this project will be documented in this file.
## [0.3.0] - 2021-09-20

### Added

- Added versioning code from operator-rs for up and downgrades ([#86]).
- Added `ProductVersion` to status ([#86]).
- Added `Condition` to status ([#86]).
Expand All @@ -121,6 +129,7 @@ All notable changes to this project will be documented in this file.
## [0.2.0] - 2021-09-14

### Changed

- **Breaking:** Repository structure was changed and the -server crate renamed to -binary. As part of this change the -server suffix was removed from both the package name for os packages and the name of the executable ([#72]).

## [0.1.0] - 2021.09.07
Expand Down
Loading